Searched refs:mShellExecutor (Results 1 – 6 of 6) sorted by relevance
33 private final ShellExecutor mShellExecutor; field in TaskViewFactoryController42 mShellExecutor = shellExecutor; in TaskViewFactoryController()50 mShellExecutor = shellExecutor; in TaskViewFactoryController()75 mShellExecutor.execute(() -> { in create()
80 private final Executor mShellExecutor; field in TaskViewTaskController112 mShellExecutor = organizer.getExecutor(); in TaskViewTaskController()115 mShellExecutor.execute(() -> { in TaskViewTaskController()187 mShellExecutor.execute(() -> { in startShortcutActivity()214 mShellExecutor.execute(() -> { in startActivity()261 mShellExecutor.execute(() -> { in prepareActivityOptions()290 mShellExecutor.execute(() -> { in performRelease()461 mShellExecutor.execute(() -> { in surfaceCreated()492 mShellExecutor.execute(() -> { in setWindowBounds()513 mShellExecutor.execute(() -> { in removeTask()[all …]
88 private final TestShellExecutor mShellExecutor = new TestShellExecutor(); field in BackAnimationControllerTest138 mShellInit = spy(new ShellInit(mShellExecutor)); in setUp()152 mShellExecutor, in setUp()161 mShellExecutor.flushAll(); in setUp()245 mShellExecutor.flushAll(); in verifyNavigationFinishes()248 mShellExecutor.flushAll(); in verifyNavigationFinishes()307 ShellInit shellInit = new ShellInit(mShellExecutor); in animationDisabledFromSettings()312 mShellExecutor, in animationDisabledFromSettings()460 mShellExecutor.flushAll(); in acceptsGesture_transitionTimeout()465 mShellExecutor.flushAll(); in acceptsGesture_transitionTimeout()[all …]
60 private final ShellExecutor mShellExecutor; field in UserAspectRatioSettingsWindowManager89 mShellExecutor = shellExecutor; in UserAspectRatioSettingsWindowManager()165 mShellExecutor.executeDelayed(this::hideUserAspectRatioButton, disappearTimeMs); in onUserAspectRatioSettingsButtonLongClicked()188 mShellExecutor.executeDelayed(this::showUserAspectRatioButton, in updateVisibilityOfViews()192 mShellExecutor.executeDelayed(this::hideUserAspectRatioButton, disappearTimeMs); in updateVisibilityOfViews()194 mShellExecutor.removeCallbacks(this::showUserAspectRatioButton); in updateVisibilityOfViews()195 mShellExecutor.execute(this::hideUserAspectRatioButton); in updateVisibilityOfViews()
122 private final ShellExecutor mShellExecutor; field in BackAnimationController159 mShellExecutor.execute(() -> {169 mShellExecutor.removeCallbacks(mAnimationTimeoutRunnable);218 mShellExecutor = shellExecutor; in BackAnimationController()307 return mShellExecutor; in getRemoteCallExecutor()320 mShellExecutor.execute(() -> onMotionEvent( in onBackMotion()336 mShellExecutor.execute(() -> BackAnimationController.this.setTriggerBack(triggerBack)); in setTriggerBack()344 mShellExecutor.execute(() -> BackAnimationController.this.setSwipeThresholds( in setSwipeThresholds()356 mShellExecutor.execute(() -> { in setPilferPointerCallback()518 mShellExecutor.removeCallbacks(mAnimationTimeoutRunnable); in onGestureStarted()[all …]
80 private final TestShellExecutor mShellExecutor = new TestShellExecutor(); field in UnfoldAnimationControllerTest99 mShellExecutor in setUp()264 mShellExecutor.flushAll(); in testInit_initsAndStartsAnimators()