Searched refs:detachWallpaper (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/animation/
H A DAnimation.java556 * If detachWallpaper is true, and this is a window animation of a window
561 * @param detachWallpaper true if the wallpaper should be detached from the animation
564 public void setDetachWallpaper(boolean detachWallpaper) { argument
565 mDetachWallpaper = detachWallpaper;

Completed in 152 milliseconds