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;
  /packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/tileinfo/
DrawableThumbWallpaperInfo.java 17 private final Drawable mThumb;
20 mThumb = thumb;
26 setThumb(mThumb);
  /frameworks/support/v7/mediarouter/src/android/support/v7/app/
MediaRouteVolumeSlider.java 37 private Drawable mThumb;
60 mThumb.setColorFilter(mColor, PorterDuff.Mode.SRC_IN);
61 mThumb.setAlpha(alpha);
69 mThumb = thumb;
70 super.setThumb(mHideThumb ? null : mThumb);
81 super.setThumb(mHideThumb ? null : mThumb);
  /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 42 private Drawable mThumb;
164 if (mThumb != null && thumb != mThumb) {
165 mThumb.setCallback(null);
184 (thumb.getIntrinsicWidth() != mThumb.getIntrinsicWidth()
185 || thumb.getIntrinsicHeight() != mThumb.getIntrinsicHeight())) {
190 mThumb = thumb;
213 return mThumb;
282 if (mThumb != null && (mHasThumbTint || mHasThumbTintMode)) {
283 mThumb = mThumb.mutate()
    [all...]
  /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);
  /prebuilts/sdk/current/support/v7/mediarouter/libs/
android-support-v7-mediarouter.jar 

Completed in 357 milliseconds