Searched refs:startAction (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/services/core/java/com/android/server/hdmi/ |
D | OneTouchPlayAction.java | 104 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/ |
D | ToAodFoldTransitionInteractor.kt | 58 startAction: Runnable, in startFoldToAodAnimation() 63 it.buildViewAnimator(startAction, endAction, cancelAction) in startFoldToAodAnimation()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | ShadeViewController.kt | 163 fun startFoldToAodAnimation(startAction: Runnable, endAction: Runnable, cancelAction: Runnable) in addTrackingHeadsUpListener()
|
D | ShadeViewControllerEmptyImpl.kt | 111 startAction: Runnable, in startFoldToAodAnimation()
|
D | NotificationPanelViewController.java | 3410 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/ |
D | PhysicsAnimator.kt | 138 internal var startAction: () -> Unit = ::startInternal variable 452 startAction() in start()
|
D | PhysicsAnimatorTestUtils.kt | 377 animator.startAction = ::startForTest in <lambda>()
|