Searched refs:SET_WALLPAPER_MAY_CHANGE (Results 1 – 2 of 2) sorted by relevance
27 import static com.android.server.wm.WindowManagerService.LayoutFields.SET_WALLPAPER_MAY_CHANGE;298 mBulkUpdateParams |= SET_WALLPAPER_MAY_CHANGE; in updateWindowsLocked()406 mBulkUpdateParams |= SET_WALLPAPER_MAY_CHANGE; in updateWindowsLocked()578 mBulkUpdateParams |= SET_WALLPAPER_MAY_CHANGE; in updateWallpaperLocked()763 if ((bulkUpdateParams & LayoutFields.SET_WALLPAPER_MAY_CHANGE) != 0) { in bulkUpdateParamsToString()
664 static final int SET_WALLPAPER_MAY_CHANGE = 1 << 1; field in WindowManagerService.LayoutFields10498 if ((bulkUpdateParams & LayoutFields.SET_WALLPAPER_MAY_CHANGE) != 0) { in copyAnimToLayoutParamsLocked()