Home
last modified time | relevance | path

Searched refs:SCALE_Y_INDEX (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java275 properties.put(VGroup_Delegate.SCALE_Y_INDEX, group.getScaleY()); in nGetGroupProperties()
808 private static final int SCALE_Y_INDEX = 4; field in VectorDrawable_Delegate.VGroup_Delegate
822 case SCALE_Y_INDEX: in getPropertySetter()
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java1053 private static final int SCALE_Y_INDEX = 4; field in VectorDrawable.VGroup
1066 put("scaleY", SCALE_Y_INDEX);
1305 mTransform[SCALE_Y_INDEX]); in updateStateFromTypedArray()