Searched refs:stackIterator (Results 1 – 1 of 1) sorted by relevance
184 while (stackIterator.hasNext()) { in noFocusForSuspendedApp()185 final FocusRequester focusOwner = stackIterator.next(); in noFocusForSuspendedApp()339 while(stackIterator.hasNext()) { in dumpFocusStack()340 stackIterator.next().dump(pw); in dumpFocusStack()384 while(stackIterator.hasNext()) { in removeFocusStackEntry()385 FocusRequester fr = stackIterator.next(); in removeFocusStackEntry()389 stackIterator.remove(); in removeFocusStackEntry()431 Iterator<FocusRequester> stackIterator = mFocusStack.iterator(); in removeFocusStackEntryOnDeath() local432 while(stackIterator.hasNext()) { in removeFocusStackEntryOnDeath()433 FocusRequester fr = stackIterator.next(); in removeFocusStackEntryOnDeath()[all …]