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

/frameworks/support/v17/leanback/kitkat/android/support/v17/leanback/transition/
H A DTransitionHelperKitkat.java140 static void setChangeBoundsStartDelay(Object changeBounds, int viewId, int startDelay) { method in class:TransitionHelperKitkat
144 static void setChangeBoundsStartDelay(Object changeBounds, View view, int startDelay) { method in class:TransitionHelperKitkat
148 static void setChangeBoundsStartDelay(Object changeBounds, String className, int startDelay) { method in class:TransitionHelperKitkat
/frameworks/support/v17/leanback/src/android/support/v17/leanback/transition/
H A DTransitionHelper.java93 public void setChangeBoundsStartDelay(Object changeBounds, View view, int startDelay); method in interface:TransitionHelper.TransitionHelperVersionImpl
95 public void setChangeBoundsStartDelay(Object changeBounds, int viewId, int startDelay); method in interface:TransitionHelper.TransitionHelperVersionImpl
97 public void setChangeBoundsStartDelay(Object changeBounds, String className, method in interface:TransitionHelper.TransitionHelperVersionImpl
215 public void setChangeBoundsStartDelay(Object changeBounds, View view, int startDelay) { method in class:TransitionHelper.TransitionHelperStubImpl
219 public void setChangeBoundsStartDelay(Object changeBounds, int viewId, int startDelay) { method in class:TransitionHelper.TransitionHelperStubImpl
223 public void setChangeBoundsStartDelay(Object changeBounds, String className, method in class:TransitionHelper.TransitionHelperStubImpl
387 public void setChangeBoundsStartDelay(Object changeBounds, View view, int startDelay) { method in class:TransitionHelper.TransitionHelperKitkatImpl
388 TransitionHelperKitkat.setChangeBoundsStartDelay(changeBounds, view, startDelay);
392 public void setChangeBoundsStartDelay(Object changeBounds, int viewId, int startDelay) { method in class:TransitionHelper.TransitionHelperKitkatImpl
393 TransitionHelperKitkat.setChangeBoundsStartDelay(changeBound
397 public void setChangeBoundsStartDelay(Object changeBounds, String className, method in class:TransitionHelper.TransitionHelperKitkatImpl
599 public void setChangeBoundsStartDelay(Object changeBounds, View view, int startDelay) { method in class:TransitionHelper
603 public void setChangeBoundsStartDelay(Object changeBounds, int viewId, int startDelay) { method in class:TransitionHelper
607 public void setChangeBoundsStartDelay(Object changeBounds, String className, int startDelay) { method in class:TransitionHelper
[all...]

Completed in 162 milliseconds