Searched refs:mShellExecutor (Results 1 – 6 of 6) sorted by relevance
58 private final ShellExecutor mShellExecutor; field in UserAspectRatioSettingsWindowManager87 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()
135 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 …]
33 private final ShellExecutor mShellExecutor; field in TaskViewFactoryController42 mShellExecutor = shellExecutor; in TaskViewFactoryController()50 mShellExecutor = shellExecutor; in TaskViewFactoryController()75 mShellExecutor.execute(() -> { in create()
61 private final Executor mShellExecutor; field in TaskViewTaskController93 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 …]
124 private final ShellExecutor mShellExecutor; field in BackAnimationController150 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 …]
80 private final TestShellExecutor mShellExecutor = new TestShellExecutor(); field in UnfoldAnimationControllerTest99 mShellExecutor in setUp()264 mShellExecutor.flushAll(); in testInit_initsAndStartsAnimators()