Searched refs:mOverviewProxy (Results 1 – 1 of 1) sorted by relevance
115 private IOverviewProxy mOverviewProxy; field in OverviewProxyService394 mOverviewProxy = IOverviewProxy.Stub.asInterface(service);401 mOverviewProxy.onInitialize(params);500 if (mOverviewProxy != null) { in notifyBackAction()501 mOverviewProxy.onBackAction(completed, downX, downY, isButton, gestureSwipeLeft); in notifyBackAction()552 if (mOverviewProxy != null) { in notifySystemUiStateFlags()553 mOverviewProxy.onSystemUiStateChanged(flags); in notifySystemUiStateFlags()579 if (mOverviewProxy != null && mActiveNavBarRegion != null) { in dispatchNavButtonBounds()581 mOverviewProxy.onActiveNavBarRegionChanges(mActiveNavBarRegion); in dispatchNavButtonBounds()660 listener.onConnectionChanged(mOverviewProxy != null); in addCallback()[all …]