File
Doc
Category
Size
Date
Package
VectorDrawable.java
API Doc
Android 5.1 API
2013
Sat Mar 14 14:09:44 GMT 2015
android.graphics.drawable
VectorDrawable
java.lang.Object
android.graphics.drawable.Drawable
public class VectorDrawable extends android.graphics.drawable.Drawable
Fields Summary
Constructors Summary
public VectorDrawable
()
throw new RuntimeException("Stub!");
Methods Summary
public void
applyTheme
(
android.content.res.Resources.Theme
t)
throw new RuntimeException("Stub!");
public
boolean
canApplyTheme
()
throw new RuntimeException("Stub!");
public void
draw
(
android.graphics.Canvas
canvas)
throw new RuntimeException("Stub!");
public
int
getAlpha
()
throw new RuntimeException("Stub!");
public
int
getChangingConfigurations
()
throw new RuntimeException("Stub!");
public
android.graphics.drawable.Drawable.ConstantState
getConstantState
()
throw new RuntimeException("Stub!");
public
int
getIntrinsicHeight
()
throw new RuntimeException("Stub!");
public
int
getIntrinsicWidth
()
throw new RuntimeException("Stub!");
public
int
getOpacity
()
throw new RuntimeException("Stub!");
public void
inflate
(
android.content.res.Resources
res,
org.xmlpull.v1.XmlPullParser
parser,
android.util.AttributeSet
attrs,
android.content.res.Resources.Theme
theme)
throw new RuntimeException("Stub!");
public
boolean
isAutoMirrored
()
throw new RuntimeException("Stub!");
public
boolean
isStateful
()
throw new RuntimeException("Stub!");
public
android.graphics.drawable.Drawable
mutate
()
throw new RuntimeException("Stub!");
protected
boolean
onStateChange
(
int[]
stateSet)
throw new RuntimeException("Stub!");
public void
setAlpha
(
int
alpha)
throw new RuntimeException("Stub!");
public void
setAutoMirrored
(
boolean
mirrored)
throw new RuntimeException("Stub!");
public void
setColorFilter
(
android.graphics.ColorFilter
colorFilter)
throw new RuntimeException("Stub!");
public void
setTintList
(
android.content.res.ColorStateList
tint)
throw new RuntimeException("Stub!");
public void
setTintMode
(
android.graphics.PorterDuff.Mode
tintMode)
throw new RuntimeException("Stub!");
Java Code Source