Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/views/
H A DScrimView.java86 public boolean isFullyOpaque() { in isFullyOpaque() method in ScrimView
119 boolean fullyOpaque = isFullyOpaque(); in dispatchVisibilityListenersIfNeeded()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/statehandlers/
H A DDepthController.java320 boolean hasOpaqueBg = mLauncher.getScrimView().isFullyOpaque(); in dispatchTransactionSurface()