Commit Graph

1154 Commits

Author SHA1 Message Date
houzh
ad8c1b0cb9 add some View's API for ImportantForAccessibility,just make some widget compile happy 2023-12-27 16:31:02 +08:00
houzh
f8a3b3863c modify textview::init 2023-12-26 18:01:22 +08:00
houzh
274e73636b fix Drawable::createWrappedDrawable's crash 2023-12-26 13:36:01 +08:00
houzh
fcb2ee7755 move events to inputdevice 2023-12-25 18:54:10 +08:00
ricken
f2a301403a edit createPrj.py gitignore 2023-12-24 21:30:29 +08:00
ricken
9b61ba6291 Fix the bug that mInterpolator does not set the initial value in some cases 2023-12-24 18:35:16 +08:00
ricken
590f6e4567 update createPrj.py 2023-12-24 18:34:03 +08:00
ricken
7a667067a1 Fixed the ViewAnimator bug
When building via xml, mInAnimation and mOutAnimation are not given initial values.
2023-12-24 16:12:59 +08:00
ricken
f5cbf51a88 fix scaleanimation.cc
Solve the bug that the starting point of scaleanimation is always in the upper left corner
2023-12-24 15:32:05 +08:00
ricken
65accaa305 update createPrj.py
add VSCode default config
add some diy config
2023-12-23 23:03:19 +08:00
ricken
46cd57f22c add python script to create project faster 2023-12-23 09:34:25 +08:00
houzh
3bfd74df2b fix translateanimation's xml parse 2023-12-22 08:51:35 +08:00
houzh
3e2d326e6e fix Animation::getPivotType 2023-12-22 07:45:16 +08:00
houzh
dc3afad6b1 fix alimationset.loading 2023-12-21 22:20:26 +08:00
houzh
e4b3b3ac46 add some missing api 2023-12-21 18:23:57 +08:00
houzh
78e9054fba add ViewPager::onDetachedFromWindow 2023-12-21 16:54:56 +08:00
houzh
d9d45ba4df ViewPager Add fakeDrag 2023-12-21 13:27:52 +08:00
houzh
fbde283484 fix AnimationUtils::loadAnimation 2023-12-21 11:03:52 +08:00
houzh
18b1a965a6 make all newDrawable to Covariant Return Types 2023-12-20 23:10:17 +08:00
houzh
3b0f6bbfd1 change all animtion's clone() to Covariant Return Types 2023-12-20 21:06:44 +08:00
houzh
af170453dd add AlphaAnimation::clone() 2023-12-20 20:42:31 +08:00
houzh
3f62449c3e add layouttransition::layouttransition 2023-12-18 16:48:32 +08:00
houzh
0980e45160 add ViewGroup::setTransitionGroup/isTransitionGroup 2023-12-18 16:02:54 +08:00
houzh
1fa94ec171 add ViewGroup::setTransitionGroup/isTransitionGroup 2023-12-18 16:02:33 +08:00
houzh
b066f38418 revert View::setClickScale 2023-12-15 15:01:17 +08:00
houzh
34dfd8b66a modify overscroller abslistview,add some api 2023-12-15 11:41:21 +08:00
jiangcheng
298526c9b7 view click scale for attr clickScale 2023-12-15 08:23:42 +08:00
houzh
bd5ffce2e5 add some transientview's api 2023-12-14 18:27:28 +08:00
houzh
78b6840d49 fix View::setPadding 2023-12-14 14:23:25 +08:00
houzh
4adabdcfd3 modify RippleDrawable,change macro MASK_LAYER_ID to cdroid::R:🆔:mask 2023-12-14 11:58:18 +08:00
houzh
d838a2eafc modify idgen.py 2023-12-14 11:50:58 +08:00
houzh
59d4a9bb6c modify ImageView::setImageResource 2023-12-14 11:35:07 +08:00
houzh
46e04cce07 add missing init of rippledrawable 2023-12-14 10:28:56 +08:00
houzh
b3db09a793 1.fix textview's layout isssues;2.add jpegdecoder 2023-12-14 10:00:39 +08:00
houzh
44d1043ecb ViewConfiguration can loading params from @style/view_Configuration 2023-12-13 15:01:00 +08:00
houzh
382b17fbdb make Layout faster 2023-12-13 09:35:02 +08:00
houzh
2ce67c9374 modify Attributeset::add,key/value replace is supported 2023-12-13 08:48:04 +08:00
houzh
1b8995cbbd fix textview::setText layout issues 2023-12-12 18:09:08 +08:00
houzh
6326360a61 modify bitmapdrawable,fastmode only used for OPAQUE image 2023-12-12 14:50:22 +08:00
houzh
a4b70c6d67 modify colordrawable fot hw fillrect 2023-12-12 14:34:58 +08:00
houzh
026a0f7398 fix a scrollbardrawable's exception 2023-12-12 13:01:17 +08:00
houzh
90fabffaa6 make bitmapdrawable drawing faster 2023-12-12 11:01:56 +08:00
houzh
4789bdc2e0 for OPAQUE image,bitmapdrawable use SOURCE operator mode insteadof OVER 2023-12-11 14:06:17 +08:00
houzh
584d8f7f75 fix barcodeview.onmeasure 2023-12-08 11:09:01 +08:00
houzh
49f95e964a modify View::performClick,make onclock'self kill possible 2023-12-08 09:05:44 +08:00
houzh
5206b95a4c fix a wrong include file 2023-12-08 07:53:04 +08:00
houzh
8bd741dbbe fix sigma/graph_gfx's vsync 2023-12-07 17:35:32 +08:00
houzh
545c4b4b93 fix jpeg decode issues 2023-12-07 17:18:13 +08:00
houzh
6c7de059ba fix a small memleak in jpeg decoding 2023-12-07 16:30:56 +08:00
houzh
b38f04a3ec 1. add View::postInvalidateDelayed;2.fix progressbar's crash caused by View::postInvalidate 2023-12-07 16:02:27 +08:00