Searched refs:setPendingLayoutChanges (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/java/com/android/server/wm/ |
D | WindowAnimator.java | 140 setPendingLayoutChanges(Display.DEFAULT_DISPLAY, in hideWallpapersLocked() 218 setPendingLayoutChanges(Display.DEFAULT_DISPLAY, in updateWindowsLocked() 232 setPendingLayoutChanges(displayId, in updateWindowsLocked() 298 setPendingLayoutChanges(Display.DEFAULT_DISPLAY, in updateWindowsLocked() 312 setPendingLayoutChanges(displayId, in updateWindowsLocked() 648 void setPendingLayoutChanges(final int displayId, final int changes) { in setPendingLayoutChanges() method in WindowAnimator 659 setPendingLayoutChanges(displayId, changes); in setAppLayoutChanges()
|
D | WindowStateAnimator.java | 371 mAnimator.setPendingLayoutChanges(displayId, WindowManagerPolicy.FINISH_LAYOUT_REDO_ANIM); in stepAnimationLocked() 1185 mAnimator.setPendingLayoutChanges(displayId, in setSurfaceBoundariesLocked() 1288 mAnimator.setPendingLayoutChanges(w.getDisplayId(), in prepareSurfaceLocked()
|