Commit Graph

1305 Commits

Author SHA1 Message Date
侯歌
41294a216f fix interpolator's memleak in numberpicker 2024-03-26 11:29:06 +08:00
侯歌
8ba8d788fa fix som tint's memory issues 2024-03-26 10:51:21 +08:00
侯歌
4dcd5f8970 skip tests compile while gtest is not found 2024-03-25 17:01:47 +08:00
侯歌
7cb49aed08 fix color reference 2024-03-22 19:42:03 +08:00
侯歌
166143c818 remove all InvalidateInfo while window is closed(maybe caused memleak) 2024-03-22 11:43:22 +08:00
侯歌
17776634e4 fix InvalidateOnAnimation's memleak 2024-03-22 08:12:09 +08:00
侯歌
3a2e2869a6 fix 2 memleak of recyclerview 2024-03-21 22:15:39 +08:00
侯歌
5655c28599 fix fps 2024-03-21 15:14:44 +08:00
侯歌
f0d0d58c35 change some FindXXX.cmake 2024-03-20 12:02:09 +08:00
侯歌
8a7f12d46a plotview add tickmark ticklabels properties support 2024-03-19 17:32:17 +08:00
侯歌
eba7b7a05c fix plotview's tickmark labels 2024-03-19 16:25:23 +08:00
侯歌
213d753a9c fix numberpicker's init 2024-03-19 15:20:28 +08:00
侯歌
5cd9543b1e modify pool's impls,revert xlib impls and make xlib faster 2024-03-19 11:25:26 +08:00
houzh
cca470c9bd fix an crash 2024-03-16 11:13:24 +08:00
houzh
96d3ea3160 fix text layout for chinese without wordbreak and linebreak 2024-03-15 17:43:59 +08:00
houzh
c17c1cf18e spinner working in popupwindow 2024-03-15 11:14:19 +08:00
houzh
3e5e261cc7 textview add breakStrategy property support. 2024-03-14 16:11:45 +08:00
houzh
ae32f6973d textview add breakStrategy property support. 2024-03-14 16:09:01 +08:00
houzh
b89032af02 add bitmapdrawable.setAntiAlias 2024-03-14 12:00:39 +08:00
houzh
9881a0be75 add bitmapdrawable.setAntiAlias 2024-03-14 11:55:48 +08:00
houzh
8a1728ce77 modify ninepatch 2024-03-14 11:28:44 +08:00
houzh
520e847eb1 change ninepatch.draw's alpha=1 by default 2024-03-13 21:44:51 +08:00
houzh
8f467ed436 clear primarysurface in gfxinit 2024-03-13 10:36:21 +08:00
houzh
42a521d529 modify logo (add copy right),showing faster 2024-03-13 09:39:19 +08:00
houzh
0a8e287a38 modify View::onCreateDrawableState,add DUPLICATE_PARENT_STATE support 2024-03-08 18:28:37 +08:00
houzh
4c5b87b6a1 fix a crash while tp is disconnect 2024-03-08 12:10:42 +08:00
houzh
0354f3d051 fix nestedscrollview's edgeeffect 2024-03-08 09:56:51 +08:00
houzh
4ab1a393e4 change ViewGroup's measureChildWithMargins measureChild to virtual 2024-03-08 09:28:34 +08:00
ricken
5de121674f Fix some bugs about NestedScrollView
1. mScrollOffset and mScrollConsumed are not initialized
2. measureChildWithMargins is not derived, resulting in an error in the measure of the child element.
2024-03-08 00:54:03 +08:00
houzh
0eb3b58162 fix rotatedrawable's infinite drawing loop 2024-03-07 18:59:56 +08:00
houzh
98732f7e99 fix pagersnapehelper 2024-03-07 14:47:38 +08:00
houzh
b779105e76 logo show & rotation test OK 2024-03-06 12:05:51 +08:00
houzh
e579e1e032 add --logo option to shaow logo at app startup 2024-03-06 11:15:09 +08:00
houzh
0d8792ef08 add View::dispatchTYrackballEvent,View::onTrackballEvent 2024-03-05 18:09:53 +08:00
houzh
3c91b479a6 fix some memleak 2024-03-04 19:19:42 +08:00
houzh
55ce0c105a RenderNode.getMatics working with existing apps,but still diffrent from android 2024-03-04 19:14:55 +08:00
houzh
6c56ea2a77 fix RenderNode::getMatrix 2024-03-04 11:54:12 +08:00
houzh
80c323be8c make drawables's getHotspotBounds const 2024-03-02 17:58:55 +08:00
houzh
2fa549abc3 change view's pivotx/y reading(from xml) by pixels/dp 2024-03-02 17:45:50 +08:00
houzh
143a65cc95 modify gradientdrawable,make shape thumb more compatible to android 2024-03-02 15:00:30 +08:00
houzh
0cb4cb8913 fix gradientdrawable's roundrectangle while size is less than radii 2024-03-01 19:18:28 +08:00
houzh
efbd404115 fix animatedstatelistdrawable's memleak 2024-03-01 10:46:05 +08:00
houzh
92153049a7 fix animatedstatelistdrawable's memleak 2024-03-01 10:39:33 +08:00
houzh
ba48743e13 1.make interpolator global to avoid memleak and reduce memory usage;2.fix rippledrawable's crash and memleak 2024-03-01 10:33:18 +08:00
houzh
7a0fe215e0 fix gradientdrawable's drawing issues with no fill and transparent stroke 2024-02-29 16:42:12 +08:00
houzh
58a24f6a37 fix pivotx/y 2024-02-29 11:58:42 +08:00
houzh
98a7354ee5 make image drawing faster 2024-02-29 10:52:43 +08:00
houzh
acefc45bd3 make image drawing faster 2024-02-29 10:34:01 +08:00
houzh
5158f0561d viewpager2 working 2024-02-29 00:50:59 +08:00
houzh
9579aa95bb modify View::awakenScrollBars,fix horizontalscrollview's scrolling issues 2024-02-28 15:39:21 +08:00