Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DWindowManagerState.java153 private boolean mSanityCheckFocusedWindow = true; field in WindowManagerState
293 mSanityCheckFocusedWindow = sanityCheckFocusedWindow; in setSanityCheckWithFocusedWindow()
323 || mFocusedApp == null || (mSanityCheckFocusedWindow && mFocusedWindow == null) in computeState()