Home
last modified time | relevance | path

Searched refs:ControlsAnimations (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/
DControlsProviderSelectorActivity.kt77 ControlsAnimations.observerForAnimations( in onCreate()
130 ControlsAnimations.enterAnimation(recyclerView).start() in onStart()
168 ControlsAnimations.exitAnimation( in animateExitAndFinish()
DControlsEditingActivity.kt107 ControlsAnimations.exitAnimation( in animateExitAndFinish()
121 ControlsAnimations.observerForAnimations( in bindViews()
183 ControlsAnimations.enterAnimation(recyclerView).start() in setUpList()
DControlsFavoritingActivity.kt183 ControlsAnimations.enterAnimation(pageIndicator).apply { in <lambda>()
201 ControlsAnimations.enterAnimation(structurePager).start() in <lambda>()
238 ControlsAnimations.observerForAnimations( in <lambda>()
292 ControlsAnimations.exitAnimation( in <lambda>()
DControlsAnimations.kt42 object ControlsAnimations { in <lambda>() object
87 ControlsAnimations.enterAnimation(view).start() in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsDialog.java125 import com.android.systemui.controls.management.ControlsAnimations;
2483 ControlsAnimations.exitAnimation(root, this::completeDismiss).start();