Home
last modified time | relevance | path

Searched refs:getPendingLayoutChanges (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/java/com/android/server/wm/
DWindowAnimator.java222 getPendingLayoutChanges(Display.DEFAULT_DISPLAY)); in updateWindowsLocked()
236 getPendingLayoutChanges(displayId)); in updateWindowsLocked()
302 getPendingLayoutChanges(Display.DEFAULT_DISPLAY)); in updateWindowsLocked()
316 getPendingLayoutChanges(displayId)); in updateWindowsLocked()
546 final int pendingChanges = getPendingLayoutChanges(displayContent.getDisplayId()); in animateLocked()
571 + Integer.toHexString(getPendingLayoutChanges(Display.DEFAULT_DISPLAY))); in animateLocked()
644 int getPendingLayoutChanges(final int displayId) { in getPendingLayoutChanges() method in WindowAnimator
661 mService.debugLayoutRepeats(s, getPendingLayoutChanges(displayId)); in setAppLayoutChanges()
DWindowStateAnimator.java373 "WindowStateAnimator", mAnimator.getPendingLayoutChanges(displayId)); in stepAnimationLocked()