Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DActivityManagerState.java76 private int mTopFocusedStackId = -1; field in ActivityManagerState
119 retry = mStacks.isEmpty() || mTopFocusedStackId == -1 in computeState()
127 if (mTopFocusedStackId == -1) { in computeState()
166 mTopFocusedStackId = state.focusedStackId; in parseSysDumpProto()
180 mTopFocusedStackId = -1; in reset()
234 return mTopFocusedStackId; in getFocusedStackId()
238 final ActivityStack stack = getStackById(mTopFocusedStackId); in getFocusedStackActivityType()
243 final ActivityStack stack = getStackById(mTopFocusedStackId); in getFocusedStackWindowingMode()