Searched refs:WindowSurfacePlacer (Results 1 – 7 of 7) sorted by relevance
24 import static com.android.server.wm.WindowSurfacePlacer.SET_ORIENTATION_CHANGE_COMPLETE;25 import static com.android.server.wm.WindowSurfacePlacer.SET_UPDATE_ROTATION;51 private final WindowSurfacePlacer mWindowPlacerLocked;286 if ((bulkUpdateParams & WindowSurfacePlacer.SET_UPDATE_ROTATION) != 0) { in bulkUpdateParamsToString()289 if ((bulkUpdateParams & WindowSurfacePlacer.SET_WALLPAPER_MAY_CHANGE) != 0) { in bulkUpdateParamsToString()292 if ((bulkUpdateParams & WindowSurfacePlacer.SET_FORCE_HIDING_CHANGED) != 0) { in bulkUpdateParamsToString()295 if ((bulkUpdateParams & WindowSurfacePlacer.SET_ORIENTATION_CHANGE_COMPLETE) != 0) { in bulkUpdateParamsToString()298 if ((bulkUpdateParams & WindowSurfacePlacer.SET_TURN_ON_SCREEN) != 0) { in bulkUpdateParamsToString()
84 import static com.android.server.wm.WindowSurfacePlacer.SET_FORCE_HIDING_CHANGED;85 import static com.android.server.wm.WindowSurfacePlacer.SET_ORIENTATION_CHANGE_COMPLETE;86 import static com.android.server.wm.WindowSurfacePlacer.SET_TURN_ON_SCREEN;87 import static com.android.server.wm.WindowSurfacePlacer.SET_UPDATE_ROTATION;88 import static com.android.server.wm.WindowSurfacePlacer.SET_WALLPAPER_ACTION_PENDING;89 import static com.android.server.wm.WindowSurfacePlacer.SET_WALLPAPER_MAY_CHANGE;594 final WindowSurfacePlacer surfacePlacer = mService.mWindowPlacerLocked; in performSurfacePlacement()
69 class WindowSurfacePlacer { class103 public WindowSurfacePlacer(WindowManagerService service) { in WindowSurfacePlacer() method in WindowSurfacePlacer
46 import static com.android.server.wm.WindowSurfacePlacer.SET_ORIENTATION_CHANGE_COMPLETE;47 import static com.android.server.wm.WindowSurfacePlacer.SET_TURN_ON_SCREEN;
99 import static com.android.server.wm.WindowSurfacePlacer.SET_WALLPAPER_MAY_CHANGE;592 final WindowSurfacePlacer surfacePlacer = mService.mWindowPlacerLocked;2699 final WindowSurfacePlacer surfacePlacer = mService.mWindowPlacerLocked; in applySurfaceChangesTransaction()
377 final WindowSurfacePlacer mWindowPlacerLocked;1023 mWindowPlacerLocked = new WindowSurfacePlacer(this); in WindowManagerService()
5935 Lcom/android/server/wm/WindowSurfacePlacer;5936 Lcom/android/server/wm/WindowSurfacePlacer$LayerAndToken;