Home
last modified time | relevance | path

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

/cts/hostsidetests/services/activityandwindowmanager/util/src/android/server/cts/
DWindowManagerState.java117 private List<WindowState> mWindowStates = new ArrayList(); field in WindowManagerState
165 retry = mWindowStates.isEmpty() || mFocusedApp == null; in computeState()
172 if (mWindowStates.isEmpty()) { in computeState()
226 mWindowStates.add(ws); in parseSysDump()
363 for (WindowState ws : mWindowStates) { in getMatchingWindowTokens()
372 for (WindowState ws : mWindowStates) { in getMatchingVisibleWindowState()
381 for (WindowState ws : mWindowStates) { in getPrefixMatchingVisibleWindowState()
389 for (WindowState ws : mWindowStates) { in getWindowByPackageName()
406 for (WindowState ws : mWindowStates) { in getWindowsByPackageName()
423 for (WindowState ws : mWindowStates) { in getWindowStateForAppToken()
[all …]