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.java289 if ((bulkUpdateParams & WindowSurfacePlacer.SET_WALLPAPER_MAY_CHANGE) != 0) { in bulkUpdateParamsToString()
DRootWindowContainer.java89 import static com.android.server.wm.WindowSurfacePlacer.SET_WALLPAPER_MAY_CHANGE;
911 if ((bulkUpdateParams & SET_WALLPAPER_MAY_CHANGE) != 0) { in copyAnimToLayoutParams()
DWindowSurfacePlacer.java80 static final int SET_WALLPAPER_MAY_CHANGE = 1 << 1; field in WindowSurfacePlacer
DDisplayContent.java99 import static com.android.server.wm.WindowSurfacePlacer.SET_WALLPAPER_MAY_CHANGE;
338 mTmpWindowAnimator.mBulkUpdateParams |= SET_WALLPAPER_MAY_CHANGE;
2606 animator.mBulkUpdateParams |= SET_WALLPAPER_MAY_CHANGE; in updateWallpaperForAnimator()