Home
last modified time | relevance | path

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

/frameworks/base/services/java/com/android/server/wm/
DWindowAnimator.java168setAppLayoutChanges(appAnimator, WindowManagerPolicy.FINISH_LAYOUT_REDO_WALLPAPER, in updateAppWindowsLocked()
186 setAppLayoutChanges(appAnimator, WindowManagerPolicy.FINISH_LAYOUT_REDO_WALLPAPER, in updateAppWindowsLocked()
433 setAppLayoutChanges(appAnimator, in testTokenMayBeDrawnLocked()
437 setAppLayoutChanges(appAnimator, in testTokenMayBeDrawnLocked()
652 void setAppLayoutChanges(final AppWindowAnimator appAnimator, final int changes, String s) { in setAppLayoutChanges() method in WindowAnimator
DAppWindowAnimator.java247 mAnimator.setAppLayoutChanges(this, WindowManagerPolicy.FINISH_LAYOUT_REDO_ANIM, in stepAnimationLocked()