Commit Graph

1550 Commits

Author SHA1 Message Date
侯歌
c7f275e585 Typeface::loadFromFontConfig add FcFini to free fontconfig's resource 2024-06-17 09:38:16 +08:00
侯歌
385ee90af0 add memory used in --fps options 2024-06-17 08:10:42 +08:00
侯歌
428ab34e28 fix graph_xlib.GFXCreateSurface(too memory alloced) 2024-06-15 10:20:42 +08:00
侯歌
a96a140df1 remove attrubteset.dump in drawable's parser 2024-06-14 12:58:15 +08:00
侯歌
b5d55dc50c fix animatedstatelistdrawable's uninit variable 2024-06-14 11:36:08 +08:00
侯歌
c6235e9286 fix a recyclerview's crash caused by wild pointer(mSmoothScroller) 2024-06-14 10:51:42 +08:00
侯歌
d3cbf18b3e add animated-selector testcase 2024-06-13 22:36:04 +08:00
侯歌
8d2087fe9a fix statelist contain layerlist's memleak issues 2024-06-13 20:19:46 +08:00
侯歌
419d1d0488 fix a handleractionqueue's crash 2024-06-13 15:57:35 +08:00
侯歌
23d14736c3 remove ViewPager2::enforceChildFillListener 2024-06-13 09:01:00 +08:00
侯歌
cf29328032 modify some recyclerview's prototypes 2024-06-11 11:11:11 +08:00
侯歌
594d543239 mOrientationHelper's destroing moved to linearlayoutmanager 2024-06-11 10:41:28 +08:00
侯歌
f817d973e3 add LinearLayoutManager::orientation prop support 2024-06-11 09:42:40 +08:00
侯歌
896fdb14f4 uncomment gesture impl 2024-06-08 12:26:21 +08:00
侯歌
cecac00cd4 reduce recyclerview's logs 2024-06-08 11:09:34 +08:00
侯歌
74d53f1158 fix itemtouchhelper's crash while items is swiped out 2024-06-07 21:25:16 +08:00
侯歌
4abd709883 change recyclerview'log 2024-06-07 18:06:21 +08:00
侯歌
be091b05dd fix some memleak 2024-06-07 16:19:28 +08:00
侯歌
41b55cb485 fix smoothscroller's memleak 2024-06-07 15:07:31 +08:00
侯歌
643c8f3902 remove Window.postDelayed 2024-06-07 11:09:55 +08:00
侯歌
adf35273bc remove NEW_POST_DELAYED 2024-06-07 11:01:02 +08:00
侯歌
94ff4e0c39 fix a itemtouchhelper's memleak 2024-06-06 22:53:21 +08:00
侯歌
05f76a2c86 change valueanimaor's interpolator globaled to avoid memleak 2024-06-06 22:11:22 +08:00
侯歌
300ac7c040 itemtouchhelper can remove items with animation(but also with crash bug) 2024-06-06 17:18:56 +08:00
侯歌
f2a12cf9b1 fix a memory accessed crash 2024-06-06 17:02:34 +08:00
侯歌
b3d86d887d recyclerview's itemtouchhelper working 2024-06-06 11:32:28 +08:00
侯歌
103d840959 modify Choreographer::checkEvents 2024-06-05 14:53:41 +08:00
侯歌
de7a494c9b modify View::postOnAnimationDelayed 2024-06-05 12:11:22 +08:00
侯歌
b9485829d9 addLooper::myLooper,Looper::getMainLooper 2024-06-04 22:50:24 +08:00
侯歌
8f3281f7ee modify some choreographer's prototypes 2024-06-04 20:37:34 +08:00
侯歌
72eb40ed5e add View::getRunQueue,make View::postDelayed can post runnable while it's attached to window 2024-06-04 15:44:48 +08:00
侯歌
6066c8bfee modify choreographer & animationhandler 2024-06-04 11:37:46 +08:00
侯歌
c15ed67657 modify CMakeLists.txt add version scripts 2024-06-04 11:36:20 +08:00
侯歌
4d6bdc010b change rendernodescale to FLT_EPSILON 2024-05-31 23:12:18 +08:00
侯歌
0d3732c72b fix black screen found by xlc 2024-05-31 18:15:31 +08:00
侯歌
aedb6880ac fix x11's mouse to ABS motionevents 2024-05-31 16:11:49 +08:00
侯歌
30dcaa2f7c modify inputdevice.h 2024-05-31 11:34:59 +08:00
侯歌
4b41b59835 improve touch events compatible 2024-05-30 16:42:18 +08:00
侯歌
8223d2d3b9 add touch pressure for touchtest 2024-05-30 10:56:20 +08:00
侯歌
e8dc1ef089 MTASST test pass 2024-05-29 22:46:17 +08:00
侯歌
5d52532c02 modify inputdevice,device(MultiTouth Type B)moving without trackid is supported 2024-05-29 16:27:46 +08:00
侯歌
283955d6d2 fix scaleanimation's zero scale 2024-05-29 11:39:40 +08:00
侯歌
e4e4b56743 make Drawable::unscheduleSelf as virtual 2024-05-28 13:13:52 +08:00
侯歌
1a95f27a9a fix some memleak of itemtouchhelper 2024-05-28 12:02:08 +08:00
侯歌
c5ebaa5009 update linearsmoothscroller 2024-05-28 10:15:39 +08:00
侯歌
1214938a4b modify RecyclerView.startSmoothScroll 2024-05-27 17:15:51 +08:00
侯歌
e30f260602 modify RecyclerView.startSmoothScroll 2024-05-27 17:07:21 +08:00
侯歌
ece2963f16 add FindDBus.cmake FindGLIB.cmake 2024-05-27 16:59:41 +08:00
侯歌
dc474e106c make linearsmoothscroller::calculateDtToFit virtual 2024-05-27 16:31:19 +08:00
侯歌
8c311d642b fix itemtouchuiutilimpl 2024-05-27 15:27:35 +08:00