Searched refs:SET_WALLPAPER_ACTION_PENDING (Results 1 – 2 of 2) sorted by relevance
85 import static com.android.server.wm.WindowSurfacePlacer.SET_WALLPAPER_ACTION_PENDING;471 animator.mBulkUpdateParams |= SET_WALLPAPER_ACTION_PENDING; in hasPendingLayoutChanges()987 if ((bulkUpdateParams & SET_WALLPAPER_ACTION_PENDING) != 0) { in copyAnimToLayoutParams()
98 static final int SET_WALLPAPER_ACTION_PENDING = 1 << 4; field in WindowSurfacePlacer