Searched defs:mAppTokens (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java353 final ArrayList<AppWindowToken> mAppTokens = new ArrayList<AppWindowToken>(); field in class:WindowManagerService
357 * animations this list is maintained in the exact order of mAppTokens. If tokens
358 * are added to mAppTokens during an animation an attempt is made to insert them at the same
3578 int m = mAppTokens.size()-1;
3580 AppWindowToken atoken = mAppTokens.get(m);
3597 AppWindowToken atoken = mAppTokens.get(m);
3716 * Note that mAppTokens.size() == mAnimatingAppTokens.size() + 1.
3717 * @param addPos The location the token was inserted into in mAppTokens.
3722 // It was inserted into the beginning or end of mAppTokens. Honor that.
3726 // Find the item immediately above the mAppTokens insertio
[all...]

Completed in 53 milliseconds