Home
last modified time | relevance | path

Searched refs:SystemUiProxy (Results 1 – 25 of 29) sorted by relevance

12

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/
DAssistantInputConsumer.java50 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()
DOneHandedModeInputConsumer.java38 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()
DAccessibilityInputConsumer.java34 import com.android.quickstep.SystemUiProxy;
129 SystemUiProxy.INSTANCE.get(mContext).notifyAccessibilityButtonLongClicked(); in onMotionEvent()
136 SystemUiProxy.INSTANCE.get(mContext).notifyAccessibilityButtonClicked( in onMotionEvent()
DScreenPinnedInputConsumer.java26 import com.android.quickstep.SystemUiProxy;
46 SystemUiProxy.INSTANCE.get(context).stopScreenPinning(); in ScreenPinnedInputConsumer()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DStatusBarTouchController.java37 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()
DTwoButtonNavbarTouchController.java36 import com.android.quickstep.SystemUiProxy;
165 SystemUiProxy.INSTANCE.get(mLauncher).onOverviewShown(true, TAG); in onSwipeInteractionCompleted()
DQuickSwitchTouchController.java49 import com.android.quickstep.SystemUiProxy;
86 int stateFlags = SystemUiProxy.INSTANCE.get(mLauncher).getLastSystemUiStateFlags(); in getTargetState()
DPortraitStatesTouchController.java40 import com.android.quickstep.SystemUiProxy;
212 SystemUiProxy.INSTANCE.get(mLauncher).onOverviewShown(true, TAG); in onSwipeInteractionCompleted()
DNoButtonNavbarToOverviewTouchController.java42 import com.android.quickstep.SystemUiProxy;
197 int stateFlags = SystemUiProxy.INSTANCE.get(mLauncher).getLastSystemUiStateFlags(); in handlingOverviewAnim()
DNoButtonQuickSwitchTouchController.java72 import com.android.quickstep.SystemUiProxy;
160 int stateFlags = SystemUiProxy.INSTANCE.get(mLauncher).getLastSystemUiStateFlags(); in canInterceptTouch()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarAnimationController.java26 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()
DTaskbarNavButtonController.java27 import com.android.quickstep.SystemUiProxy;
92 SystemUiProxy.INSTANCE.getNoCreate().onBackPressed(); in executeBack()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DSystemUiProxy.java57 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
DImageActionsApi.java53 protected final SystemUiProxy mSystemUiProxy;
58 mSystemUiProxy = SystemUiProxy.INSTANCE.get(context); in ImageActionsApi()
DRecentsAnimationController.java91 SystemUiProxy p = SystemUiProxy.INSTANCE.getNoCreate(); in setSplitScreenMinimized()
DTaskShortcutFactory.java288 if (!SystemUiProxy.INSTANCE.get(activity).isActive()) {
315 SystemUiProxy.INSTANCE.get(mTarget).startScreenPinning(mTaskView.getTask().key.id); in onClick()
DAbsSwipeUpHandler.java801 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);
DTouchInteractionService.java174 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/
DSplitSelectStateController.java47 import com.android.quickstep.SystemUiProxy;
64 private final SystemUiProxy mSystemUiProxy;
70 public SplitSelectStateController(Handler handler, SystemUiProxy systemUiProxy) { in SplitSelectStateController()
DImageActionUtils.java52 import com.android.quickstep.SystemUiProxy;
77 public static void saveScreenshot(SystemUiProxy systemUiProxy, Bitmap screenshot, in saveScreenshot()
DRecentsOrientedState.java54 import com.android.quickstep.SystemUiProxy;
293 SystemUiProxy.INSTANCE.get(mContext).setHomeRotationEnabled(homeRotationEnabled); in updateHomeRotationSetting()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/statehandlers/
DBackButtonAlphaHandler.java31 import com.android.quickstep.SystemUiProxy;
55 mBackAlpha.value = SystemUiProxy.INSTANCE.get(mLauncher).getLastNavButtonAlpha(); in setStateWithAnimation()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DBaseQuickstepLauncher.java66 import com.android.quickstep.SystemUiProxy;
96 (context, arg1, arg2) -> SystemUiProxy.INSTANCE.get(context).setNavBarButtonAlpha(
267 new SplitSelectStateController(mHandler, SystemUiProxy.INSTANCE.get(this)) in setupViews()
DQuickstepTransitionManager.java97 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/
DQuickstepLauncher.java78 import com.android.quickstep.SystemUiProxy;
98 SystemUiProxy.INSTANCE.get(context).setShelfHeight(arg1 != 0, arg2);

12