Home
last modified time | relevance | path

Searched refs:SET_WALLPAPER_MAY_CHANGE (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DWindowAnimator.java284 if ((bulkUpdateParams & WindowSurfacePlacer.SET_WALLPAPER_MAY_CHANGE) != 0) { in bulkUpdateParamsToString()
DRootWindowContainer.java86 import static com.android.server.wm.WindowSurfacePlacer.SET_WALLPAPER_MAY_CHANGE;
969 if ((bulkUpdateParams & SET_WALLPAPER_MAY_CHANGE) != 0) { in copyAnimToLayoutParams()
DWindowSurfacePlacer.java95 static final int SET_WALLPAPER_MAY_CHANGE = 1 << 1; field in WindowSurfacePlacer
DDisplayContent.java103 import static com.android.server.wm.WindowSurfacePlacer.SET_WALLPAPER_MAY_CHANGE;
2753 animator.mBulkUpdateParams |= SET_WALLPAPER_MAY_CHANGE; in updateWallpaperForAnimator()