Searched refs:CustomChangeBounds (Results 1 – 2 of 2) sorted by relevance
154 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()
34 class CustomChangeBounds extends ChangeBounds { class