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

/frameworks/opt/bitmap/src/com/android/bitmap/view/
H A DBitmapDrawableImageView.java99 private void unbindDrawable(boolean temporary) { argument
101 mDrawable.unbind(temporary);
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DBasicBitmapDrawable.java200 * If the temporary parameter is true, we will keep the unbound key in {@link #mPrevKey}.
204 public void unbind(boolean temporary) { argument
207 if (!temporary) {

Completed in 1038 milliseconds