Home
last modified time | relevance | path

Searched refs:mShellExecutor (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/
H A DUserAspectRatioSettingsWindowManager.java58 private final ShellExecutor mShellExecutor; field in UserAspectRatioSettingsWindowManager
87 mShellExecutor = shellExecutor; in UserAspectRatioSettingsWindowManager()
161 mShellExecutor.executeDelayed(this::hideUserAspectRatioButton, disappearTimeMs); in onUserAspectRatioSettingsButtonLongClicked()
184 mShellExecutor.executeDelayed(this::showUserAspectRatioButton, in updateVisibilityOfViews()
188 mShellExecutor.executeDelayed(this::hideUserAspectRatioButton, disappearTimeMs); in updateVisibilityOfViews()
190 mShellExecutor.removeCallbacks(this::showUserAspectRatioButton); in updateVisibilityOfViews()
191 mShellExecutor.execute(this::hideUserAspectRatioButton); in updateVisibilityOfViews()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/back/
H A DBackAnimationControllerTest.java135 mShellExecutor.flushAll(); in setUp()
210 mShellExecutor.flushAll(); in verifyNavigationFinishes()
213 mShellExecutor.flushAll(); in verifyNavigationFinishes()
356 mShellExecutor.flushAll(); in acceptsGesture_transitionTimeout()
361 mShellExecutor.flushAll(); in acceptsGesture_transitionTimeout()
391 mShellExecutor.flushAll(); in cancelBackInvokeWhenLostFocus()
420 mShellExecutor.flushAll(); in animationNotDefined()
423 mShellExecutor.flushAll(); in animationNotDefined()
450 mShellExecutor.flushAll(); in callbackShouldDeliverProgress()
452 mShellExecutor.flushAll(); in callbackShouldDeliverProgress()
[all …]
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/taskview/
H A DTaskViewFactoryController.java33 private final ShellExecutor mShellExecutor; field in TaskViewFactoryController
42 mShellExecutor = shellExecutor; in TaskViewFactoryController()
50 mShellExecutor = shellExecutor; in TaskViewFactoryController()
75 mShellExecutor.execute(() -> { in create()
H A DTaskViewTaskController.java61 private final Executor mShellExecutor; field in TaskViewTaskController
93 mShellExecutor = organizer.getExecutor(); in TaskViewTaskController()
96 mShellExecutor.execute(() -> { in TaskViewTaskController()
168 mShellExecutor.execute(() -> { in startShortcutActivity()
195 mShellExecutor.execute(() -> { in startActivity()
213 mShellExecutor.execute(() -> { in prepareActivityOptions()
242 mShellExecutor.execute(() -> { in performRelease()
406 mShellExecutor.execute(() -> { in surfaceCreated()
437 mShellExecutor.execute(() -> { in setWindowBounds()
458 mShellExecutor.execute(() -> { in removeTask()
[all …]
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/back/
H A DBackAnimationController.java124 private final ShellExecutor mShellExecutor; field in BackAnimationController
150 mShellExecutor.execute(() -> {
188 mShellExecutor = shellExecutor; in BackAnimationController()
276 return mShellExecutor; in getRemoteCallExecutor()
289 mShellExecutor.execute(() -> onMotionEvent( in onBackMotion()
308 mShellExecutor.execute(() -> BackAnimationController.this.setSwipeThresholds( in setSwipeThresholds()
702 mShellExecutor.removeCallbacks(mAnimationTimeoutRunnable); in startPostCommitAnimation()
705 mShellExecutor.executeDelayed(mAnimationTimeoutRunnable, MAX_ANIMATION_DURATION); in startPostCommitAnimation()
722 mShellExecutor.removeCallbacks(mAnimationTimeoutRunnable); in onBackAnimationFinished()
775 mShellExecutor.execute(() -> { in createAdapter()
[all …]
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/unfold/
H A DUnfoldAnimationControllerTest.java80 private final TestShellExecutor mShellExecutor = new TestShellExecutor(); field in UnfoldAnimationControllerTest
99 mShellExecutor in setUp()
264 mShellExecutor.flushAll(); in testInit_initsAndStartsAnimators()