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