Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowAnimator.java303 getPendingLayoutChanges(Display.DEFAULT_DISPLAY)); in updateWindowsLocked()
317 getPendingLayoutChanges(displayId)); in updateWindowsLocked()
413 getPendingLayoutChanges(Display.DEFAULT_DISPLAY)); in updateWindowsLocked()
437 getPendingLayoutChanges(displayId)); in updateWindowsLocked()
725 final int pendingChanges = getPendingLayoutChanges(displayContent.getDisplayId()); in animateLocked()
750 + Integer.toHexString(getPendingLayoutChanges(Display.DEFAULT_DISPLAY))); in animateLocked()
823 int getPendingLayoutChanges(final int displayId) { in getPendingLayoutChanges() method in WindowAnimator
845 mService.debugLayoutRepeats(s, getPendingLayoutChanges(displayId)); in setAppLayoutChanges()
DWindowStateAnimator.java429 "WindowStateAnimator", mAnimator.getPendingLayoutChanges(displayId)); in stepAnimationLocked()