Home
last modified time | relevance | path

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

12

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
H A DTaskbarAutohideSuspendController.java20 import com.android.quickstep.SystemUiProxy;
40 private final SystemUiProxy mSystemUiProxy;
45 mSystemUiProxy = SystemUiProxy.INSTANCE.get(activity); in TaskbarAutohideSuspendController()
H A DTaskbarNavButtonController.java32 import com.android.quickstep.SystemUiProxy;
73 private final SystemUiProxy mSystemUiProxy;
79 SystemUiProxy systemUiProxy, Handler handler) { in TaskbarNavButtonController()
H A DTaskbarScrimViewController.java26 import com.android.quickstep.SystemUiProxy;
95 SystemUiProxy.INSTANCE.get(mActivity).onBackPressed(); in onClick()
H A DTaskbarManager.java51 import com.android.quickstep.SystemUiProxy;
97 SystemUiProxy.INSTANCE.get(mContext), new Handler()); in TaskbarManager()
223 SystemUiProxy.INSTANCE.get(mContext) in recreateTaskbar()
H A DTaskbarStashController.java37 import com.android.quickstep.SystemUiProxy;
112 private final SystemUiProxy mSystemUiProxy;
149 mSystemUiProxy = SystemUiProxy.INSTANCE.get(activity); in TaskbarStashController()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
H A DStatusBarTouchController.java38 import com.android.quickstep.SystemUiProxy;
52 private final SystemUiProxy mSystemUiProxy;
62 mSystemUiProxy = SystemUiProxy.INSTANCE.get(mLauncher); in StatusBarTouchController()
73 + SystemUiProxy.INSTANCE.get(mLauncher).isActive()); in dump()
165 return SystemUiProxy.INSTANCE.get(mLauncher).isActive(); in canInterceptTouch()
H A DTwoButtonNavbarTouchController.java36 import com.android.quickstep.SystemUiProxy;
165 SystemUiProxy.INSTANCE.get(mLauncher).onOverviewShown(true, TAG); in onSwipeInteractionCompleted()
H A DQuickSwitchTouchController.java49 import com.android.quickstep.SystemUiProxy;
86 int stateFlags = SystemUiProxy.INSTANCE.get(mLauncher).getLastSystemUiStateFlags(); in getTargetState()
H A DPortraitStatesTouchController.java40 import com.android.quickstep.SystemUiProxy;
212 SystemUiProxy.INSTANCE.get(mLauncher).onOverviewShown(true, TAG); in onSwipeInteractionCompleted()
H A DNoButtonNavbarToOverviewTouchController.java41 import com.android.quickstep.SystemUiProxy;
197 int stateFlags = SystemUiProxy.INSTANCE.get(mLauncher).getLastSystemUiStateFlags(); in handlingOverviewAnim()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/
H A DAssistantInputConsumer.java52 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()
H A 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()
H A DAccessibilityInputConsumer.java34 import com.android.quickstep.SystemUiProxy;
129 SystemUiProxy.INSTANCE.get(mContext).notifyAccessibilityButtonLongClicked(); in onMotionEvent()
136 SystemUiProxy.INSTANCE.get(mContext).notifyAccessibilityButtonClicked( in onMotionEvent()
H A DScreenPinnedInputConsumer.java26 import com.android.quickstep.SystemUiProxy;
46 SystemUiProxy.INSTANCE.get(context).stopScreenPinning(); in ScreenPinnedInputConsumer()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
H A DLauncherSplitScreenListener.java13 import com.android.quickstep.SystemUiProxy;
70 SystemUiProxy.INSTANCE.getNoCreate().registerSplitScreenListener(this); in init()
75 SystemUiProxy.INSTANCE.getNoCreate().unregisterSplitScreenListener(this); in destroy()
H A DSplitSelectStateController.java40 import com.android.quickstep.SystemUiProxy;
61 private final SystemUiProxy mSystemUiProxy;
72 public SplitSelectStateController(Handler handler, SystemUiProxy systemUiProxy, in SplitSelectStateController()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/statehandlers/
H A DBackButtonAlphaHandler.java31 import com.android.quickstep.SystemUiProxy;
55 mBackAlpha.value = SystemUiProxy.INSTANCE.get(mLauncher).getLastNavButtonAlpha(); in setStateWithAnimation()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DImageActionsApi.java53 protected final SystemUiProxy mSystemUiProxy;
58 mSystemUiProxy = SystemUiProxy.INSTANCE.get(context); in ImageActionsApi()
H A DRecentsAnimationController.java93 SystemUiProxy p = SystemUiProxy.INSTANCE.getNoCreate(); in setSplitScreenMinimized()
H A DSystemUiProxy.java67 public class SystemUiProxy implements ISystemUiProxy, class
69 private static final String TAG = SystemUiProxy.class.getSimpleName();
71 public static final MainThreadInitializedObject<SystemUiProxy> INSTANCE =
72 new MainThreadInitializedObject<>(SystemUiProxy::new);
108 public SystemUiProxy(Context context) { in SystemUiProxy() method in SystemUiProxy
H A DRecentsAnimationCallbacks.java47 private final SystemUiProxy mSystemUiProxy;
55 public RecentsAnimationCallbacks(SystemUiProxy systemUiProxy, in RecentsAnimationCallbacks()
H A DRecentTasksList.java54 private final SystemUiProxy mSysUiProxy;
66 KeyguardManagerCompat keyguardManager, SystemUiProxy sysUiProxy) { in RecentTasksList()
H A DTaskAnimationManager.java124 mCallbacks = new RecentsAnimationCallbacks(SystemUiProxy.INSTANCE.get(mCtx), in startRecentsAnimation()
164 SystemUiProxy.INSTANCE.getNoCreate() in startRecentsAnimation()
/aosp12/packages/apps/Launcher3/quickstep/tests/src/com/android/launcher3/taskbar/
H A DTaskbarNavButtonControllerTest.java23 import com.android.quickstep.SystemUiProxy;
38 SystemUiProxy mockSystemUiProxy;
/aosp12/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/util/
H A DTaskViewSimulatorTest.java43 import com.android.quickstep.SystemUiProxy;
145 helper.sandboxContext.allow(SystemUiProxy.INSTANCE); in verifyNoTransforms()

12