Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/statehandlers/
H A DDepthController.java160 private boolean mHasContentBehindLauncher; field in DepthController
206 mHasContentBehindLauncher = hasContentBehindLauncher; in setHasContentBehindLauncher()
321 boolean isSurfaceOpaque = !mHasContentBehindLauncher && hasOpaqueBg; in dispatchTransactionSurface()