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

  /frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
SwitchBindingObject.java 22 private int mThumb;
27 return mThumb;
35 mThumb = 0xFF111111;
  /hardware/ti/omap4-aah/camera/inc/
Encoder_libjpeg.h 153 mType(type), mThumb(NULL) {
166 mThumb = new Encoder_libjpeg(mThumbnailInput, NULL, NULL, mType, NULL, NULL, NULL, NULL);
167 mThumb->run();
177 if(mThumb.get()) {
179 mThumb->join();
180 mThumb.clear();
181 mThumb = NULL;
195 if (mThumb.get()) {
196 mThumb->cancel();
217 android::sp<Encoder_libjpeg> mThumb;
    [all...]
  /hardware/ti/omap4xxx/camera/inc/
Encoder_libjpeg.h 137 mType(type), mThumb(NULL) {
151 mThumb = new Encoder_libjpeg(mThumbnailInput, NULL, NULL, mType, NULL, NULL, NULL);
152 mThumb->run();
162 if(mThumb.get()) {
164 mThumb->join();
165 mThumb.clear();
166 mThumb = NULL;
180 if (mThumb.get()) {
181 mThumb->cancel();
201 sp<Encoder_libjpeg> mThumb;
    [all...]
  /frameworks/base/core/java/android/widget/
AbsSeekBar.java 41 private Drawable mThumb;
141 if (mThumb != null && thumb != mThumb) {
142 mThumb.setCallback(null);
161 (thumb.getIntrinsicWidth() != mThumb.getIntrinsicWidth()
162 || thumb.getIntrinsicHeight() != mThumb.getIntrinsicHeight())) {
167 mThumb = thumb;
190 return mThumb;
259 if (mThumb != null && (mHasThumbTint || mHasThumbTintMode)) {
260 mThumb = mThumb.mutate()
    [all...]
  /packages/apps/Camera/src/com/android/camera/ui/
RotateImageView.java 140 private Bitmap mThumb;
148 mThumb = null;
160 mThumb = ThumbnailUtils.extractThumbnail(
165 mThumbs[1] = new BitmapDrawable(getContext().getResources(), mThumb);
169 mThumbs[1] = new BitmapDrawable(getContext().getResources(), mThumb);
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
RotateImageView.java 138 private Bitmap mThumb;
146 mThumb = null;
158 mThumb = ThumbnailUtils.extractThumbnail(
163 mThumbs[1] = new BitmapDrawable(getContext().getResources(), mThumb);
167 mThumbs[1] = new BitmapDrawable(getContext().getResources(), mThumb);
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
SavedWallpaperImages.java 112 Drawable thumbDrawable = mImages.get(position).mThumb;
WallpaperPickerActivity.java 115 public Drawable mThumb;
198 mThumb = thumb;
236 mThumb = thumb;
282 mThumb = thumb;
    [all...]

Completed in 334 milliseconds