Home
last modified time | relevance | path

Searched refs:FINISH_LAYOUT_REDO_CONFIG (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DWindowSurfacePlacer.java9 import static android.view.WindowManagerPolicy.FINISH_LAYOUT_REDO_CONFIG;
380 return layoutRedo | FINISH_LAYOUT_REDO_LAYOUT | FINISH_LAYOUT_REDO_CONFIG; in handleAppTransitionReadyLocked()
DDisplayContent.java57 import static android.view.WindowManagerPolicy.FINISH_LAYOUT_REDO_CONFIG;
2723 if (isDefaultDisplay && (pendingLayoutChanges & FINISH_LAYOUT_REDO_CONFIG) != 0) { in applySurfaceChangesTransaction()
/frameworks/base/core/java/android/view/
DWindowManagerPolicy.java1190 static final int FINISH_LAYOUT_REDO_CONFIG = 0x0002; field