HomeSort by relevance Sort by last modified time
    Searched full:mthumb (Results 1 - 25 of 97) sorted by null

1 2 3 4

  /system/extras/libc_test/
Android.mk 16 LOCAL_ASFLAGS := -mthumb
32 LOCAL_ASFLAGS := -mthumb
  /external/valgrind/main/none/tests/arm/
Makefile.am 33 # hardwire -marm/-mthumb. neon64 and neon128 are compilable on both,
40 v6intThumb_CFLAGS = $(AM_CFLAGS) -g -O0 -mcpu=cortex-a8 -mthumb
42 v6media_CFLAGS = $(AM_CFLAGS) -g -O0 -mcpu=cortex-a8 -mthumb
46 -mthumb
51 -mthumb
55 -mthumb
  /frameworks/base/core/java/android/widget/
AbsSeekBar.java 33 private Drawable mThumb;
102 if (mThumb != null && thumb != mThumb) {
103 mThumb.setCallback(null);
121 (thumb.getIntrinsicWidth() != mThumb.getIntrinsicWidth()
122 || thumb.getIntrinsicHeight() != mThumb.getIntrinsicHeight())) {
126 mThumb = thumb;
146 return mThumb;
202 return who == mThumb || super.verifyDrawable(who);
208 if (mThumb != null) mThumb.jumpToCurrentState()
    [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...]
  /packages/apps/MusicFX/src/com/android/musicfx/seekbar/
AbsSeekBar.java 30 private Drawable mThumb;
101 if (mThumb != null && thumb != mThumb) {
102 mThumb.setCallback(null);
121 (thumb.getIntrinsicWidth() != mThumb.getIntrinsicWidth()
122 || thumb.getIntrinsicHeight() != mThumb.getIntrinsicHeight())) {
126 mThumb = thumb;
192 return who == mThumb || super.verifyDrawable(who);
198 if (mThumb != null) mThumb.jumpToCurrentState()
    [all...]
  /build/core/
raw_executable.mk 8 $(LOCAL_BUILT_MODULE) : PRIVATE_LIBS := `$(TARGET_CC) -mthumb-interwork -print-libgcc-file-name`
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
ZoomControl.java 38 private final Drawable mThumb;
67 mThumb = context.getResources().getDrawable(R.drawable.zoom_thumb_selector);
88 mThumb.setState(isPressed() ? PRESSED_WINDOW_FOCUSED_STATE_SET : ENABLED_STATE_SET);
125 final int halfWidth = mThumb.getIntrinsicWidth() / 2;
126 final int halfHeight = mThumb.getIntrinsicHeight() / 2;
127 mThumb.setBounds(mThumbX - halfWidth, mThumbY - halfHeight, mThumbX + halfWidth,
129 mThumb.setAlpha(isEnabled() ? 255 : 100);
130 mThumb.draw(canvas);
  /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/Camera2/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);
  /external/qemu/distrib/sdl-1.2.15/
Makefile.ds 26 CFLAGS = -mthumb -mthumb-interwork \
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
SavedWallpaperImages.java 54 private Drawable mThumb;
57 mThumb = thumb;
134 Drawable thumbDrawable = mImages.get(position).mThumb;
WallpaperPickerActivity.java 200 private Drawable mThumb;
205 mThumb = thumb;
241 public Drawable mThumb;
243 mThumb = thumb;
492 getLayoutInflater(), 0, null, mWallpapersView, defaultWallpaperInfo.mThumb);
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/config/arm/
elf.h 63 %{mthumb-interwork:-mthumb-interwork} \
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/
elf.h 63 %{mthumb-interwork:-mthumb-interwork} \
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/config/arm/
elf.h 63 %{mthumb-interwork:-mthumb-interwork} \
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/
elf.h 63 %{mthumb-interwork:-mthumb-interwork} \
  /hardware/invensense/60xx/libsensors_iio/software/core/mllite/build/android/
shared.mk 26 CFLAGS += -mthumb-interwork
  /hardware/invensense/60xx/libsensors_iio/software/core/mpl/build/android/
shared.mk 27 CFLAGS += -mthumb-interwork
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/build/android/
shared.mk 26 CFLAGS += -mthumb-interwork
  /hardware/invensense/65xx/libsensors_iio/software/core/mpl/build/android/
shared.mk 28 CFLAGS += -mthumb-interwork
  /ndk/toolchains/arm-linux-androideabi-4.6/
setup.mk 61 TARGET_thumb_release_CFLAGS := -mthumb \
  /ndk/toolchains/arm-linux-androideabi-4.7/
setup.mk 61 TARGET_thumb_release_CFLAGS := -mthumb \
  /ndk/toolchains/arm-linux-androideabi-4.8/
setup.mk 61 TARGET_thumb_release_CFLAGS := -mthumb \
  /external/mksh/
mkmf.sh 103 -mthumb-interwork \
119 -mthumb \

Completed in 644 milliseconds

1 2 3 4