HomeSort by relevance Sort by last modified time
    Searched refs:changeBounds (Results 1 - 9 of 9) sorted by null

  /cts/tests/tests/transition/src/android/transition/cts/
TransitionSetTest.java 18 import android.transition.ChangeBounds;
31 ChangeBounds changeBounds = new ChangeBounds();
33 changeBounds.addListener(changeBoundsListener);
35 transitionSet.addTransition(changeBounds);
56 ChangeBounds changeBounds = new ChangeBounds();
58 changeBounds.addListener(changeBoundsListener)
    [all...]
  /frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
ClippingText.java 20 import android.transition.ChangeBounds;
52 ChangeBounds changeBounds = new ChangeBounds();
53 changeBounds.setResizeClip(true);
54 mChanger.addTransition(changeBounds).addTransition(new ChangeText());
CrossfadeMultiple.java 20 import android.transition.ChangeBounds;
64 mCrossfadeGroup.addTransition(mCrossfade).addTransition(new ChangeBounds());
71 ChangeBounds changeBounds = new ChangeBounds();
72 changeBounds.setStartDelay(150);
73 changeBounds.setDuration(0);
74 mInOutGroup.addTransition(inOut).addTransition(changeBounds);
79 mTextChangeGroup1.addTransition(changeTextInOut).addTransition(new ChangeBounds());
85 mTextChangeGroup2.addTransition(changeTextOut).addTransition(new ChangeBounds());
    [all...]
  /frameworks/support/v17/leanback/kitkat/android/support/v17/leanback/transition/
TransitionHelperKitkat.java 20 import android.transition.ChangeBounds;
81 static class CustomChangeBounds extends ChangeBounds {
135 CustomChangeBounds changeBounds = new CustomChangeBounds();
136 changeBounds.setReparent(reparent);
137 return changeBounds;
140 static void setChangeBoundsStartDelay(Object changeBounds, int viewId, int startDelay) {
141 ((CustomChangeBounds) changeBounds).setStartDelay(viewId, startDelay);
144 static void setChangeBoundsStartDelay(Object changeBounds, View view, int startDelay) {
145 ((CustomChangeBounds) changeBounds).setStartDelay(view, startDelay);
148 static void setChangeBoundsStartDelay(Object changeBounds, String className, int startDelay)
    [all...]
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/transition/
TransitionHelper.java 110 public void setChangeBoundsStartDelay(Object changeBounds, View view, int startDelay);
112 public void setChangeBoundsStartDelay(Object changeBounds, int viewId, int startDelay);
114 public void setChangeBoundsStartDelay(Object changeBounds, String className,
117 public void setChangeBoundsDefaultStartDelay(Object changeBounds, int startDelay);
267 public void setChangeBoundsStartDelay(Object changeBounds, View view, int startDelay) {
271 public void setChangeBoundsStartDelay(Object changeBounds, int viewId, int startDelay) {
275 public void setChangeBoundsStartDelay(Object changeBounds, String className,
280 public void setChangeBoundsDefaultStartDelay(Object changeBounds, int startDelay) {
423 public void setChangeBoundsStartDelay(Object changeBounds, View view, int startDelay) {
424 TransitionHelperKitkat.setChangeBoundsStartDelay(changeBounds, view, startDelay)
    [all...]
  /frameworks/base/core/java/android/view/animation/
AnimationSet.java 226 boolean changeBounds = (mFlags & PROPERTY_CHANGE_BOUNDS_MASK) == 0;
229 if (changeBounds && a.willChangeBounds()) {
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
GuidedStepFragment.java     [all...]
GuidedStepSupportFragment.java     [all...]
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 

Completed in 859 milliseconds