Searched refs:mThumb (Results 1 – 3 of 3) sorted by relevance
138 private Bitmap mThumb; field in RotateImageView146 mThumb = null; in setBitmap()158 mThumb = ThumbnailUtils.extractThumbnail( in setBitmap()163 mThumbs[1] = new BitmapDrawable(getContext().getResources(), mThumb); in setBitmap()167 mThumbs[1] = new BitmapDrawable(getContext().getResources(), mThumb); in setBitmap()
17 private final Drawable mThumb; field in DrawableThumbWallpaperInfo20 mThumb = thumb; in DrawableThumbWallpaperInfo()26 setThumb(mThumb); in createView()
31 private Drawable mThumb; field in SliderSeekBar45 this.mThumb = thumb; in setThumb()53 if (!mThumb.getBounds().contains((int) event.getX(), (int) event.getY())) { in onTouchEvent()