Methods Summary |
---|
protected void | applyTransformation(float interpolatedTime, android.view.animation.Transformation t) throw new RuntimeException("Stub!");
|
public void | cancel() throw new RuntimeException("Stub!");
|
protected android.view.animation.Animation | clone() throw new RuntimeException("Stub!");
|
public long | computeDurationHint() throw new RuntimeException("Stub!");
|
protected void | ensureInterpolator() throw new RuntimeException("Stub!");
|
protected void | finalize() throw new RuntimeException("Stub!");
|
public int | getBackgroundColor() throw new RuntimeException("Stub!");
|
public boolean | getDetachWallpaper() throw new RuntimeException("Stub!");
|
public long | getDuration() throw new RuntimeException("Stub!");
|
public boolean | getFillAfter() throw new RuntimeException("Stub!");
|
public boolean | getFillBefore() throw new RuntimeException("Stub!");
|
public android.view.animation.Interpolator | getInterpolator() throw new RuntimeException("Stub!");
|
public int | getRepeatCount() throw new RuntimeException("Stub!");
|
public int | getRepeatMode() throw new RuntimeException("Stub!");
|
protected float | getScaleFactor() throw new RuntimeException("Stub!");
|
public long | getStartOffset() throw new RuntimeException("Stub!");
|
public long | getStartTime() throw new RuntimeException("Stub!");
|
public boolean | getTransformation(long currentTime, android.view.animation.Transformation outTransformation) throw new RuntimeException("Stub!");
|
public boolean | getTransformation(long currentTime, android.view.animation.Transformation outTransformation, float scale) throw new RuntimeException("Stub!");
|
public int | getZAdjustment() throw new RuntimeException("Stub!");
|
public boolean | hasEnded() throw new RuntimeException("Stub!");
|
public boolean | hasStarted() throw new RuntimeException("Stub!");
|
public void | initialize(int width, int height, int parentWidth, int parentHeight) throw new RuntimeException("Stub!");
|
public boolean | isFillEnabled() throw new RuntimeException("Stub!");
|
public boolean | isInitialized() throw new RuntimeException("Stub!");
|
public void | reset() throw new RuntimeException("Stub!");
|
protected float | resolveSize(int type, float value, int size, int parentSize) throw new RuntimeException("Stub!");
|
public void | restrictDuration(long durationMillis) throw new RuntimeException("Stub!");
|
public void | scaleCurrentDuration(float scale) throw new RuntimeException("Stub!");
|
public void | setAnimationListener(android.view.animation.Animation$AnimationListener listener) throw new RuntimeException("Stub!");
|
public void | setBackgroundColor(int bg) throw new RuntimeException("Stub!");
|
public void | setDetachWallpaper(boolean detachWallpaper) throw new RuntimeException("Stub!");
|
public void | setDuration(long durationMillis) throw new RuntimeException("Stub!");
|
public void | setFillAfter(boolean fillAfter) throw new RuntimeException("Stub!");
|
public void | setFillBefore(boolean fillBefore) throw new RuntimeException("Stub!");
|
public void | setFillEnabled(boolean fillEnabled) throw new RuntimeException("Stub!");
|
public void | setInterpolator(android.content.Context context, int resID) throw new RuntimeException("Stub!");
|
public void | setInterpolator(android.view.animation.Interpolator i) throw new RuntimeException("Stub!");
|
public void | setRepeatCount(int repeatCount) throw new RuntimeException("Stub!");
|
public void | setRepeatMode(int repeatMode) throw new RuntimeException("Stub!");
|
public void | setStartOffset(long startOffset) throw new RuntimeException("Stub!");
|
public void | setStartTime(long startTimeMillis) throw new RuntimeException("Stub!");
|
public void | setZAdjustment(int zAdjustment) throw new RuntimeException("Stub!");
|
public void | start() throw new RuntimeException("Stub!");
|
public void | startNow() throw new RuntimeException("Stub!");
|
public boolean | willChangeBounds() throw new RuntimeException("Stub!");
|
public boolean | willChangeTransformationMatrix() throw new RuntimeException("Stub!");
|