Searched refs:mPreferredTopFocusableStack (Results 1 – 1 of 1) sorted by relevance
140 private ActivityStack mPreferredTopFocusableStack; field in ActivityDisplay221 if (mPreferredTopFocusableStack == stack) { in removeChild()222 mPreferredTopFocusableStack = null; in removeChild()272 mPreferredTopFocusableStack = stack; in positionChildAt()273 } else if (mPreferredTopFocusableStack == stack) { in positionChildAt()274 mPreferredTopFocusableStack = null; in positionChildAt()474 if (mPreferredTopFocusableStack != null) { in getFocusedStack()475 return mPreferredTopFocusableStack; in getFocusedStack()1123 mPreferredTopFocusableStack = null; in remove()1466 if (mPreferredTopFocusableStack != null) { in dump()[all …]