Searched defs:ChangeBounds (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/transition/
H A DChangeBounds.java48 * <p>A ChangeBounds transition can be described in a resource file by using the
50 * {@link android.R.styleable#ChangeBounds} along with the other standard
53 public class ChangeBounds extends Transition { class in inherits:Transition
166 private static final String LOG_TAG = "ChangeBounds";
170 public ChangeBounds() {} method in class:ChangeBounds
172 public ChangeBounds(Context context, AttributeSet attrs) { method in class:ChangeBounds
175 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.ChangeBounds);
187 * When <code>resizeClip</code> is true, ChangeBounds resizes the view using the clipBounds
189 * <code>resizeClip</code> is false, ChangeBounds resizes the View by changing its dimensions.
191 * <p>When resizeClip is set to true, the clip bounds is modified by ChangeBounds
[all...]

Completed in 44 milliseconds