Searched refs:ChangeBounds (Results 26 - 29 of 29) sorted by relevance

12

/frameworks/support/v17/leanback/kitkat/android/support/v17/leanback/transition/
H A DTransitionHelperKitkat.java20 import android.transition.ChangeBounds;
81 static class CustomChangeBounds extends 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...]
H A DTransitionInflater.java151 transition = new ChangeBounds(mContext, attrs);
/frameworks/base/
H A Dcompiled-classes-phone4039 android.transition.ChangeBounds
4040 android.transition.ChangeBounds$1
4041 android.transition.ChangeBounds$2
4042 android.transition.ChangeBounds$3
4043 android.transition.ChangeBounds$4
4044 android.transition.ChangeBounds$5
4045 android.transition.ChangeBounds$6
4046 android.transition.ChangeBounds$7
4047 android.transition.ChangeBounds$9
4048 android.transition.ChangeBounds
[all...]

Completed in 662 milliseconds

12