Home
last modified time | relevance | path

Searched refs:startAction (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/core/java/com/android/server/hdmi/
DOneTouchPlayAction.java104 startAction(); in start()
110 private void startAction() { in startAction() method in OneTouchPlayAction
211 startAction(); in handleTimerEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DToAodFoldTransitionInteractor.kt58 startAction: Runnable, in startFoldToAodAnimation()
63 it.buildViewAnimator(startAction, endAction, cancelAction) in startFoldToAodAnimation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DShadeViewController.kt163 fun startFoldToAodAnimation(startAction: Runnable, endAction: Runnable, cancelAction: Runnable) in addTrackingHeadsUpListener()
DShadeViewControllerEmptyImpl.kt111 startAction: Runnable, in startFoldToAodAnimation()
DNotificationPanelViewController.java3410 Runnable startAction, Runnable endAction, Runnable cancelAction) {
3415 buildViewAnimator(startAction, endAction, cancelAction)
3428 Runnable startAction, Runnable endAction, Runnable cancelAction) {
3439 startAction.run();
/frameworks/base/libs/WindowManager/Shell/shared/src/com/android/wm/shell/shared/animation/
DPhysicsAnimator.kt138 internal var startAction: () -> Unit = ::startInternal variable
452 startAction() in start()
DPhysicsAnimatorTestUtils.kt377 animator.startAction = ::startForTest in <lambda>()