/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
D | TaskbarNavButtonController.java | 121 private final SystemUiProxy mSystemUiProxy; field in TaskbarNavButtonController 136 mSystemUiProxy = systemUiProxy; in TaskbarNavButtonController() 156 mSystemUiProxy.updateContextualEduStats(/* isTrackpadGesture= */ false, in onButtonClick() 162 mSystemUiProxy.updateContextualEduStats(/* isTrackpadGesture= */ false, in onButtonClick() 287 mSystemUiProxy.stopScreenPinning(); in determineScreenUnpin() 361 mSystemUiProxy.updateContextualEduStats(/* isTrackpadGesture= */ false, in executeBack() 364 mSystemUiProxy.onBackEvent(keyEvent); in executeBack() 369 mSystemUiProxy.onImeSwitcherPressed(); in onImeSwitcherPress() 373 mSystemUiProxy.onImeSwitcherLongPress(); in onImeSwitcherLongPress() 378 mSystemUiProxy.notifyAccessibilityButtonLongClicked(); in notifyA11yClick() [all …]
|
D | TaskbarAutohideSuspendController.java | 70 private final SystemUiProxy mSystemUiProxy; field in TaskbarAutohideSuspendController 76 mSystemUiProxy = SystemUiProxy.INSTANCE.get(activity); in TaskbarAutohideSuspendController() 80 mSystemUiProxy.notifyTaskbarAutohideSuspend(false); in onDestroy() 99 mSystemUiProxy.notifyTaskbarAutohideSuspend(isSuspended); in updateFlag()
|
D | TaskbarStashController.java | 243 private final SystemUiProxy mSystemUiProxy; field in TaskbarStashController 299 mSystemUiProxy = SystemUiProxy.INSTANCE.get(activity); in TaskbarStashController() 1268 mSystemUiProxy.notifyTaskbarStatus(visible, stashed); in notifyStashChange()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/ |
D | TrackpadStatusBarInputConsumer.java | 33 private final SystemUiProxy mSystemUiProxy; field in TrackpadStatusBarInputConsumer 45 mSystemUiProxy = SystemUiProxy.INSTANCE.get(context); in TrackpadStatusBarInputConsumer() 84 if (mSystemUiProxy.isActive()) { in dispatchTouchEvent() 85 mSystemUiProxy.onStatusBarTrackpadEvent(ev); in dispatchTouchEvent()
|
/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/quickstep/ |
D | RecentTasksListTest.java | 88 private SystemUiProxy mSystemUiProxy; field in RecentTasksListTest 108 mockKeyguardManager, mSystemUiProxy, mTopTaskTracker, in setup() 116 verify(mSystemUiProxy, times(0)) in onRecentTasksChanged_doesNotFetchTasks() 129 when(mSystemUiProxy.getRecentTasks(anyInt(), anyInt())) in loadTasksInBackground_onlyKeys_noValidTaskDescription() 141 when(mSystemUiProxy.getRecentTasks(anyInt(), anyInt())) in loadTasksInBackground_GetRecentTasksException() 172 when(mSystemUiProxy.getRecentTasks(anyInt(), anyInt())).thenReturn( in loadTasksInBackground_freeformTask_multiDesksInMultiDisplays() 225 when(mSystemUiProxy.getRecentTasks(anyInt(), anyInt())) in loadTasksInBackground_moreThanKeys_hasValidTaskDescription() 250 when(mSystemUiProxy.getRecentTasks(anyInt(), anyInt())) in loadTasksInBackground_freeformTask_createsDesktopTask() 282 when(mSystemUiProxy.getRecentTasks(anyInt(), anyInt())) in loadTasksInBackground_freeformTask_createsDesktopTaskPerDisplay() 316 when(mSystemUiProxy.getRecentTasks(anyInt(), anyInt())) in loadTasksInBackground_freeformTask_onlyMinimizedTasks_createDesktopTask()
|
D | TaskAnimationManagerTest.java | 61 private SystemUiProxy mSystemUiProxy; field in TaskAnimationManagerTest 72 return mSystemUiProxy; in setUp() 88 verify(mSystemUiProxy) in startRecentsActivity_allowBackgroundLaunch() 120 when(mSystemUiProxy in testLauncherDestroyed_whileRecentsAnimationStartPending_finishesAnimation()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/ |
D | StatusBarTouchController.java | 53 private final SystemUiProxy mSystemUiProxy; field in StatusBarTouchController 63 mSystemUiProxy = SystemUiProxy.INSTANCE.get(mLauncher); in StatusBarTouchController() 78 if (mSystemUiProxy.isActive()) { in dispatchTouchEvent() 80 mSystemUiProxy.onStatusBarTouchEvent(ev); in dispatchTouchEvent()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
D | SplitSelectStateController.java | 126 private final SystemUiProxy mSystemUiProxy; field in SplitSelectStateController 192 mSystemUiProxy = systemUiProxy; in SplitSelectStateController() 465 mSystemUiProxy.startTasks(firstTaskId, optionsBundle, secondTaskId, in launchTasks() 470 mSystemUiProxy.startIntentAndTask(secondPI, secondUserId, optionsBundle, in launchTasks() 475 mSystemUiProxy.startShortcutAndTask(secondShortcut, optionsBundle, in launchTasks() 480 mSystemUiProxy.startIntentAndTask(firstPI, firstUserId, optionsBundle, in launchTasks() 485 mSystemUiProxy.startIntents(firstPI, firstUserId, firstShortcut, in launchTasks() 491 mSystemUiProxy.startShortcutAndTask(firstShortcut, optionsBundle, in launchTasks() 545 mSystemUiProxy.startTasks(firstTaskId, optionsBundle, secondTaskId, null /* options2 */, in launchExistingSplitPair() 574 case SPLIT_SINGLE_TASK_FULLSCREEN -> mSystemUiProxy.startTasks(firstTaskId, in launchInitialAppFullscreen() [all …]
|
D | ContextualSearchStateManager.java | 87 protected final SystemUiProxy mSystemUiProxy; field in ContextualSearchStateManager 103 mSystemUiProxy = systemUiProxy; in ContextualSearchStateManager() 228 mSystemUiProxy.setOverrideHomeButtonLongPress( in updateOverridesToSysUi()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/ |
D | BubbleBarViewController.java | 91 private final SystemUiProxy mSystemUiProxy; field in BubbleBarViewController 152 mSystemUiProxy.showShortcutBubble(shortcutInfo, location); 159 mSystemUiProxy.showAppBubble(itemIntent, itemInfo.user, location); 166 mSystemUiProxy.showBubbleDropTarget(/* show = */ false); 173 mSystemUiProxy.showBubbleDropTarget(/* show = */ true, location); 221 mSystemUiProxy = SystemUiProxy.INSTANCE.get(mActivity); in BubbleBarViewController() 483 mSystemUiProxy.showUserEducation(position); 1248 mSystemUiProxy.collapseBubbles(); 1321 mSystemUiProxy.startBubbleDrag(bubbleView.getBubble().getKey()); 1329 mSystemUiProxy.stopBubbleDrag(location, mBarView.getRestingTopPositionOnScreen()); [all …]
|
D | BubbleBarController.java | 114 private final SystemUiProxy mSystemUiProxy; field in BubbleBarController 176 mSystemUiProxy = SystemUiProxy.INSTANCE.get(context); in BubbleBarController() 180 mSystemUiProxy.setBubblesListener(null); in onDestroy() 223 mSystemUiProxy.setBubblesListener(this); in init() 529 mSystemUiProxy.showBubble(getSelectedBubbleKey(), mLastSentBubbleBarTop); in showSelectedBubble() 574 mSystemUiProxy.setBubbleBarLocation(location, source); in updateBubbleBarLocation() 615 mSystemUiProxy.showExpandedView(); in showExpandedView() 626 mSystemUiProxy.updateBubbleBarTopOnScreen(newTop); in onBubbleBarBoundsChanged()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | ImageActionsApi.java | 53 protected final SystemUiProxy mSystemUiProxy; field in ImageActionsApi 58 mSystemUiProxy = SystemUiProxy.INSTANCE.get(context); in ImageActionsApi() 120 ImageActionUtils.saveScreenshot(mSystemUiProxy, screenshot, screenshotBounds, visibleInsets, in saveScreenshot()
|
D | RotationTouchHelper.java | 67 private final SystemUiProxy mSystemUiProxy; field in RotationTouchHelper 144 mSystemUiProxy = systemUiProxy; in RotationTouchHelper() 360 UI_HELPER_EXECUTOR.execute(() -> mSystemUiProxy.notifyPrioritizedRotation(rotation)); in notifySysuiOfCurrentRotation()
|
D | RecentsAnimationCallbacks.java | 58 private final SystemUiProxy mSystemUiProxy; field in RecentsAnimationCallbacks 66 mSystemUiProxy = systemUiProxy; in RecentsAnimationCallbacks()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/ |
D | QuickstepTransitionManager.java | 287 private final SystemUiProxy mSystemUiProxy; field in QuickstepTransitionManager 303 mSystemUiProxy = SystemUiProxy.INSTANCE.get(mLauncher); in QuickstepTransitionManager() 313 mSystemUiProxy.setStartingWindowListener(mStartingWindowListener); in QuickstepTransitionManager() 714 mSystemUiProxy.getHomeVisibilityState().getNavbarInsetPosition()}; in getOpeningWindowAnimators() 839 if (cropToInset && bottomInsetPos[0] != mSystemUiProxy.getHomeVisibilityState() in getOpeningWindowAnimators() 842 bottomInsetPos[0] = mSystemUiProxy.getHomeVisibilityState() in getOpeningWindowAnimators()
|