public static class TaskStack.DockState.ViewState extends Object
Modifier and Type | Field and Description |
---|---|
int |
dockAreaAlpha |
ColorDrawable |
dockAreaOverlay |
int |
hintTextAlpha |
int |
hintTextOrientation |
Modifier and Type | Method and Description |
---|---|
void |
draw(Canvas canvas)
Draws the current view state.
|
void |
startAnimation(Rect bounds,
int areaAlpha,
int hintAlpha,
int duration,
Interpolator interpolator,
boolean animateAlpha,
boolean animateBounds)
Creates a new bounds and alpha animation.
|
void |
update(Context context)
Updates the view state with the given context.
|
public final int dockAreaAlpha
public final ColorDrawable dockAreaOverlay
public final int hintTextAlpha
public final int hintTextOrientation
public void update(Context context)
public void draw(Canvas canvas)
public void startAnimation(Rect bounds, int areaAlpha, int hintAlpha, int duration, Interpolator interpolator, boolean animateAlpha, boolean animateBounds)