Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DTask.java692 private boolean mHandlingOccluded; field in Task.CheckBehindFullscreenActivityHelper
708 mHandlingOccluded = mToCheck == null && mHandleBehindFullscreenActivity != null; in reset()
715 if (!mHandlingOccluded && mBehindFullscreenActivity) { in process()
744 if (mHandlingOccluded) { in processActivity()