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

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
RefcountObject.java 19 public class RefcountObject<T> {
22 public void onRefcountZero(RefcountObject<?> object);
25 private RefcountObject.RefcountListener mRefcountListener;
29 public RefcountObject(T object) {
33 public void setRefcountListener(RefcountObject.RefcountListener listener) {
RefcountBitmapDrawable.java 25 private RefcountObject<Bitmap> mRefcountObject;
30 public RefcountBitmapDrawable(Resources res, RefcountObject<Bitmap> bitmap) {
42 public RefcountObject<Bitmap> getRefcountObject() {
DrawableLoader.java 71 private RefcountObject.RefcountListener mRefcountListener =
72 new RefcountObject.RefcountListener() {
74 public void onRefcountZero(RefcountObject object) {
256 RefcountObject<Bitmap> object = new RefcountObject<Bitmap>(bitmap);

Completed in 64 milliseconds