• Home
  • History
  • Annotate
  • only in /frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
History log of /frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5ca21e4ceca42be633031809b8ee43fd8688389b 10-May-2016 Diego Perez <diegoperez@google.com> Fix VectorDrawable_Delegate and DrawerLayout

Modify the nDraw call that has been changed in the framework to return
an int with the number of pixels allocated.
Modify the animation initialization render call to use the actual
measured size (instead of 0,0) so the DrawerLayout is setup
correctly.

Change-Id: I198de05206382c6489056f7c3d9a1d328864321c
ectorDrawable_Delegate.java
8c0ab16494f3a46ee847d035de2248fae3168d8a 13-Apr-2016 Jerome Gaillard <jgaillard@google.com> Change method name in VectorDrawable_Delegate

Following change in VectorDrawable from commit cdedc9a80d.

Change-Id: I5d17b2e77c9600fe3da981c77a3e39dcd4df1d1f
ectorDrawable_Delegate.java
5ceb30f2164c745789c13bd0060e57fa8c04a8fd 22-Mar-2016 Diego Perez <diegoperez@google.com> Add fill type support to vector drawable

The platform has added fill type to vector drawables. This CL implements
the native replacement.
Also remove a couple of delegates for classes that have been removed
from the platform.

Change-Id: Ie6ba344db9c9c2c45cd0ef4b99f11f9d8bcfd7de
ectorDrawable_Delegate.java
39b205cc92bfc84e6eee5c7c4713ee9ab5bb645e 07-Mar-2016 Diego Perez <diegoperez@google.com> Add missing references to VNativeObject

Change-Id: I2db4ad94009c0daff4649da6f85e5c084f4c01ea
ectorDrawable_Delegate.java
5b5b1c0c5debd7a90c086f36cbafa688c857a673 07-Mar-2016 Xavier Ducrohet <xav@google.com> Merge "Animated vector drawable support" into nyc-dev
566b303365078fac9a454f1595add19e02631db3 01-Mar-2016 Diego Perez <diegoperez@google.com> Add support for GradientColor in layoutlib

Change-Id: Ia9a55a9e00d7ddb5263f3dbe46b5da8dde457526
ectorDrawable_Delegate.java
1b338cda4ed044691f0fe8ba59950bfc309d911d 03-Mar-2016 Diego Perez <diegoperez@google.com> Add missing translate if the drawable top is not 0,0

If the vector drawable coordinates are not 0,0 we need to translate the
canvas to that position.

Change-Id: I3a829c427ec98061da3295e3cba8655f693d390c
ectorDrawable_Delegate.java
8a9a824cd5641d214906a20a2a9372e62e9f3fb8 03-Mar-2016 Diego Perez <diegoperez@google.com> Animated vector drawable support

Change-Id: Iefd41d95503bb4f3b26020a519636a63d3da799b
nimatedVectorDrawable_Delegate.java
nimatedVectorDrawable_VectorDrawableAnimatorRT_Delegate.java
ectorDrawable_Delegate.java
5d1013cf13e59b7f8dc8f16b5811cb29982e0ef3 23-Feb-2016 Diego Perez <diegoperez@google.com> Implement native methods in VectorDrawable

Most of the VectorDrawable implementation has been moved to native code.
This CL implements most of the required functionality that existed in
Marshmallow.

Change-Id: I009bcd5c166f2bfa0795d2718fabab4a549eba9f
ectorDrawable_Delegate.java
9969f858c34ba7e35a977c819f2d1e24de586990 07-Oct-2015 Deepanshu Gupta <deepanshu@google.com> LayoutLib: Fix ring rendering.

Bug: http://b.android.com/65503
Change-Id: I6ed901703cffee345f3083ea3ddeb52a28f4ac64
radientDrawable_Delegate.java