File
Doc
Category
Size
Date
Package
RotateDrawable.java
API Doc
Android 5.1 API
3825
Sat Mar 14 14:09:42 GMT 2015
android.graphics.drawable
RotateDrawable
java.lang.Object
android.graphics.drawable.Drawable
public class RotateDrawable extends android.graphics.drawable.Drawable implements android.graphics.drawable.Drawable.Callback
Fields Summary
Constructors Summary
public RotateDrawable
()
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
android.graphics.drawable.Drawable
getDrawable
()
throw new RuntimeException("Stub!");
public
float
getFromDegrees
()
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
boolean
getPadding
(
android.graphics.Rect
padding)
throw new RuntimeException("Stub!");
public
float
getPivotX
()
throw new RuntimeException("Stub!");
public
float
getPivotY
()
throw new RuntimeException("Stub!");
public
float
getToDegrees
()
throw new RuntimeException("Stub!");
public void
inflate
(
android.content.res.Resources
r,
org.xmlpull.v1.XmlPullParser
parser,
android.util.AttributeSet
attrs,
android.content.res.Resources.Theme
theme)
throw new RuntimeException("Stub!");
public void
invalidateDrawable
(
android.graphics.drawable.Drawable
who)
throw new RuntimeException("Stub!");
public
boolean
isPivotXRelative
()
throw new RuntimeException("Stub!");
public
boolean
isPivotYRelative
()
throw new RuntimeException("Stub!");
public
boolean
isStateful
()
throw new RuntimeException("Stub!");
public
android.graphics.drawable.Drawable
mutate
()
throw new RuntimeException("Stub!");
protected void
onBoundsChange
(
android.graphics.Rect
bounds)
throw new RuntimeException("Stub!");
protected
boolean
onLevelChange
(
int
level)
throw new RuntimeException("Stub!");
protected
boolean
onStateChange
(
int[]
state)
throw new RuntimeException("Stub!");
public void
scheduleDrawable
(
android.graphics.drawable.Drawable
who,
java.lang.Runnable
what,
long
when)
throw new RuntimeException("Stub!");
public void
setAlpha
(
int
alpha)
throw new RuntimeException("Stub!");
public void
setColorFilter
(
android.graphics.ColorFilter
cf)
throw new RuntimeException("Stub!");
public void
setDrawable
(
android.graphics.drawable.Drawable
drawable)
throw new RuntimeException("Stub!");
public void
setFromDegrees
(
float
fromDegrees)
throw new RuntimeException("Stub!");
public void
setPivotX
(
float
pivotX)
throw new RuntimeException("Stub!");
public void
setPivotXRelative
(
boolean
relative)
throw new RuntimeException("Stub!");
public void
setPivotY
(
float
pivotY)
throw new RuntimeException("Stub!");
public void
setPivotYRelative
(
boolean
relative)
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!");
public void
setToDegrees
(
float
toDegrees)
throw new RuntimeException("Stub!");
public
boolean
setVisible
(
boolean
visible,
boolean
restart)
throw new RuntimeException("Stub!");
public void
unscheduleDrawable
(
android.graphics.drawable.Drawable
who,
java.lang.Runnable
what)
throw new RuntimeException("Stub!");
Java Code Source