Searched refs:tokenPos (Results 1 – 1 of 1) sorted by relevance
4176 private int findWindowOffsetLocked(int tokenPos) { in findWindowOffsetLocked() argument4179 if (tokenPos >= mAppTokens.size()) { in findWindowOffsetLocked()4190 while (tokenPos > 0) { in findWindowOffsetLocked()4193 final AppWindowToken wtoken = mAppTokens.get(tokenPos-1); in findWindowOffsetLocked()4195 + tokenPos + " -- " + wtoken.token); in findWindowOffsetLocked()4199 tokenPos--; in findWindowOffsetLocked()4227 tokenPos--; in findWindowOffsetLocked()4333 private void moveAppWindowsLocked(AppWindowToken wtoken, int tokenPos, in moveAppWindowsLocked() argument4339 int pos = findWindowOffsetLocked(tokenPos); in moveAppWindowsLocked()4356 private void moveAppWindowsLocked(List<IBinder> tokens, int tokenPos) { in moveAppWindowsLocked() argument[all …]