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()
411 getPendingLayoutChanges(Display.DEFAULT_DISPLAY)); in updateWindowsLocked()
435 getPendingLayoutChanges(displayId)); in updateWindowsLocked()
729 final int pendingChanges = getPendingLayoutChanges(displayContent.getDisplayId()); in animateLocked()
754 + Integer.toHexString(getPendingLayoutChanges(Display.DEFAULT_DISPLAY))); in animateLocked()
824 int getPendingLayoutChanges(final int displayId) { in getPendingLayoutChanges() method in WindowAnimator
849 mService.debugLayoutRepeats(reason, getPendingLayoutChanges(displayId)); in setAppLayoutChanges()
DWindowStateAnimator.java430 "WindowStateAnimator", mAnimator.getPendingLayoutChanges(displayId)); in stepAnimationLocked()