Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/statehandlers/
DDepthController.java127 private boolean mBlurDisabledForAppLaunch; field in DepthController
233 mBlurDisabledForAppLaunch = inLaunchTransition && !blurEnabled; in setIsInLaunchTransition()
272 || mBlurDisabledForAppLaunch ? 0 : (int) (depth * mMaxBlurRadius); in dispatchTransactionSurface()