Home | History | Annotate | Download | only in drawable

android/support/graphics/drawable/AndroidResources.class
AndroidResources.java
package android.support.graphics.drawable
 android.support.graphics.drawable.AndroidResources extends java.lang.Object {
	static final int[] STYLEABLE_VECTOR_DRAWABLE_TYPE_ARRAY
	static final int STYLEABLE_VECTOR_DRAWABLE_ALPHA
	static final int STYLEABLE_VECTOR_DRAWABLE_AUTO_MIRRORED
	static final int STYLEABLE_VECTOR_DRAWABLE_HEIGHT
	static final int STYLEABLE_VECTOR_DRAWABLE_NAME
	static final int STYLEABLE_VECTOR_DRAWABLE_TINT
	static final int STYLEABLE_VECTOR_DRAWABLE_TINT_MODE
	static final int STYLEABLE_VECTOR_DRAWABLE_VIEWPORT_HEIGHT
	static final int STYLEABLE_VECTOR_DRAWABLE_VIEWPORT_WIDTH
	static final int STYLEABLE_VECTOR_DRAWABLE_WIDTH
	static final int[] STYLEABLE_VECTOR_DRAWABLE_GROUP
	static final int STYLEABLE_VECTOR_DRAWABLE_GROUP_NAME
	static final int STYLEABLE_VECTOR_DRAWABLE_GROUP_PIVOT_X
	static final int STYLEABLE_VECTOR_DRAWABLE_GROUP_PIVOT_Y
	static final int STYLEABLE_VECTOR_DRAWABLE_GROUP_ROTATION
	static final int STYLEABLE_VECTOR_DRAWABLE_GROUP_SCALE_X
	static final int STYLEABLE_VECTOR_DRAWABLE_GROUP_SCALE_Y
	static final int STYLEABLE_VECTOR_DRAWABLE_GROUP_TRANSLATE_X
	static final int STYLEABLE_VECTOR_DRAWABLE_GROUP_TRANSLATE_Y
	static final int[] STYLEABLE_VECTOR_DRAWABLE_PATH
	static final int STYLEABLE_VECTOR_DRAWABLE_PATH_FILL_ALPHA
	static final int STYLEABLE_VECTOR_DRAWABLE_PATH_FILL_COLOR
	static final int STYLEABLE_VECTOR_DRAWABLE_PATH_NAME
	static final int STYLEABLE_VECTOR_DRAWABLE_PATH_PATH_DATA
	static final int STYLEABLE_VECTOR_DRAWABLE_PATH_STROKE_ALPHA
	static final int STYLEABLE_VECTOR_DRAWABLE_PATH_STROKE_COLOR
	static final int STYLEABLE_VECTOR_DRAWABLE_PATH_STROKE_LINE_CAP
	static final int STYLEABLE_VECTOR_DRAWABLE_PATH_STROKE_LINE_JOIN
	static final int STYLEABLE_VECTOR_DRAWABLE_PATH_STROKE_MITER_LIMIT
	static final int STYLEABLE_VECTOR_DRAWABLE_PATH_STROKE_WIDTH
	static final int STYLEABLE_VECTOR_DRAWABLE_PATH_TRIM_PATH_END
	static final int STYLEABLE_VECTOR_DRAWABLE_PATH_TRIM_PATH_OFFSET
	static final int STYLEABLE_VECTOR_DRAWABLE_PATH_TRIM_PATH_START
	static final int STYLEABLE_VECTOR_DRAWABLE_PATH_TRIM_PATH_FILLTYPE
	static final int[] STYLEABLE_VECTOR_DRAWABLE_CLIP_PATH
	static final int STYLEABLE_VECTOR_DRAWABLE_CLIP_PATH_NAME
	static final int STYLEABLE_VECTOR_DRAWABLE_CLIP_PATH_PATH_DATA
	static final int[] STYLEABLE_ANIMATED_VECTOR_DRAWABLE
	static final int STYLEABLE_ANIMATED_VECTOR_DRAWABLE_DRAWABLE
	static final int[] STYLEABLE_ANIMATED_VECTOR_DRAWABLE_TARGET
	static final int STYLEABLE_ANIMATED_VECTOR_DRAWABLE_TARGET_ANIMATION
	static final int STYLEABLE_ANIMATED_VECTOR_DRAWABLE_TARGET_NAME
	public static final int[] STYLEABLE_ANIMATOR
	public static final int STYLEABLE_ANIMATOR_INTERPOLATOR
	public static final int STYLEABLE_ANIMATOR_DURATION
	public static final int STYLEABLE_ANIMATOR_START_OFFSET
	public static final int STYLEABLE_ANIMATOR_REPEAT_COUNT
	public static final int STYLEABLE_ANIMATOR_REPEAT_MODE
	public static final int STYLEABLE_ANIMATOR_VALUE_FROM
	public static final int STYLEABLE_ANIMATOR_VALUE_TO
	public static final int STYLEABLE_ANIMATOR_VALUE_TYPE
	public static final int STYLEABLE_ANIMATOR_REMOVE_BEFORE_M_RELEASE
	public static final int[] STYLEABLE_ANIMATOR_SET
	public static final int STYLEABLE_ANIMATOR_SET_ORDERING
	public static final int[] STYLEABLE_PROPERTY_VALUES_HOLDER
	public static final int STYLEABLE_PROPERTY_VALUES_HOLDER_VALUE_FROM
	public static final int STYLEABLE_PROPERTY_VALUES_HOLDER_VALUE_TO
	public static final int STYLEABLE_PROPERTY_VALUES_HOLDER_VALUE_TYPE
	public static final int STYLEABLE_PROPERTY_VALUES_HOLDER_PROPERTY_NAME
	public static final int[] STYLEABLE_KEYFRAME
	public static final int STYLEABLE_KEYFRAME_VALUE
	public static final int STYLEABLE_KEYFRAME_INTERPOLATOR
	public static final int STYLEABLE_KEYFRAME_VALUE_TYPE
	public static final int STYLEABLE_KEYFRAME_FRACTION
	public static final int[] STYLEABLE_PROPERTY_ANIMATOR
	public static final int STYLEABLE_PROPERTY_ANIMATOR_PROPERTY_NAME
	public static final int STYLEABLE_PROPERTY_ANIMATOR_PATH_DATA
	public static final int STYLEABLE_PROPERTY_ANIMATOR_PROPERTY_X_NAME
	public static final int STYLEABLE_PROPERTY_ANIMATOR_PROPERTY_Y_NAME
	public static final int[] STYLEABLE_PATH_INTERPOLATOR
	public static final int STYLEABLE_PATH_INTERPOLATOR_CONTROL_X_1
	public static final int STYLEABLE_PATH_INTERPOLATOR_CONTROL_Y_1
	public static final int STYLEABLE_PATH_INTERPOLATOR_CONTROL_X_2
	public static final int STYLEABLE_PATH_INTERPOLATOR_CONTROL_Y_2
	public static final int STYLEABLE_PATH_INTERPOLATOR_PATH_DATA
	public static final int FAST_OUT_LINEAR_IN
	public static final int FAST_OUT_SLOW_IN
	public static final int LINEAR_OUT_SLOW_IN
	void  () 
	static void  () 
}

android/support/graphics/drawable/VectorDrawableCompat$VGroup.class
VectorDrawableCompat.java
package android.support.graphics.drawable
 android.support.graphics.drawable.VectorDrawableCompat$VGroup extends java.lang.Object {
	private final android.graphics.Matrix mStackedMatrix
	final java.util.ArrayList mChildren
	float mRotate
	private float mPivotX
	private float mPivotY
	private float mScaleX
	private float mScaleY
	private float mTranslateX
	private float mTranslateY
	private final android.graphics.Matrix mLocalMatrix
	int mChangingConfigurations
	private int[] mThemeAttrs
	private String mGroupName
	public void  (android.support.graphics.drawable.VectorDrawableCompat$VGroup, android.support.v4.util.ArrayMap) 
		android.support.graphics.drawable.VectorDrawableCompat$VGroup copyGroup
		android.support.graphics.drawable.VectorDrawableCompat$VPath newPath
		Object copyChild
		int i
		android.support.graphics.drawable.VectorDrawableCompat$VGroup copy
		android.support.v4.util.ArrayMap targetsMap
		java.util.ArrayList children
	public void  () 
	public java.lang.String getGroupName () 
	public android.graphics.Matrix getLocalMatrix () 
	public void inflate (android.content.res.Resources, android.util.AttributeSet, android.content.res.Resources$Theme, org.xmlpull.v1.XmlPullParser) 
		android.content.res.Resources res
		android.util.AttributeSet attrs
		android.content.res.Resources$Theme theme
		org.xmlpull.v1.XmlPullParser parser
		android.content.res.TypedArray a
	private void updateStateFromTypedArray (android.content.res.TypedArray, org.xmlpull.v1.XmlPullParser) 
		android.content.res.TypedArray a
		org.xmlpull.v1.XmlPullParser parser
		String groupName
	private void updateLocalMatrix () 
	public float getRotation () 
	public void setRotation (float) 
		float rotation
	public float getPivotX () 
	public void setPivotX (float) 
		float pivotX
	public float getPivotY () 
	public void setPivotY (float) 
		float pivotY
	public float getScaleX () 
	public void setScaleX (float) 
		float scaleX
	public float getScaleY () 
	public void setScaleY (float) 
		float scaleY
	public float getTranslateX () 
	public void setTranslateX (float) 
		float translateX
	public float getTranslateY () 
	public void setTranslateY (float) 
		float translateY
	static android.graphics.Matrix access$200 (android.support.graphics.drawable.VectorDrawableCompat$VGroup) 
		android.support.graphics.drawable.VectorDrawableCompat$VGroup x0
	static android.graphics.Matrix access$300 (android.support.graphics.drawable.VectorDrawableCompat$VGroup) 
		android.support.graphics.drawable.VectorDrawableCompat$VGroup x0
}

android/support/graphics/drawable/VectorDrawableCompat$VClipPath.class
VectorDrawableCompat.java
package android.support.graphics.drawable
 android.support.graphics.drawable.VectorDrawableCompat$VClipPath extends android.support.graphics.drawable.VectorDrawableCompat$VPath {
	public void  () 
	public void  (android.support.graphics.drawable.VectorDrawableCompat$VClipPath) 
		android.support.graphics.drawable.VectorDrawableCompat$VClipPath copy
	public void inflate (android.content.res.Resources, android.util.AttributeSet, android.content.res.Resources$Theme, org.xmlpull.v1.XmlPullParser) 
		android.content.res.Resources r
		android.util.AttributeSet attrs
		android.content.res.Resources$Theme theme
		org.xmlpull.v1.XmlPullParser parser
		boolean hasPathData
		android.content.res.TypedArray a
	private void updateStateFromTypedArray (android.content.res.TypedArray) 
		android.content.res.TypedArray a
		String pathName
		String pathData
	public boolean isClipPath () 
}

android/support/graphics/drawable/VectorDrawableCompat$VectorDrawableCompatState.class
VectorDrawableCompat.java
package android.support.graphics.drawable
 android.support.graphics.drawable.VectorDrawableCompat$VectorDrawableCompatState extends android.graphics.drawable.Drawable$ConstantState {
	int mChangingConfigurations
	android.support.graphics.drawable.VectorDrawableCompat$VPathRenderer mVPathRenderer
	android.content.res.ColorStateList mTint
	android.graphics.PorterDuff$Mode mTintMode
	boolean mAutoMirrored
	android.graphics.Bitmap mCachedBitmap
	int[] mCachedThemeAttrs
	android.content.res.ColorStateList mCachedTint
	android.graphics.PorterDuff$Mode mCachedTintMode
	int mCachedRootAlpha
	boolean mCachedAutoMirrored
	boolean mCacheDirty
	android.graphics.Paint mTempPaint
	public void  (android.support.graphics.drawable.VectorDrawableCompat$VectorDrawableCompatState) 
		android.support.graphics.drawable.VectorDrawableCompat$VectorDrawableCompatState copy
	public void drawCachedBitmapWithRootAlpha (android.graphics.Canvas, android.graphics.ColorFilter, android.graphics.Rect) 
		android.graphics.Canvas canvas
		android.graphics.ColorFilter filter
		android.graphics.Rect originalBounds
		android.graphics.Paint p
	public boolean hasTranslucentRoot () 
	public android.graphics.Paint getPaint (android.graphics.ColorFilter) 
		android.graphics.ColorFilter filter
	public void updateCachedBitmap (int, int) 
		int width
		int height
		android.graphics.Canvas tmpCanvas
	public void createCachedBitmapIfNeeded (int, int) 
		int width
		int height
	public boolean canReuseBitmap (int, int) 
		int width
		int height
	public boolean canReuseCache () 
	public void updateCacheStates () 
	public void  () 
	public android.graphics.drawable.Drawable newDrawable () 
	public android.graphics.drawable.Drawable newDrawable (android.content.res.Resources) 
		android.content.res.Resources res
	public int getChangingConfigurations () 
}

android/support/graphics/drawable/VectorDrawableCompat$VFullPath.class
VectorDrawableCompat.java
package android.support.graphics.drawable
 android.support.graphics.drawable.VectorDrawableCompat$VFullPath extends android.support.graphics.drawable.VectorDrawableCompat$VPath {
	private int[] mThemeAttrs
	int mStrokeColor
	float mStrokeWidth
	int mFillColor
	float mStrokeAlpha
	int mFillRule
	float mFillAlpha
	float mTrimPathStart
	float mTrimPathEnd
	float mTrimPathOffset
	android.graphics.Paint$Cap mStrokeLineCap
	android.graphics.Paint$Join mStrokeLineJoin
	float mStrokeMiterlimit
	public void  () 
	public void  (android.support.graphics.drawable.VectorDrawableCompat$VFullPath) 
		android.support.graphics.drawable.VectorDrawableCompat$VFullPath copy
	private android.graphics.Paint$Cap getStrokeLineCap (int, android.graphics.Paint$Cap) 
		int id
		android.graphics.Paint$Cap defValue
	private android.graphics.Paint$Join getStrokeLineJoin (int, android.graphics.Paint$Join) 
		int id
		android.graphics.Paint$Join defValue
	public boolean canApplyTheme () 
	public void inflate (android.content.res.Resources, android.util.AttributeSet, android.content.res.Resources$Theme, org.xmlpull.v1.XmlPullParser) 
		android.content.res.Resources r
		android.util.AttributeSet attrs
		android.content.res.Resources$Theme theme
		org.xmlpull.v1.XmlPullParser parser
		android.content.res.TypedArray a
	private void updateStateFromTypedArray (android.content.res.TypedArray, org.xmlpull.v1.XmlPullParser) 
		android.content.res.TypedArray a
		org.xmlpull.v1.XmlPullParser parser
		boolean hasPathData
		String pathName
		String pathData
		int lineCap
		int lineJoin
	public void applyTheme (android.content.res.Resources$Theme) 
		android.content.res.Resources$Theme t
	int getStrokeColor () 
	void setStrokeColor (int) 
		int strokeColor
	float getStrokeWidth () 
	void setStrokeWidth (float) 
		float strokeWidth
	float getStrokeAlpha () 
	void setStrokeAlpha (float) 
		float strokeAlpha
	int getFillColor () 
	void setFillColor (int) 
		int fillColor
	float getFillAlpha () 
	void setFillAlpha (float) 
		float fillAlpha
	float getTrimPathStart () 
	void setTrimPathStart (float) 
		float trimPathStart
	float getTrimPathEnd () 
	void setTrimPathEnd (float) 
		float trimPathEnd
	float getTrimPathOffset () 
	void setTrimPathOffset (float) 
		float trimPathOffset
}

android/support/graphics/drawable/BuildConfig.class
BuildConfig.java
package android.support.graphics.drawable
public final android.support.graphics.drawable.BuildConfig extends java.lang.Object {
	public static final boolean DEBUG
	public static final String APPLICATION_ID
	public static final String BUILD_TYPE
	public static final String FLAVOR
	public static final int VERSION_CODE
	public static final String VERSION_NAME
	public void  () 
}

android/support/graphics/drawable/VectorDrawableCompat$VPath.class
VectorDrawableCompat.java
package android.support.graphics.drawable
 android.support.graphics.drawable.VectorDrawableCompat$VPath extends java.lang.Object {
	protected android.support.v4.graphics.PathParser$PathDataNode[] mNodes
	String mPathName
	int mChangingConfigurations
	public void  () 
	public void printVPath (int) 
		int i
		int level
		String indent
	public java.lang.String nodesToString (android.support.v4.graphics.PathParser$PathDataNode[]) 
		int j
		float[] params
		int i
		android.support.v4.graphics.PathParser$PathDataNode[] nodes
		String result
	public void  (android.support.graphics.drawable.VectorDrawableCompat$VPath) 
		android.support.graphics.drawable.VectorDrawableCompat$VPath copy
	public void toPath (android.graphics.Path) 
		android.graphics.Path path
	public java.lang.String getPathName () 
	public boolean canApplyTheme () 
	public void applyTheme (android.content.res.Resources$Theme) 
		android.content.res.Resources$Theme t
	public boolean isClipPath () 
	public android.support.v4.graphics.PathParser$PathDataNode[] getPathData () 
	public void setPathData (android.support.v4.graphics.PathParser$PathDataNode[]) 
		android.support.v4.graphics.PathParser$PathDataNode[] nodes
}

android/support/graphics/drawable/VectorDrawableCommon.class
VectorDrawableCommon.java
package android.support.graphics.drawable
abstract android.support.graphics.drawable.VectorDrawableCommon extends android.graphics.drawable.Drawable implements android.support.v4.graphics.drawable.TintAwareDrawable  {
	android.graphics.drawable.Drawable mDelegateDrawable
	void  () 
	public void setColorFilter (int, android.graphics.PorterDuff$Mode) 
		int color
		android.graphics.PorterDuff$Mode mode
	public android.graphics.ColorFilter getColorFilter () 
	protected boolean onLevelChange (int) 
		int level
	protected void onBoundsChange (android.graphics.Rect) 
		android.graphics.Rect bounds
	public void setHotspot (float, float) 
		float x
		float y
	public void setHotspotBounds (int, int, int, int) 
		int left
		int top
		int right
		int bottom
	public void setFilterBitmap (boolean) 
		boolean filter
	public void jumpToCurrentState () 
	public void applyTheme (android.content.res.Resources$Theme) 
		android.content.res.Resources$Theme t
	public void clearColorFilter () 
	public android.graphics.drawable.Drawable getCurrent () 
	public int getMinimumWidth () 
	public int getMinimumHeight () 
	public boolean getPadding (android.graphics.Rect) 
		android.graphics.Rect padding
	public int[] getState () 
	public android.graphics.Region getTransparentRegion () 
	public void setChangingConfigurations (int) 
		int configs
	public boolean setState (int[]) 
		int[] stateSet
}

android/support/graphics/drawable/VectorDrawableCompat$VPathRenderer.class
VectorDrawableCompat.java
package android.support.graphics.drawable
 android.support.graphics.drawable.VectorDrawableCompat$VPathRenderer extends java.lang.Object {
	private final android.graphics.Path mPath
	private final android.graphics.Path mRenderPath
	private static final android.graphics.Matrix IDENTITY_MATRIX
	private final android.graphics.Matrix mFinalPathMatrix
	private android.graphics.Paint mStrokePaint
	private android.graphics.Paint mFillPaint
	private android.graphics.PathMeasure mPathMeasure
	private int mChangingConfigurations
	final android.support.graphics.drawable.VectorDrawableCompat$VGroup mRootGroup
	float mBaseWidth
	float mBaseHeight
	float mViewportWidth
	float mViewportHeight
	int mRootAlpha
	String mRootName
	final android.support.v4.util.ArrayMap mVGTargetsMap
	public void  () 
	public void setRootAlpha (int) 
		int alpha
	public int getRootAlpha () 
	public void setAlpha (float) 
		float alpha
	public float getAlpha () 
	public void  (android.support.graphics.drawable.VectorDrawableCompat$VPathRenderer) 
		android.support.graphics.drawable.VectorDrawableCompat$VPathRenderer copy
	private void drawGroupTree (android.support.graphics.drawable.VectorDrawableCompat$VGroup, android.graphics.Matrix, android.graphics.Canvas, int, int, android.graphics.ColorFilter) 
		android.support.graphics.drawable.VectorDrawableCompat$VGroup childGroup
		android.support.graphics.drawable.VectorDrawableCompat$VPath childPath
		Object child
		int i
		android.support.graphics.drawable.VectorDrawableCompat$VGroup currentGroup
		android.graphics.Matrix currentMatrix
		android.graphics.Canvas canvas
		int w
		int h
		android.graphics.ColorFilter filter
	public void draw (android.graphics.Canvas, int, int, android.graphics.ColorFilter) 
		android.graphics.Canvas canvas
		int w
		int h
		android.graphics.ColorFilter filter
	private void drawPath (android.support.graphics.drawable.VectorDrawableCompat$VGroup, android.support.graphics.drawable.VectorDrawableCompat$VPath, android.graphics.Canvas, int, int, android.graphics.ColorFilter) 
		float start
		float end
		float len
		android.graphics.Paint fillPaint
		android.graphics.Paint strokePaint
		float finalStrokeScale
		android.support.graphics.drawable.VectorDrawableCompat$VFullPath fullPath
		android.support.graphics.drawable.VectorDrawableCompat$VGroup vGroup
		android.support.graphics.drawable.VectorDrawableCompat$VPath vPath
		android.graphics.Canvas canvas
		int w
		int h
		android.graphics.ColorFilter filter
		float scaleX
		float scaleY
		float minScale
		android.graphics.Matrix groupStackedMatrix
		float matrixScale
		android.graphics.Path path
	private static float cross (float, float, float, float) 
		float v1x
		float v1y
		float v2x
		float v2y
	private float getMatrixScale (android.graphics.Matrix) 
		android.graphics.Matrix groupStackedMatrix
		float[] unitVectors
		float scaleX
		float scaleY
		float crossProduct
		float maxScale
		float matrixScale
	static android.graphics.Paint access$000 (android.support.graphics.drawable.VectorDrawableCompat$VPathRenderer) 
		android.support.graphics.drawable.VectorDrawableCompat$VPathRenderer x0
	static android.graphics.Paint access$002 (android.support.graphics.drawable.VectorDrawableCompat$VPathRenderer, android.graphics.Paint) 
		android.support.graphics.drawable.VectorDrawableCompat$VPathRenderer x0
		android.graphics.Paint x1
	static android.graphics.Paint access$100 (android.support.graphics.drawable.VectorDrawableCompat$VPathRenderer) 
		android.support.graphics.drawable.VectorDrawableCompat$VPathRenderer x0
	static android.graphics.Paint access$102 (android.support.graphics.drawable.VectorDrawableCompat$VPathRenderer, android.graphics.Paint) 
		android.support.graphics.drawable.VectorDrawableCompat$VPathRenderer x0
		android.graphics.Paint x1
	static void  () 
}

android/support/graphics/drawable/VectorDrawableCompat.class
VectorDrawableCompat.java
package android.support.graphics.drawable
public android.support.graphics.drawable.VectorDrawableCompat extends android.support.graphics.drawable.VectorDrawableCommon {
	static final String LOGTAG
	static final android.graphics.PorterDuff$Mode DEFAULT_TINT_MODE
	private static final String SHAPE_CLIP_PATH
	private static final String SHAPE_GROUP
	private static final String SHAPE_PATH
	private static final String SHAPE_VECTOR
	private static final int LINECAP_BUTT
	private static final int LINECAP_ROUND
	private static final int LINECAP_SQUARE
	private static final int LINEJOIN_MITER
	private static final int LINEJOIN_ROUND
	private static final int LINEJOIN_BEVEL
	private static final int MAX_CACHED_BITMAP_SIZE
	private static final boolean DBG_VECTOR_DRAWABLE
	private android.support.graphics.drawable.VectorDrawableCompat$VectorDrawableCompatState mVectorState
	private android.graphics.PorterDuffColorFilter mTintFilter
	private android.graphics.ColorFilter mColorFilter
	private boolean mMutated
	private boolean mAllowCaching
	private android.graphics.drawable.Drawable$ConstantState mCachedConstantStateDelegate
	private final float[] mTmpFloats
	private final android.graphics.Matrix mTmpMatrix
	private final android.graphics.Rect mTmpBounds
	void  () 
	void  (android.support.graphics.drawable.VectorDrawableCompat$VectorDrawableCompatState) 
		android.support.graphics.drawable.VectorDrawableCompat$VectorDrawableCompatState state
	public android.graphics.drawable.Drawable mutate () 
	java.lang.Object getTargetByName (java.lang.String) 
		String name
	public android.graphics.drawable.Drawable$ConstantState getConstantState () 
	public void draw (android.graphics.Canvas) 
		android.graphics.Canvas canvas
		android.graphics.ColorFilter colorFilter
		float canvasScaleX
		float canvasScaleY
		float canvasSkewX
		float canvasSkewY
		int scaledWidth
		int scaledHeight
		int saveCount
		boolean needMirroring
	public int getAlpha () 
	public void setAlpha (int) 
		int alpha
	public void setColorFilter (android.graphics.ColorFilter) 
		android.graphics.ColorFilter colorFilter
	android.graphics.PorterDuffColorFilter updateTintFilter (android.graphics.PorterDuffColorFilter, android.content.res.ColorStateList, android.graphics.PorterDuff$Mode) 
		android.graphics.PorterDuffColorFilter tintFilter
		android.content.res.ColorStateList tint
		android.graphics.PorterDuff$Mode tintMode
		int color
	public void setTint (int) 
		int tint
	public void setTintList (android.content.res.ColorStateList) 
		android.content.res.ColorStateList tint
		android.support.graphics.drawable.VectorDrawableCompat$VectorDrawableCompatState state
	public void setTintMode (android.graphics.PorterDuff$Mode) 
		android.graphics.PorterDuff$Mode tintMode
		android.support.graphics.drawable.VectorDrawableCompat$VectorDrawableCompatState state
	public boolean isStateful () 
	protected boolean onStateChange (int[]) 
		int[] stateSet
		android.support.graphics.drawable.VectorDrawableCompat$VectorDrawableCompatState state
	public int getOpacity () 
	public int getIntrinsicWidth () 
	public int getIntrinsicHeight () 
	public boolean canApplyTheme () 
	public boolean isAutoMirrored () 
	public void setAutoMirrored (boolean) 
		boolean mirrored
	public float getPixelSize () 
		float intrinsicWidth
		float intrinsicHeight
		float viewportWidth
		float viewportHeight
		float scaleX
		float scaleY
	public static android.support.graphics.drawable.VectorDrawableCompat create (android.content.res.Resources, int, android.content.res.Resources$Theme) 
		android.support.graphics.drawable.VectorDrawableCompat drawable
		org.xmlpull.v1.XmlPullParser parser
		android.util.AttributeSet attrs
		int type
		org.xmlpull.v1.XmlPullParserException e
		java.io.IOException e
		android.content.res.Resources res
		int resId
		android.content.res.Resources$Theme theme
	public static android.support.graphics.drawable.VectorDrawableCompat createFromXmlInner (android.content.res.Resources, org.xmlpull.v1.XmlPullParser, android.util.AttributeSet, android.content.res.Resources$Theme)  throws org.xmlpull.v1.XmlPullParserException java.io.IOException 
		android.content.res.Resources r
		org.xmlpull.v1.XmlPullParser parser
		android.util.AttributeSet attrs
		android.content.res.Resources$Theme theme
		android.support.graphics.drawable.VectorDrawableCompat drawable
	static int applyAlpha (int, float) 
		int color
		float alpha
		int alphaBytes
	public void inflate (android.content.res.Resources, org.xmlpull.v1.XmlPullParser, android.util.AttributeSet)  throws org.xmlpull.v1.XmlPullParserException java.io.IOException 
		android.content.res.Resources res
		org.xmlpull.v1.XmlPullParser parser
		android.util.AttributeSet attrs
	public void inflate (android.content.res.Resources, org.xmlpull.v1.XmlPullParser, android.util.AttributeSet, android.content.res.Resources$Theme)  throws org.xmlpull.v1.XmlPullParserException java.io.IOException 
		android.content.res.Resources res
		org.xmlpull.v1.XmlPullParser parser
		android.util.AttributeSet attrs
		android.content.res.Resources$Theme theme
		android.support.graphics.drawable.VectorDrawableCompat$VectorDrawableCompatState state
		android.support.graphics.drawable.VectorDrawableCompat$VPathRenderer pathRenderer
		android.content.res.TypedArray a
	private static android.graphics.PorterDuff$Mode parseTintModeCompat (int, android.graphics.PorterDuff$Mode) 
		int value
		android.graphics.PorterDuff$Mode defaultMode
	private void updateStateFromTypedArray (android.content.res.TypedArray, org.xmlpull.v1.XmlPullParser)  throws org.xmlpull.v1.XmlPullParserException 
		android.content.res.TypedArray a
		org.xmlpull.v1.XmlPullParser parser
		android.support.graphics.drawable.VectorDrawableCompat$VectorDrawableCompatState state
		android.support.graphics.drawable.VectorDrawableCompat$VPathRenderer pathRenderer
		int mode
		android.content.res.ColorStateList tint
		float alphaInFloat
		String name
	private void inflateInternal (android.content.res.Resources, org.xmlpull.v1.XmlPullParser, android.util.AttributeSet, android.content.res.Resources$Theme)  throws org.xmlpull.v1.XmlPullParserException java.io.IOException 
		android.support.graphics.drawable.VectorDrawableCompat$VFullPath path
		android.support.graphics.drawable.VectorDrawableCompat$VClipPath path
		android.support.graphics.drawable.VectorDrawableCompat$VGroup newChildGroup
		String tagName
		android.support.graphics.drawable.VectorDrawableCompat$VGroup currentGroup
		String tagName
		StringBuffer tag
		android.content.res.Resources res
		org.xmlpull.v1.XmlPullParser parser
		android.util.AttributeSet attrs
		android.content.res.Resources$Theme theme
		android.support.graphics.drawable.VectorDrawableCompat$VectorDrawableCompatState state
		android.support.graphics.drawable.VectorDrawableCompat$VPathRenderer pathRenderer
		boolean noPathTag
		java.util.Stack groupStack
		int eventType
		int innerDepth
	private void printGroupTree (android.support.graphics.drawable.VectorDrawableCompat$VGroup, int) 
		int i
		Object child
		int i
		android.support.graphics.drawable.VectorDrawableCompat$VGroup currentGroup
		int level
		String indent
	void setAllowCaching (boolean) 
		boolean allowCaching
	private boolean needMirroring () 
	protected void onBoundsChange (android.graphics.Rect) 
		android.graphics.Rect bounds
	public int getChangingConfigurations () 
	public void invalidateSelf () 
	public void scheduleSelf (java.lang.Runnable, long) 
		Runnable what
		long when
	public boolean setVisible (boolean, boolean) 
		boolean visible
		boolean restart
	public void unscheduleSelf (java.lang.Runnable) 
		Runnable what
	public volatile boolean setState (int[]) 
	public volatile void setChangingConfigurations (int) 
	public volatile android.graphics.Region getTransparentRegion () 
	public volatile int[] getState () 
	public volatile boolean getPadding (android.graphics.Rect) 
	public volatile int getMinimumHeight () 
	public volatile int getMinimumWidth () 
	public volatile android.graphics.drawable.Drawable getCurrent () 
	public volatile void clearColorFilter () 
	public volatile void applyTheme (android.content.res.Resources$Theme) 
	public volatile void jumpToCurrentState () 
	public volatile void setFilterBitmap (boolean) 
	public volatile void setHotspotBounds (int, int, int, int) 
	public volatile void setHotspot (float, float) 
	public volatile android.graphics.ColorFilter getColorFilter () 
	public volatile void setColorFilter (int, android.graphics.PorterDuff$Mode) 
	static void  () 
}

android/support/graphics/drawable/VectorDrawableCompat$VectorDrawableDelegateState.class
VectorDrawableCompat.java
package android.support.graphics.drawable
 android.support.graphics.drawable.VectorDrawableCompat$VectorDrawableDelegateState extends android.graphics.drawable.Drawable$ConstantState {
	private final android.graphics.drawable.Drawable$ConstantState mDelegateState
	public void  (android.graphics.drawable.Drawable$ConstantState) 
		android.graphics.drawable.Drawable$ConstantState state
	public android.graphics.drawable.Drawable newDrawable () 
		android.support.graphics.drawable.VectorDrawableCompat drawableCompat
	public android.graphics.drawable.Drawable newDrawable (android.content.res.Resources) 
		android.content.res.Resources res
		android.support.graphics.drawable.VectorDrawableCompat drawableCompat
	public android.graphics.drawable.Drawable newDrawable (android.content.res.Resources, android.content.res.Resources$Theme) 
		android.content.res.Resources res
		android.content.res.Resources$Theme theme
		android.support.graphics.drawable.VectorDrawableCompat drawableCompat
	public boolean canApplyTheme () 
	public int getChangingConfigurations () 
}