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

  /frameworks/base/services/core/java/com/android/server/wm/
WindowAnimator.java 284 if ((bulkUpdateParams & WindowSurfacePlacer.SET_WALLPAPER_MAY_CHANGE) != 0) {
RootWindowContainer.java 86 import static com.android.server.wm.WindowSurfacePlacer.SET_WALLPAPER_MAY_CHANGE;
    [all...]
WindowSurfacePlacer.java 95 static final int SET_WALLPAPER_MAY_CHANGE = 1 << 1;
    [all...]
DisplayContent.java 103 import static com.android.server.wm.WindowSurfacePlacer.SET_WALLPAPER_MAY_CHANGE;
    [all...]

Completed in 85 milliseconds