Commit Graph

1206 Commits

Author SHA1 Message Date
houzh
2d42312380 remove expandablelistview,use recyclerview PLS 2024-01-25 00:27:02 +08:00
houzh
98e2ac97a1 fix Window::removeCallbacks's return value 2024-01-24 18:06:21 +08:00
houzh
ee80bee197 remove all runnables in abslistview::~abslistview 2024-01-24 14:00:57 +08:00
houzh
d5a9947ab5 move MeasureSpec to View::MeasureSpec 2024-01-24 13:38:03 +08:00
houzh
85a7a6e595 fix recyclerview's memleak 2024-01-24 11:18:33 +08:00
houzh
64b3589ab7 fix an abslistview's crash 2024-01-23 20:49:48 +08:00
houzh
722eda843c fix AnimatedImageDrawable::inflate 2024-01-23 18:41:07 +08:00
houzh
ac156cb5af animatedimagedrawable add repeat count limited support 2024-01-23 18:13:58 +08:00
houzh
7ac7390ba3 fix some recyclerview's memleak 2024-01-23 16:47:15 +08:00
houzh
75badb213c fix x64/misc.c's include errors 2024-01-23 11:30:03 +08:00
houzh
e62e5fad82 add cdmisc.h ,move GFXSuspend to cdmisc.h and rename to SYSSuspend 2024-01-23 11:11:34 +08:00
houzh
e6f99c8bc2 move inputeventsource's internal thread's lamda function to normal function 2024-01-23 08:12:45 +08:00
houzh
88f25ff753 fix inputdevice's crash in system/wakeup(caues by lossing touch down) 2024-01-22 20:49:24 +08:00
houzh
30cd3cb1b0 add LevelListState::addLevel 2024-01-20 00:03:51 +08:00
houzh
33743143e5 modify uieventsource,add handleRunnables/handleCompose 2024-01-19 15:47:43 +08:00
ricken
e01c691680 update include path for vscode 2024-01-19 15:40:50 +08:00
houzh
f106d1cdf7 fix uieventsource's runnable issues 2024-01-19 11:51:48 +08:00
houzh
817e86c353 fix callbackbase's prototype 2024-01-18 18:17:48 +08:00
houzh
9831eb08bb modify graph_gfx.setfbinfo 2024-01-18 17:24:39 +08:00
houzh
cebbdb7edd change EventHandler::mRemoved to protected 2024-01-18 17:11:06 +08:00
houzh
49d48de586 modify animatedimagedrawable,animation bydefault is stopped at creation 2024-01-18 11:45:25 +08:00
houzh
6e47e8a2a6 fix numberpicker's itemsize in drawable mode 2024-01-18 09:51:45 +08:00
houzh
71cfb6d15f modify graph_gfx's surface alloc 2024-01-17 18:34:12 +08:00
houzh
38f12fee43 fix Bitset::andNot 2024-01-17 12:18:29 +08:00
houzh
26adcf8fe0 staggeredgridlayoutmanager::BitSet fixes 2024-01-17 12:13:23 +08:00
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