Searched refs:overviewProxy (Results 1 – 3 of 3) sorted by relevance
67 IOverviewProxy overviewProxy = mOverviewProxyService.getProxy(); in showRecentApps() local68 if (overviewProxy != null) { in showRecentApps()70 overviewProxy.onOverviewShown(triggeredFromAltTab); in showRecentApps()82 IOverviewProxy overviewProxy = mOverviewProxyService.getProxy(); in hideRecentApps() local83 if (overviewProxy != null) { in hideRecentApps()85 overviewProxy.onOverviewHidden(triggeredFromAltTab, triggeredFromHomeKey); in hideRecentApps()98 IOverviewProxy overviewProxy = mOverviewProxyService.getProxy(); in toggleRecentApps() local99 if (overviewProxy != null) { in toggleRecentApps()
337 IOverviewProxy overviewProxy = mOverviewProxyService.getProxy(); in notifyOnTip() local338 if(overviewProxy != null) { in notifyOnTip()339 overviewProxy.onTip(action, target); in notifyOnTip()
169 OverviewProxyService overviewProxy = Dependency.get(OverviewProxyService.class); in AssistManager() local170 overviewProxy.addCallback(new OverviewProxyService.OverviewProxyListener() { in AssistManager()