HomeSort by relevance Sort by last modified time
    Searched defs:setChangeBoundsStartDelay (Results 1 - 3 of 3) sorted by null

  /frameworks/support/v17/leanback/src/android/support/v17/leanback/transition/
TransitionHelper.java 120 void setChangeBoundsStartDelay(Object changeBounds, View view, int startDelay);
122 void setChangeBoundsStartDelay(Object changeBounds, int viewId, int startDelay);
124 void setChangeBoundsStartDelay(Object changeBounds, String className,
303 public void setChangeBoundsStartDelay(Object changeBounds, View view, int startDelay) {
307 public void setChangeBoundsStartDelay(Object changeBounds, int viewId, int startDelay) {
311 public void setChangeBoundsStartDelay(Object changeBounds, String className,
465 public void setChangeBoundsStartDelay(Object changeBounds, View view, int startDelay) {
466 TransitionHelperKitkat.setChangeBoundsStartDelay(changeBounds, view, startDelay);
470 public void setChangeBoundsStartDelay(Object changeBounds, int viewId, int startDelay) {
471 TransitionHelperKitkat.setChangeBoundsStartDelay(changeBounds, viewId, startDelay)
    [all...]
  /frameworks/support/v17/leanback/kitkat/android/support/v17/leanback/transition/
TransitionHelperKitkat.java 140 static void setChangeBoundsStartDelay(Object changeBounds, int viewId, int startDelay) {
144 static void setChangeBoundsStartDelay(Object changeBounds, View view, int startDelay) {
148 static void setChangeBoundsStartDelay(Object changeBounds, String className, int startDelay) {
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 

Completed in 1380 milliseconds