Searched refs:stackIterator (Results 1 – 1 of 1) sorted by relevance
181 while (stackIterator.hasNext()) { in noFocusForSuspendedApp()182 final FocusRequester focusOwner = stackIterator.next(); in noFocusForSuspendedApp()291 while(stackIterator.hasNext()) { in dumpFocusStack()292 stackIterator.next().dump(pw); in dumpFocusStack()336 while(stackIterator.hasNext()) { in removeFocusStackEntry()337 FocusRequester fr = stackIterator.next(); in removeFocusStackEntry()341 stackIterator.remove(); in removeFocusStackEntry()383 Iterator<FocusRequester> stackIterator = mFocusStack.iterator(); in removeFocusStackEntryOnDeath() local384 while(stackIterator.hasNext()) { in removeFocusStackEntryOnDeath()385 FocusRequester fr = stackIterator.next(); in removeFocusStackEntryOnDeath()[all …]