/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/ |
D | AssistantInputConsumer.java | 50 import com.android.quickstep.SystemUiProxy; 202 SystemUiProxy.INSTANCE.get(mContext).onAssistantProgress(progress); in onMotionEvent() 209 SystemUiProxy.INSTANCE.get(mContext).onAssistantProgress(0f); in onMotionEvent() 231 SystemUiProxy.INSTANCE.get(mContext).onAssistantGestureCompletion(0); in updateAssistantProgress() 234 SystemUiProxy.INSTANCE.get(mContext).onAssistantProgress(mLastProgress); in updateAssistantProgress() 250 SystemUiProxy.INSTANCE.get(mContext).startAssistant(args); in startAssistantInternal() 274 SystemUiProxy.INSTANCE.get(mContext).onAssistantGestureCompletion( in onFling()
|
D | OneHandedModeInputConsumer.java | 38 import com.android.quickstep.SystemUiProxy; 151 SystemUiProxy.INSTANCE.get(mContext).expandNotificationPanel(); in onStartGestureDetected() 153 SystemUiProxy.INSTANCE.get(mContext).startOneHandedMode(); in onStartGestureDetected() 162 SystemUiProxy.INSTANCE.get(mContext).stopOneHandedMode(); in onStopGestureDetected()
|
D | AccessibilityInputConsumer.java | 34 import com.android.quickstep.SystemUiProxy; 129 SystemUiProxy.INSTANCE.get(mContext).notifyAccessibilityButtonLongClicked(); in onMotionEvent() 136 SystemUiProxy.INSTANCE.get(mContext).notifyAccessibilityButtonClicked( in onMotionEvent()
|
D | ScreenPinnedInputConsumer.java | 26 import com.android.quickstep.SystemUiProxy; 46 SystemUiProxy.INSTANCE.get(context).stopScreenPinning(); in ScreenPinnedInputConsumer()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/ |
D | StatusBarTouchController.java | 37 import com.android.quickstep.SystemUiProxy; 62 private final SystemUiProxy mSystemUiProxy; 72 mSystemUiProxy = SystemUiProxy.INSTANCE.get(mLauncher); in StatusBarTouchController() 83 + SystemUiProxy.INSTANCE.get(mLauncher).isActive()); in dump() 166 return SystemUiProxy.INSTANCE.get(mLauncher).isActive(); in canInterceptTouch()
|
D | TwoButtonNavbarTouchController.java | 36 import com.android.quickstep.SystemUiProxy; 165 SystemUiProxy.INSTANCE.get(mLauncher).onOverviewShown(true, TAG); in onSwipeInteractionCompleted()
|
D | QuickSwitchTouchController.java | 49 import com.android.quickstep.SystemUiProxy; 86 int stateFlags = SystemUiProxy.INSTANCE.get(mLauncher).getLastSystemUiStateFlags(); in getTargetState()
|
D | PortraitStatesTouchController.java | 40 import com.android.quickstep.SystemUiProxy; 212 SystemUiProxy.INSTANCE.get(mLauncher).onOverviewShown(true, TAG); in onSwipeInteractionCompleted()
|
D | NoButtonNavbarToOverviewTouchController.java | 42 import com.android.quickstep.SystemUiProxy; 197 int stateFlags = SystemUiProxy.INSTANCE.get(mLauncher).getLastSystemUiStateFlags(); in handlingOverviewAnim()
|
D | NoButtonQuickSwitchTouchController.java | 72 import com.android.quickstep.SystemUiProxy; 160 int stateFlags = SystemUiProxy.INSTANCE.get(mLauncher).getLastSystemUiStateFlags(); in canInterceptTouch()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
D | TaskbarAnimationController.java | 26 import com.android.quickstep.SystemUiProxy; 69 boolean isImeVisible = (SystemUiProxy.INSTANCE.get(mLauncher).getLastSystemUiStateFlags() in init() 149 SystemUiProxy.INSTANCE.get(mLauncher).setNavBarButtonAlpha(navBarAlpha, false); in setNavBarButtonAlpha()
|
D | TaskbarNavButtonController.java | 27 import com.android.quickstep.SystemUiProxy; 92 SystemUiProxy.INSTANCE.getNoCreate().onBackPressed(); in executeBack()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | SystemUiProxy.java | 57 public class SystemUiProxy implements ISystemUiProxy, class 59 private static final String TAG = SystemUiProxy.class.getSimpleName(); 61 public static final MainThreadInitializedObject<SystemUiProxy> INSTANCE = 62 new MainThreadInitializedObject<>(SystemUiProxy::new); 92 public SystemUiProxy(Context context) { in SystemUiProxy() method in SystemUiProxy
|
D | ImageActionsApi.java | 53 protected final SystemUiProxy mSystemUiProxy; 58 mSystemUiProxy = SystemUiProxy.INSTANCE.get(context); in ImageActionsApi()
|
D | RecentsAnimationController.java | 91 SystemUiProxy p = SystemUiProxy.INSTANCE.getNoCreate(); in setSplitScreenMinimized()
|
D | TaskShortcutFactory.java | 288 if (!SystemUiProxy.INSTANCE.get(activity).isActive()) { 315 SystemUiProxy.INSTANCE.get(mTarget).startScreenPinning(mTaskView.getTask().key.id); in onClick()
|
D | AbsSwipeUpHandler.java | 801 SystemUiProxy.INSTANCE.get(mContext).notifySwipeUpGestureStarted(); 880 SystemUiProxy.INSTANCE.get(mContext).notifySwipeToHomeFinished(); 1253 final Rect destinationBounds = SystemUiProxy.INSTANCE.get(mContext) 1604 SystemUiProxy.INSTANCE.get(mContext).stopSwipePipToHome( 1629 SystemUiProxy.INSTANCE.get(mContext).onOverviewShown(false, TAG);
|
D | TouchInteractionService.java | 174 SystemUiProxy.INSTANCE.get(TouchInteractionService.this).setProxy(proxy, pip, in onInitialize() 452 SystemUiProxy.INSTANCE.get(this).setLastSystemUiStateFlags(systemUiStateFlags); in onSystemUiFlagsChanged() 490 SystemUiProxy.INSTANCE.get(this).clearProxy(); in onDestroy()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
D | SplitSelectStateController.java | 47 import com.android.quickstep.SystemUiProxy; 64 private final SystemUiProxy mSystemUiProxy; 70 public SplitSelectStateController(Handler handler, SystemUiProxy systemUiProxy) { in SplitSelectStateController()
|
D | ImageActionUtils.java | 52 import com.android.quickstep.SystemUiProxy; 77 public static void saveScreenshot(SystemUiProxy systemUiProxy, Bitmap screenshot, in saveScreenshot()
|
D | RecentsOrientedState.java | 54 import com.android.quickstep.SystemUiProxy; 293 SystemUiProxy.INSTANCE.get(mContext).setHomeRotationEnabled(homeRotationEnabled); in updateHomeRotationSetting()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/statehandlers/ |
D | BackButtonAlphaHandler.java | 31 import com.android.quickstep.SystemUiProxy; 55 mBackAlpha.value = SystemUiProxy.INSTANCE.get(mLauncher).getLastNavButtonAlpha(); in setStateWithAnimation()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/ |
D | BaseQuickstepLauncher.java | 66 import com.android.quickstep.SystemUiProxy; 96 (context, arg1, arg2) -> SystemUiProxy.INSTANCE.get(context).setNavBarButtonAlpha( 267 new SplitSelectStateController(mHandler, SystemUiProxy.INSTANCE.get(this)) in setupViews()
|
D | QuickstepTransitionManager.java | 97 import com.android.quickstep.SystemUiProxy; 248 SystemUiProxy.INSTANCE.get(mLauncher).setStartingWindowListener( in QuickstepTransitionManager() 1051 SystemUiProxy.INSTANCE.getNoCreate().registerRemoteTransition(mLauncherOpenTransition); in registerRemoteTransitions() 1059 SystemUiProxy.INSTANCE.getNoCreate().setStartingWindowListener(null); in onActivityDestroyed() 1083 SystemUiProxy.INSTANCE.getNoCreate().unregisterRemoteTransition( in unregisterRemoteTransitions()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/ |
D | QuickstepLauncher.java | 78 import com.android.quickstep.SystemUiProxy; 98 SystemUiProxy.INSTANCE.get(context).setShelfHeight(arg1 != 0, arg2);
|