Searched refs:IOverviewProxy (Results 1 – 4 of 4) sorted by relevance
38 import com.android.systemui.shared.recents.IOverviewProxy;67 IOverviewProxy overviewProxy = mOverviewProxyService.getProxy(); in showRecentApps()82 IOverviewProxy overviewProxy = mOverviewProxyService.getProxy(); in hideRecentApps()98 IOverviewProxy overviewProxy = mOverviewProxyService.getProxy(); in toggleRecentApps()
62 import com.android.systemui.shared.recents.IOverviewProxy;115 private IOverviewProxy mOverviewProxy;394 mOverviewProxy = IOverviewProxy.Stub.asInterface(service);678 public IOverviewProxy getProxy() { in getProxy()
66 import com.android.systemui.shared.recents.IOverviewProxy;337 IOverviewProxy overviewProxy = mOverviewProxyService.getProxy(); in notifyOnTip()
24 oneway interface IOverviewProxy { interface