Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DBackButtonAlphaHandler.java34 private final OverviewInteractionState mOverviewInteractionState; field in BackButtonAlphaHandler
38 mOverviewInteractionState = OverviewInteractionState.INSTANCE.get(mLauncher); in BackButtonAlphaHandler()
52 float fromAlpha = mOverviewInteractionState.getBackButtonAlpha(); in setStateWithAnimation()
59 mOverviewInteractionState.setBackButtonAlpha(alpha, false); in setStateWithAnimation()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DTouchInteractionService.java246 private OverviewInteractionState mOverviewInteractionState; field in TouchInteractionService
437 mOverviewInteractionState = OverviewInteractionState.INSTANCE.get(this); in initWhenUserUnlocked()
459 mOverviewInteractionState.setSystemUiProxy(mISystemUiProxy); in onSystemUiProxySet()
466 mOverviewInteractionState.setSystemUiStateFlags(mSystemUiStateFlags); in onSystemUiFlagsChanged()