Searched refs:WindowSurfacePlacer (Results 1 – 4 of 4) sorted by relevance
41 import static com.android.server.wm.WindowSurfacePlacer.SET_FORCE_HIDING_CHANGED;42 import static com.android.server.wm.WindowSurfacePlacer.SET_ORIENTATION_CHANGE_COMPLETE;43 import static com.android.server.wm.WindowSurfacePlacer.SET_UPDATE_ROTATION;44 import static com.android.server.wm.WindowSurfacePlacer.SET_WALLPAPER_ACTION_PENDING;45 import static com.android.server.wm.WindowSurfacePlacer.SET_WALLPAPER_MAY_CHANGE;75 private final WindowSurfacePlacer mWindowPlacerLocked;825 if ((bulkUpdateParams & WindowSurfacePlacer.SET_UPDATE_ROTATION) != 0) { in bulkUpdateParamsToString()828 if ((bulkUpdateParams & WindowSurfacePlacer.SET_WALLPAPER_MAY_CHANGE) != 0) { in bulkUpdateParamsToString()831 if ((bulkUpdateParams & WindowSurfacePlacer.SET_FORCE_HIDING_CHANGED) != 0) { in bulkUpdateParamsToString()834 if ((bulkUpdateParams & WindowSurfacePlacer.SET_ORIENTATION_CHANGE_COMPLETE) != 0) { in bulkUpdateParamsToString()[all …]
86 class WindowSurfacePlacer { class151 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;
361 final WindowSurfacePlacer mWindowPlacerLocked;958 mWindowPlacerLocked = new WindowSurfacePlacer(this); in WindowManagerService()