HomeSort by relevance Sort by last modified time
    Searched refs:getRefcountObject (Results 1 - 4 of 4) sorted by null

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
RefcountBitmapDrawable.java 39 this(res, drawable.getRefcountObject());
42 public RefcountObject<Bitmap> getRefcountObject() {
DrawableDownloader.java 134 ((RefcountBitmapDrawable) d).getRefcountObject().releaseRef();
371 refcountDrawable.getRefcountObject().addRef();
401 refcountDrawable.getRefcountObject().addRef();
DrawableLoader.java 148 d.getRefcountObject().releaseRef();
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
TransitionImageView.java 118 ((RefcountBitmapDrawable) mBitmapDrawable).getRefcountObject().releaseRef();

Completed in 646 milliseconds