Commit Graph

1566 Commits

Author SHA1 Message Date
侯歌
2fc3ab33ec add plplot 2021-12-14 18:33:41 +08:00
侯歌
2c5f6c9965 add plplot 2021-12-14 18:33:00 +08:00
侯歌
ad83072f73 add allwinner.framebuffer porting,fix some resource errors 2021-12-14 18:25:52 +08:00
侯歌
ac5206d6b4 fix some layout errors,fix ninepatchdrawable(uninit var) 2021-12-14 09:01:51 +08:00
侯歌
5049c714c2 change expat xml assets parser to namespace mode 2021-12-13 14:44:18 +08:00
侯歌
0c9b56f33b add meshgradient & sweepgradient 2021-12-10 11:55:27 +08:00
侯歌
2101e09ce9 add gradient parsing to drawable.inflate 2021-12-09 18:26:38 +08:00
侯歌
a8b691cb63 fix shapdrawable's radius parsing 2021-12-09 17:55:48 +08:00
侯歌
0f4bf97c27 fix shapdrawable's radius parsing 2021-12-09 17:53:34 +08:00
侯歌
68c5c40e98 modify shapedrawable(add gradient support) 2021-12-09 15:57:05 +08:00
侯歌
fc5d950d4e add paintdrawable,modify shapedrawable 2021-12-08 16:44:49 +08:00
侯歌
2a935f73c0 fix drawerlayout.addview,modify view.setAlpha 2021-12-08 11:18:19 +08:00
侯歌
2b8b3153c5 fix view.setScaleX/Y skip zero scaler 2021-12-07 15:09:55 +08:00
侯歌
75708c4208 rename Drawable.TRANSLUCENT... to PixelFormat,add some shapedrawables method 2021-12-07 10:13:42 +08:00
侯歌
6e7f8229a3 remove image cache,only drawable cache is reserved 2021-12-06 15:15:45 +08:00
侯歌
615549ef3d bitmapdrawable's tilemodeXY*(CLAMP/REPEAT/MIRROR) test OK 2021-12-06 14:59:18 +08:00
侯歌
85d4007fa1 add tilemode sample code 2021-12-03 18:00:08 +08:00
侯歌
dd4fae01a3 add BitmapDrawable::tilemode 2021-12-03 17:24:23 +08:00
侯歌
e54f8955af progressbar add tiled drawable support 2021-12-03 15:50:09 +08:00
侯歌
402b723467 animationdrawable working well with progressbar 2021-12-03 14:15:21 +08:00
侯歌
0180530844 progressbar/seekbar's progress animation working(perfect) 2021-12-03 08:23:52 +08:00
侯歌
4b05691c3d add dropdownlistview 2021-12-02 17:31:14 +08:00
侯歌
7a6ca7af18 add views's inflater register(DECLARE_WIDGET) 2021-12-02 11:19:33 +08:00
侯歌
f67fecf059 add animator/start testcase 2021-12-01 13:38:50 +08:00
侯歌
6022e7d7fb fix rippledrawable,woking fine,but still has a crash issue 2021-12-01 13:31:40 +08:00
侯歌
874624f18d modify rippledrawable 2021-12-01 11:08:38 +08:00
侯歌
81b8d77220 modify propertyvaluesholder(impl by variant) 2021-11-30 16:48:10 +08:00
侯歌
27a6f0b4ff modify propertyvaluesholder 2021-11-26 14:19:45 +08:00
侯歌
0511b34f72 fix absseekbar's thumbpos updating,add some view's api 2021-11-26 12:27:10 +08:00
侯歌
f3052d2bae add ProgressBar::setMirrorForRtl,add progressbar samples 2021-11-25 08:28:43 +08:00
侯歌
418d4611ec fix absseekbar & keyboard parse,modify some drawables 2021-11-24 18:31:33 +08:00
侯歌
a8d5a5f34e modify keyboard & IMM 2021-11-17 18:09:38 +08:00
侯歌
04e32b5ef0 add styles loading support 2021-11-08 09:42:16 +08:00
侯歌
441439db9d fix absseekbar's thumb moving issue(some will cant be moved ,calused by uninitlized var) 2021-11-04 10:27:38 +08:00
侯歌
ef0b2447f8 add drawable hotspot support 2021-10-29 17:09:11 +08:00
侯歌
916cf9decc rippledrawable wroking ok,add testcode to drawerlayout's button(click Open to see:) 2021-10-28 18:34:52 +08:00
侯歌
95eb4abeaa modify rippledrawable,add animator impl 2021-10-28 16:50:32 +08:00
13923402541
6ac4da7dd9 view's scrollbar fading perfect 2021-10-23 09:19:28 +00:00
侯歌
04c71d3d5f add scrolbarfading control API 2021-10-22 18:36:34 +08:00
侯歌
5c97c82a3f add scrollbar fading support 2021-10-22 16:15:41 +08:00
侯歌
91ce80d60b fix bitmapdrawable::getOpacity 2021-10-22 11:25:50 +08:00
侯歌
7d739ad186 modify layoutinflater 2021-10-18 14:56:33 +08:00
侯歌
8fa6c7b805 add view's defaultStyle 2021-10-18 14:15:14 +08:00
侯歌
7a908c1988 impled View::unshceduleDrawable 2021-10-18 11:35:57 +08:00
侯歌
fa8e9ea7ce remove callbackid 2021-10-15 18:29:43 +08:00
侯歌
e5293eccd3 fix bitmapdrawables crash issue in rotatedrawable 2021-10-15 16:30:41 +08:00
侯歌
4988533470 fix window_tests.cc to fit layoutinflater's changes 2021-10-14 17:58:57 +08:00
侯歌
692cf4b1dc upload numberpicker's resources 2021-10-14 17:57:20 +08:00
侯歌
7a6a49d3b1 fix numberpicker::scrollBy's infinity while looper 2021-10-14 10:13:06 +08:00
侯歌
6b621b1b24 modify x86'sporting make cygwin compiled passed 2021-10-13 16:03:57 +08:00