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 289 if ((bulkUpdateParams & WindowSurfacePlacer.SET_WALLPAPER_MAY_CHANGE) != 0) {
RootWindowContainer.java 89 import static com.android.server.wm.WindowSurfacePlacer.SET_WALLPAPER_MAY_CHANGE;
    [all...]
WindowSurfacePlacer.java 80 static final int SET_WALLPAPER_MAY_CHANGE = 1 << 1;
    [all...]
DisplayContent.java 99 import static com.android.server.wm.WindowSurfacePlacer.SET_WALLPAPER_MAY_CHANGE;
338 mTmpWindowAnimator.mBulkUpdateParams |= SET_WALLPAPER_MAY_CHANGE;
    [all...]

Completed in 3514 milliseconds