HomeSort by relevance Sort by last modified time
    Searched refs:animToLayout (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/java/com/android/server/wm/
WindowAnimator.java 174 final AnimatorToLayoutParams animToLayout = mAnimToLayout;
175 synchronized (animToLayout) {
176 animToLayout.mBulkUpdateParams = mBulkUpdateParams;
177 animToLayout.mPendingLayoutChanges = mPendingLayoutChanges.clone();
178 animToLayout.mWindowDetachedWallpaper = mWindowDetachedWallpaper;
180 if (!animToLayout.mUpdateQueued) {
181 animToLayout.mUpdateQueued = true;
    [all...]
WindowManagerService.java     [all...]

Completed in 35 milliseconds