Commit Graph

1181 Commits

Author SHA1 Message Date
houzh
6387452bc2 add some staggeredgridlayoutmanager::BitSet's operator 2024-01-17 12:04:05 +08:00
houzh
cde7e7b0ae make all subproject compile passed 2024-01-17 11:08:39 +08:00
houzh
e839f09a1f remove rect.inflate ,use android's rect.inset 2024-01-17 10:22:43 +08:00
houzh
ac84da29bb fix animationset's indalidate areas 2024-01-17 10:09:10 +08:00
houzh
889944bb6e fix animation's invalidate area 2024-01-17 08:55:18 +08:00
houzh
9b085d29e9 viewpropertyanimator working 2024-01-16 19:17:24 +08:00
houzh
79d0eee7a6 add README.cn 2024-01-15 17:01:16 +08:00
houzh
e102676b5c modify readme 2024-01-15 16:37:55 +08:00
houzh
89c628b061 add View::animate 2024-01-15 12:01:23 +08:00
houzh
0b3e3cac7d add some losted inits of recyclerview 2024-01-13 21:20:06 +08:00
houzh
35124263e5 fix some api's impl and prototypes 2024-01-13 16:57:08 +08:00
houzh
83ab7ee80c add InsetDrawable::getIntrinsicWidth/Height 2024-01-13 16:50:09 +08:00
houzh
27ab200a41 fix some recyclerview's api prototypes 2024-01-13 10:11:43 +08:00
houzh
06fe80aa55 add apps/samples/recyclerview 2024-01-10 18:34:01 +08:00
houzh
45e90df70a recyclerview working fine with linearlayoutmanager,gridlayoutmanager and staggeredgridlayoutmanager 2024-01-10 18:33:22 +08:00
houzh
abac0a0aa7 change View's internal class to outer of View 2024-01-02 16:23:18 +08:00
houzh
c5b932400e add fading in/out support to animationdrawable 2024-01-02 08:23:55 +08:00
houzh
2eaa26a3a8 drawablecontainer.s fading in/out tested OK 2023-12-30 23:50:31 +08:00
houzh
e9f4043673 drawablecontainer.s fading in/out tested OK 2023-12-30 23:49:35 +08:00
houzh
8f9c352a51 drawablecontainer add some missing api 2023-12-30 21:48:18 +08:00
houzh
2824f77a90 DrawableContainer add enterFadeDuratio/exitFadeDuration support 2023-12-30 20:49:54 +08:00
houzh
dd7c5d2206 skip redundant ACTION_MOVE 2023-12-29 16:00:43 +08:00
houzh
7c7812cfad fix StateListDrawable::StateListDrawable(Context*ctx,const AttributeSet&atts) 2023-12-29 07:45:13 +08:00
houzh
2f738128aa modify some drawablecontainer's construct functions 2023-12-28 18:45:30 +08:00
houzh
cc52dfcc2e add porterduff 2023-12-28 17:59:42 +08:00
houzh
60bdc5b025 add SystemClock::setCurrentTimeMillis 2023-12-27 18:15:32 +08:00
houzh
076e81faf1 modify gui/res/drawable/switch_thumb_material_anim.xml 2023-12-27 18:02:15 +08:00
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