Searched refs:CustomChangeBounds (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/v17/leanback/kitkat/android/support/v17/leanback/transition/
H A DTransitionHelperKitkat.java80 static class CustomChangeBounds extends ChangeBounds { class in class:TransitionHelperKitkat
134 CustomChangeBounds changeBounds = new CustomChangeBounds();
140 ((CustomChangeBounds) changeBounds).setStartDelay(viewId, startDelay);
144 ((CustomChangeBounds) changeBounds).setStartDelay(view, startDelay);
148 ((CustomChangeBounds) changeBounds).setStartDelay(className, startDelay);
152 ((CustomChangeBounds) changeBounds).setDefaultStartDelay(startDelay);

Completed in 20 milliseconds