Searched refs:SET_WALLPAPER_MAY_CHANGE (Results 1 – 4 of 4) sorted by relevance
284 if ((bulkUpdateParams & WindowSurfacePlacer.SET_WALLPAPER_MAY_CHANGE) != 0) { in bulkUpdateParamsToString()
86 import static com.android.server.wm.WindowSurfacePlacer.SET_WALLPAPER_MAY_CHANGE;969 if ((bulkUpdateParams & SET_WALLPAPER_MAY_CHANGE) != 0) { in copyAnimToLayoutParams()
95 static final int SET_WALLPAPER_MAY_CHANGE = 1 << 1; field in WindowSurfacePlacer
103 import static com.android.server.wm.WindowSurfacePlacer.SET_WALLPAPER_MAY_CHANGE;2753 animator.mBulkUpdateParams |= SET_WALLPAPER_MAY_CHANGE; in updateWallpaperForAnimator()