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.java83 public void setBackgroundImage(@Nullable Bitmap bitmap, boolean showAnimation) { in setBackgroundImage() argument
85 updateBlur(drawable, showAnimation); in setBackgroundImage()
97 public void setBackgroundDrawable(@Nullable Drawable drawable, boolean showAnimation) { in setBackgroundDrawable() argument
98 updateBlur(drawable, showAnimation); in setBackgroundDrawable()
101 private void updateBlur(@Nullable Drawable drawable, boolean showAnimation) { in updateBlur() argument
109 mImageView.setImageBitmap(blurred, showAnimation); in updateBlur()
DCrossfadeImageView.java90 public void setImageBitmap(Bitmap bitmap, boolean showAnimation) { in setImageBitmap() argument
98 if (showAnimation) { in setImageBitmap()