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

/frameworks/support/transition/src/android/support/transition/
H A DChangeBounds.java31 public class ChangeBounds extends Transition { class in inherits:Transition
33 public ChangeBounds() { method in class:ChangeBounds
60 * When <code>resizeClip</code> is true, ChangeBounds resizes the view using the clipBounds
62 * <code>resizeClip</code> is false, ChangeBounds resizes the View by changing its dimensions.
64 * <p>When resizeClip is set to true, the clip bounds is modified by ChangeBounds. Therefore,
65 * {@link android.transition.ChangeClipBounds} is not compatible with ChangeBounds
69 * clip bounds should be modified by ChangeBounds.
/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 422 milliseconds