Searched refs:setPendingLayoutChanges (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowAnimator.java | 168 setPendingLayoutChanges(Display.DEFAULT_DISPLAY, in hideWallpapersLocked() 299 setPendingLayoutChanges(Display.DEFAULT_DISPLAY, in updateWindowsLocked() 313 setPendingLayoutChanges(displayId, in updateWindowsLocked() 409 setPendingLayoutChanges(Display.DEFAULT_DISPLAY, in updateWindowsLocked() 433 setPendingLayoutChanges(displayId, in updateWindowsLocked() 830 void setPendingLayoutChanges(final int displayId, final int changes) { in setPendingLayoutChanges() method in WindowAnimator 843 setPendingLayoutChanges(displayId, changes); in setAppLayoutChanges()
|
D | WindowStateAnimator.java | 427 mAnimator.setPendingLayoutChanges(displayId, WindowManagerPolicy.FINISH_LAYOUT_REDO_ANIM); in stepAnimationLocked() 1439 mAnimator.setPendingLayoutChanges(w.getDisplayId(), in setSurfaceBoundariesLocked() 1545 mAnimator.setPendingLayoutChanges(w.getDisplayId(), in prepareSurfaceLocked()
|