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
401 mOverviewProxy = IOverviewProxy.Stub.asInterface(service);
408 mOverviewProxy.onInitialize(params);
507 if (mOverviewProxy != null) { in notifyBackAction()
508 mOverviewProxy.onBackAction(completed, downX, downY, isButton, gestureSwipeLeft); in notifyBackAction()
560 if (mOverviewProxy != null) { in notifySystemUiStateFlags()
561 mOverviewProxy.onSystemUiStateChanged(flags); in notifySystemUiStateFlags()
587 if (mOverviewProxy != null && mActiveNavBarRegion != null) { in dispatchNavButtonBounds()
589 mOverviewProxy.onActiveNavBarRegionChanges(mActiveNavBarRegion); in dispatchNavButtonBounds()
666 listener.onConnectionChanged(mOverviewProxy != null); in addCallback()
[all …]