Home
last modified time | relevance | path

Searched refs:mOverviewProxyService (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DRecents.java109 private OverviewProxyService mOverviewProxyService; field in Recents
220 mOverviewProxyService = Dependency.get(OverviewProxyService.class); in start()
262 IOverviewProxy overviewProxy = mOverviewProxyService.getProxy(); in showRecentApps()
307 IOverviewProxy overviewProxy = mOverviewProxyService.getProxy(); in hideRecentApps()
349 IOverviewProxy overviewProxy = mOverviewProxyService.getProxy(); in toggleRecentApps()
353 if (mOverviewProxyService.getProxy() != null) { in toggleRecentApps()
354 mOverviewProxyService.getProxy().onOverviewToggle(); in toggleRecentApps()
407 if (mOverviewProxyService.getProxy() != null) { in preloadRecentApps()
440 if (mOverviewProxyService.getProxy() != null) { in cancelPreloadRecentApps()
518 if (mOverviewProxyService.getProxy() != null) { in splitPrimaryTask()
DRecentsOnboarding.java104 private final OverviewProxyService mOverviewProxyService; field in RecentsOnboarding
280 mOverviewProxyService = overviewProxyService; in RecentsOnboarding()
334 IOverviewProxy overviewProxy = mOverviewProxyService.getProxy(); in notifyOnTip()
351 mOverviewProxyService.addCallback(mOverviewProxyListener); in onConnectedToLauncher()
363 mOverviewProxyService.removeCallback(mOverviewProxyListener); in onDisconnectedFromLauncher()
DRecentsImpl.java126 private OverviewProxyService mOverviewProxyService; field in RecentsImpl.TaskStackListenerImpl
129 mOverviewProxyService = Dependency.get(OverviewProxyService.class); in TaskStackListenerImpl()
135 if (mOverviewProxyService.isEnabled()) { in onTaskStackChangedBackground()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarView.java137 private final OverviewProxyService mOverviewProxyService; field in NavigationBarView
282 mOverviewProxyService = Dependency.get(OverviewProxyService.class); in NavigationBarView()
283 mRecentsOnboarding = new RecentsOnboarding(context, mOverviewProxyService); in NavigationBarView()
448 return mOverviewProxyService.shouldShowSwipeUpUI() && isOverviewEnabled(); in isQuickStepSwipeUpEnabled()
453 && mOverviewProxyService.isEnabled() && isOverviewEnabled() in isQuickScrubEnabled()
454 && ((mOverviewProxyService.getInteractionFlags() & FLAG_DISABLE_QUICK_SCRUB) == 0); in isQuickScrubEnabled()
512 final boolean quickStepEnabled = mOverviewProxyService.shouldShowSwipeUpUI(); in getHomeDrawable()
534 final boolean quickStepEnabled = mOverviewProxyService.shouldShowSwipeUpUI(); in chooseNavigationIconDrawable()
664 if (mOverviewProxyService.isEnabled()) { in updateNavButtonIcons()
667 final int flags = mOverviewProxyService.getInteractionFlags(); in updateNavButtonIcons()
[all …]
DNavigationBarInflaterView.java104 private OverviewProxyService mOverviewProxyService; field in NavigationBarInflaterView
113 mOverviewProxyService = Dependency.get(OverviewProxyService.class); in NavigationBarInflaterView()
145 final int defaultResource = mOverviewProxyService.shouldShowSwipeUpUI() in getDefaultLayout()
DNavigationBarFragment.java155 private OverviewProxyService mOverviewProxyService; field in NavigationBarFragment
224 mOverviewProxyService = Dependency.get(OverviewProxyService.class); in onCreate()
294 mOverviewProxyService.addCallback(mOverviewProxyListener); in onViewCreated()
301 mOverviewProxyService.removeCallback(mOverviewProxyListener); in onDestroyView()
940 || mOverviewProxyService.getProxy() != null) { in onLongPressRecents()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyButtonView.java71 private final OverviewProxyService mOverviewProxyService; field in KeyButtonView
117 mOverviewProxyService = Dependency.get(OverviewProxyService.class); in KeyButtonView()
198 final boolean showSwipeUI = mOverviewProxyService.shouldShowSwipeUpUI(); in onTouchEvent()