Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowAnimator.java164 setAppLayoutChanges(appAnimator, in updateAppWindowsLocked()
182setAppLayoutChanges(appAnimator, WindowManagerPolicy.FINISH_LAYOUT_REDO_WALLPAPER, in updateAppWindowsLocked()
609 setAppLayoutChanges(appAnimator, in testTokenMayBeDrawnLocked()
613 setAppLayoutChanges(appAnimator, in testTokenMayBeDrawnLocked()
842 void setAppLayoutChanges(final AppWindowAnimator appAnimator, final int changes, String reason, in setAppLayoutChanges() method in WindowAnimator
DAppWindowAnimator.java343 mAnimator.setAppLayoutChanges(this, WindowManagerPolicy.FINISH_LAYOUT_REDO_ANIM, in stepAnimationLocked()