Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DOverviewProxyService.java115 private IOverviewProxy mOverviewProxy; field in OverviewProxyService
394 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 …]