Home
last modified time | relevance | path

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

/frameworks/support/leanback/src/main/java/androidx/leanback/transition/
DTransitionHelper.java154 CustomChangeBounds changeBounds = new CustomChangeBounds(); in createChangeBounds()
170 ((CustomChangeBounds) changeBounds).setStartDelay(view, startDelay); in setChangeBoundsStartDelay()
176 ((CustomChangeBounds) changeBounds).setStartDelay(viewId, startDelay); in setChangeBoundsStartDelay()
183 ((CustomChangeBounds) changeBounds).setStartDelay(className, startDelay); in setChangeBoundsStartDelay()
189 ((CustomChangeBounds) changeBounds).setDefaultStartDelay(startDelay); in setChangeBoundsDefaultStartDelay()
/frameworks/support/leanback/kitkat/androidx/leanback/transition/
DCustomChangeBounds.java34 class CustomChangeBounds extends ChangeBounds { class