Home
last modified time | relevance | path

Searched refs:getSystemUiProxy (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DTaskSystemShortcut.java243 ISystemUiProxy sysUiProxy = RecentsModel.INSTANCE.get(activity).getSystemUiProxy();
296 ISystemUiProxy sysUiProxy = RecentsModel.INSTANCE.get(activity).getSystemUiProxy();
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DStatusBarTouchController.java173 mSysUiProxy = RecentsModel.INSTANCE.get(mLauncher).getSystemUiProxy(); in canInterceptTouch()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DRecentsModel.java185 public ISystemUiProxy getSystemUiProxy() { in getSystemUiProxy() method in RecentsModel
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/util/
DClipAnimationHelper.java332 ISystemUiProxy sysUiProxy = RecentsModel.INSTANCE.get(activity).getSystemUiProxy(); in updateStackBoundsToMultiWindowTaskSize()