Searched refs:FINISH_LAYOUT_REDO_ANIM (Results 1 – 4 of 4) sorted by relevance
32 import static com.android.server.policy.WindowManagerPolicy.FINISH_LAYOUT_REDO_ANIM;186 displayContent.pendingLayoutChanges |= FINISH_LAYOUT_REDO_ANIM; in onAnimationFinished()471 displayContent.pendingLayoutChanges |= FINISH_LAYOUT_REDO_ANIM; in prepareSurfaceLocked()
103 import static com.android.server.policy.WindowManagerPolicy.FINISH_LAYOUT_REDO_ANIM;823 pendingLayoutChanges |= FINISH_LAYOUT_REDO_ANIM;3960 pendingLayoutChanges |= FINISH_LAYOUT_REDO_ANIM; in updateFocusedWindowLocked()
160 import static com.android.server.policy.WindowManagerPolicy.FINISH_LAYOUT_REDO_ANIM;7091 setAppLayoutChanges(FINISH_LAYOUT_REDO_ANIM, "checkAppWindowsReadyToShow"); in checkAppWindowsReadyToShow()7982 setAppLayoutChanges(FINISH_LAYOUT_REDO_ANIM | FINISH_LAYOUT_REDO_WALLPAPER, in onAnimationFinished()
155 int FINISH_LAYOUT_REDO_ANIM = 0x0008; field