Home
last modified time | relevance | path

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

/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/
DTouchInteractionService.java66 mRecentsModel.setSystemUiProxy(iSystemUiProxy);
130 mRecentsModel.setSystemUiProxy(iSystemUiProxy);
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DOverviewInteractionState.java85 public void setSystemUiProxy(ISystemUiProxy proxy) { in setSystemUiProxy() method in OverviewInteractionState
DRecentsModel.java181 public void setSystemUiProxy(ISystemUiProxy systemUiProxy) { in setSystemUiProxy() method in RecentsModel
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DTouchInteractionService.java493 mRecentsModel.setSystemUiProxy(mISystemUiProxy); in onSystemUiProxySet()
494 mOverviewInteractionState.setSystemUiProxy(mISystemUiProxy); in onSystemUiProxySet()