Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/views/
DScrimView.java79 public boolean isFullyOpaque() { in isFullyOpaque() method in ScrimView
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/statehandlers/
DDepthController.java269 boolean opaque = mLauncher.getScrimView().isFullyOpaque() && !isOverview; in dispatchTransactionSurface()