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

/frameworks/base/core/java/android/transition/
H A DChangeBounds.java47 * <p>A ChangeBounds transition can be described in a resource file by using the
49 * {@link android.R.styleable#ChangeBounds} along with the other standard
52 public class ChangeBounds extends Transition { class in inherits:Transition
165 private static final String LOG_TAG = "ChangeBounds";
169 public ChangeBounds() {} method in class:ChangeBounds
171 public ChangeBounds(Context context, AttributeSet attrs) { method in class:ChangeBounds
174 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.ChangeBounds);
186 * When <code>resizeClip</code> is true, ChangeBounds resizes the view using the clipBounds
188 * <code>resizeClip</code> is false, ChangeBounds resizes the View by changing its dimensions.
190 * <p>When resizeClip is set to true, the clip bounds is modified by ChangeBounds
[all...]
/frameworks/support/transition/src/main/java/androidx/transition/
H A DChangeBounds.java50 * <p>A ChangeBounds transition can be described in a resource file by using the
53 public class ChangeBounds extends Transition { class in inherits:Transition
169 public ChangeBounds() { method in class:ChangeBounds
172 public ChangeBounds(Context context, AttributeSet attrs) { method in class:ChangeBounds
177 "resizeClip", Styleable.ChangeBounds.RESIZE_CLIP, false);
189 * When <code>resizeClip</code> is true, ChangeBounds resizes the view using the clipBounds
191 * <code>resizeClip</code> is false, ChangeBounds resizes the View by changing its dimensions.
193 * <p>When resizeClip is set to true, the clip bounds is modified by ChangeBounds. Therefore,
194 * {@link android.transition.ChangeClipBounds} is not compatible with ChangeBounds
198 * clip bounds should be modified by ChangeBounds
[all...]
H A DStyleable.java94 interface ChangeBounds { interface in class:Styleable

Completed in 58 milliseconds