Home
last modified time | relevance | path

Searched refs:showAnimation (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
DBackgroundImageView.java89 public void setBackgroundImage(@Nullable Bitmap bitmap, boolean showAnimation) { in setBackgroundImage() argument
91 updateBlur(drawable, showAnimation); in setBackgroundImage()
103 public void setBackgroundDrawable(@Nullable Drawable drawable, boolean showAnimation) { in setBackgroundDrawable() argument
104 updateBlur(drawable, showAnimation); in setBackgroundDrawable()
107 private void updateBlur(@Nullable Drawable drawable, boolean showAnimation) { in updateBlur() argument
115 mImageView.setImageBitmap(blurred, showAnimation); in updateBlur()
DCrossfadeImageView.java90 public void setImageBitmap(Bitmap bitmap, boolean showAnimation) { in setImageBitmap() argument
98 if (showAnimation) { in setImageBitmap()