HomeSort by relevance Sort by last modified time
    Searched refs:FINISH_LAYOUT_REDO_ANIM (Results 1 - 5 of 5) sorted by null

  /frameworks/base/services/core/java/com/android/server/wm/
WindowStateAnimator.java 27 import static com.android.server.policy.WindowManagerPolicy.FINISH_LAYOUT_REDO_ANIM;
294 int pendingLayoutChanges = FINISH_LAYOUT_REDO_ANIM;
    [all...]
RootWindowContainer.java 60 import static com.android.server.policy.WindowManagerPolicy.FINISH_LAYOUT_REDO_ANIM;
665 defaultDisplay.pendingLayoutChanges |= FINISH_LAYOUT_REDO_ANIM;
    [all...]
AppWindowToken.java 36 import static com.android.server.policy.WindowManagerPolicy.FINISH_LAYOUT_REDO_ANIM;
    [all...]
DisplayContent.java 62 import static com.android.server.policy.WindowManagerPolicy.FINISH_LAYOUT_REDO_ANIM;
409 pendingLayoutChanges |= FINISH_LAYOUT_REDO_ANIM;
    [all...]
  /frameworks/base/services/core/java/com/android/server/policy/
WindowManagerPolicy.java 159 int FINISH_LAYOUT_REDO_ANIM = 0x0008;
    [all...]

Completed in 455 milliseconds