Commit Graph

1550 Commits

Author SHA1 Message Date
houzh
b5e49b416c fix caousellayoutmanager 2024-02-27 09:43:21 +08:00
houzh
4b32b6afdc make View.scaleX,scaleY's pivot to view's center 2024-02-27 09:41:08 +08:00
houzh
9ef009bd01 carousellayoutmanager working 2024-02-25 00:16:38 +08:00
houzh
bb6d5076f7 add carousellayoutmanager 2024-02-24 22:11:19 +08:00
houzh
dbf5d80dea fix rotatedrawable,and RING shape... 2024-02-23 23:35:05 +08:00
houzh
60093286ed modify abslistview.cc 2024-02-23 12:47:16 +08:00
houzh
534b39dbc2 modify abslistview.cc 2024-02-23 11:33:57 +08:00
houzh
970436e625 fix recyclerview edgeeffect's springback 2024-02-23 10:37:08 +08:00
houzh
e3e1d15a60 make recyclerview._DEBUG =false 2024-02-22 22:50:43 +08:00
houzh
d9db96bf3c fix recyclerview's EdgeEffect drawing issues 2024-02-22 20:57:32 +08:00
houzh
bc59811514 fix gradientdrawable'ssweepgradient 2024-02-22 11:24:45 +08:00
houzh
e372b7dc87 add LongSparseLongArray LongSparseArray 2024-02-21 09:44:14 +08:00
houzh
5e613ee23c add stringtokenizer and View::setTag 2024-02-19 20:56:16 +08:00
houzh
f59305c5cf fix some memleak(make OverScroller's Interpolator static ) 2024-02-18 14:48:40 +08:00
houzh
9baae4c298 fix crash caused by recyclerview & linearsmoothscroller 2024-02-18 11:52:08 +08:00
houzh
fa991e8d9c fix itemtouchhelper's compile error in arm32 2024-02-18 09:25:03 +08:00
houzh
aec64db3f7 fix defaultitemanimator & simpleitemanimator 2024-02-17 16:41:36 +08:00
houzh
adc95e49e7 modify recyclerview/itemtouchhelper 2024-02-17 12:03:06 +08:00
houzh
5a74cc79ec itemtouchhelper compile passed 2024-02-17 11:21:15 +08:00
houzh
d27503e282 add widgetEx/compositeonpagechangecallback 2024-02-06 00:40:59 +08:00
houzh
59a5c364e6 widgetEx/scrolleventadapter widgetEx/fakedrag 2024-02-05 16:33:14 +00:00
houzh
73cf7c2015 adviewpager2 2024-02-05 16:23:44 +00:00
houzh
021ec5c3d9 code formats 2024-02-05 14:39:33 +00:00
houzh
b25941cdbe add displayid to inputevent 2024-02-05 22:34:00 +08:00
houzh
c186116720 add inputeventconsistencyverifier 2024-02-04 10:12:44 +00:00
houzh
09b5e14fdf update samples/recyclerview 2024-02-02 18:40:32 +08:00
houzh
0f75254573 destroy all itemdecorations in RecyclerView::~RecyclerView 2024-02-02 16:58:03 +08:00
houzh
3b3b512bc3 destroy all itemdecorations in RecyclerView::~RecyclerView 2024-02-02 16:55:13 +08:00
houzh
f59196ecd9 add recyclerview.fastscroller 2024-02-02 15:52:23 +08:00
houzh
a702d99ad1 modify UIEventSource::handleRunnables,delete mRunnables.remove_if looper 2024-02-01 18:52:45 +08:00
houzh
082339e621 modify looper& uieventsource,make self destroy more safely 2024-02-01 11:11:32 +08:00
houzh
4a69c3a3ef modify looper and eventhandler, EventHandler can remove itself now 2024-01-31 23:38:38 +08:00
houzh
1c7cc95046 make EventHandler can be owned by caller and loooper 2024-01-31 17:27:30 +08:00
houzh
47cbfa7fdd fix Numberpicker::ensureCachedScrollSelectorValue 2024-01-31 11:33:19 +08:00
houzh
acad4f9258 fix Numberpicker::ensureCachedScrollSelectorValue 2024-01-31 11:29:17 +08:00
houzh
e146830725 fix Numberpicker::ensureCachedScrollSelectorValue 2024-01-31 11:26:10 +08:00
houzh
e0549f562a fix Numberpicker::ensureCachedScrollSelectorValue's infinite looper 2024-01-31 11:20:37 +08:00
houzh
76f0ecb49f viewpropertyanimator's invalidate is OK 2024-01-31 10:16:31 +08:00
houzh
02e055009f fix animatedimagedrawable & imageview 2024-01-30 16:02:45 +08:00
houzh
ccd3753d30 fix imageview and animatedimagedrawable 2024-01-30 15:40:46 +08:00
houzh
3614bb830b fix some view's api 2024-01-29 18:12:16 +08:00
houzh
a42a00eabe fix viewgroup's draw order 2024-01-27 15:14:42 +08:00
houzh
2a2a9a2b5f rdelete samples/expandablelayout.cc samples/exapandablelistview.cc 2024-01-25 16:05:15 +08:00
houzh
52a139e06f fix velocitytracker,add velocitytracker testcase 2024-01-25 15:38:38 +08:00
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