HomeSort by relevance Sort by last modified time
    Searched refs:thumb (Results 26 - 50 of 183) sorted by null

12 3 4 5 6 7 8

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
ToggleSlider.java 88 Drawable thumb; local
92 thumb = res.getDrawable(
97 thumb = res.getDrawable(
102 mSlider.setThumb(thumb);
  /gdk/samples/PhotoEditor/src/com/android/photoeditor/actions/
ScaleWheel.java 32 * Wheel that has a draggable thumb to set and get the normalized scale value from 0 to 1.
54 private final Drawable thumb; field in class:ScaleWheel
78 thumb = resources.getDrawable(R.drawable.wheel_knot_selector);
128 thumb.setBounds(thumbX - halfSize, thumbY - halfSize, thumbX + halfSize, thumbY + halfSize);
129 thumb.draw(canvas);
150 // The thumb wasn't dragged and isn't being dragged, either.
222 thumb.setState(dragThumb ? PRESSED_ENABLED_STATE_SET : ENABLED_STATE_SET);
ColorWheel.java 36 * Wheel that has a draggable thumb to set and get the predefined color set.
63 private final Drawable thumb; field in class:ColorWheel
95 thumb = resources.getDrawable(R.drawable.wheel_knot_selector);
210 thumb.setBounds(thumbX - halfSize, thumbY - halfSize, thumbX + halfSize, thumbY + halfSize);
211 thumb.draw(canvas);
265 // The thumb wasn't dragged and isn't being dragged, either.
287 * Returns true if the user is hitting the correct thumb area.
311 * Set the thumb position according to the selected color.
312 * The thumb will always be placed in the middle of the selected color.
326 thumb.setState(dragThumb ? PRESSED_ENABLED_STATE_SET : ENABLED_STATE_SET)
    [all...]
  /build/core/combo/arch/arm/
armv4t.mk 4 # Supporting armv4 (without thumb) does not make much sense since
  /external/webkit/Source/WebCore/html/
RangeInputType.cpp 156 if (SliderThumbElement* thumb = shadowSliderThumb())
157 thumb->dragFrom(event->absoluteLocation());
205 if (SliderThumbElement* thumb = shadowSliderThumb()) {
210 thumb->dragFrom(curPoint);
  /external/webkit/Source/WebCore/platform/
ScrollbarThemeComposite.h 56 virtual void splitTrack(Scrollbar*, const IntRect& track, IntRect& startTrack, IntRect& thumb, IntRect& endTrack);
  /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperListAdapter.java 192 Drawable thumb = info.loadThumbnail(packageManager); local
193 if (thumb == null) {
220 thumb = new BitmapDrawable(res, thumbnail);
222 wallpaper.thumbnail = thumb;
  /frameworks/base/core/java/android/app/
LauncherActivity.java 302 final Bitmap thumb = Bitmap.createBitmap(mIconWidth, mIconHeight, c); local
304 canvas.setBitmap(thumb);
316 icon = new BitmapDrawable(getResources(), thumb);
320 final Bitmap thumb = Bitmap.createBitmap(mIconWidth, mIconHeight, c); local
322 canvas.setBitmap(thumb);
329 icon = new BitmapDrawable(getResources(), thumb);
  /packages/apps/Browser/src/com/android/browser/widget/
BookmarkThumbnailWidgetService.java 245 views.setImageViewResource(R.id.thumb, R.drawable.thumb_bookmark_widget_folder_back_holo);
247 views.setImageViewResource(R.id.thumb, R.drawable.thumb_bookmark_widget_folder_holo);
250 views.setDrawableParameters(R.id.thumb, true, 0, -1, null, -1);
257 views.setDrawableParameters(R.id.thumb, true, 255, -1, null, -1);
261 views.setImageViewBitmap(R.id.thumb, thumbnail);
263 views.setImageViewResource(R.id.thumb,
  /packages/apps/Settings/src/com/android/settings/
ActivityPicker.java 389 final Bitmap thumb = Bitmap.createBitmap(mIconWidth, mIconHeight, c); local
391 canvas.setBitmap(thumb);
404 icon = new BitmapDrawable(thumb);
409 final Bitmap thumb = Bitmap.createBitmap(mIconWidth, mIconHeight, c); local
411 canvas.setBitmap(thumb);
419 icon = new BitmapDrawable(thumb);
  /external/bzip2/
Android.mk 19 # than the thumb one...
  /external/llvm/lib/Support/
Triple.cpp 36 case thumb: return "thumb";
56 case thumb: return "arm";
166 .Case("thumb", thumb)
245 .Case("thumb", Triple::thumb)
246 .StartsWith("thumbv", Triple::thumb)
692 case llvm::Triple::thumb:
741 case Triple::thumb
    [all...]
  /external/llvm/test/MC/ARM/
mode-switch.s 1 @ Test ARM / Thumb mode switching with .code
21 .thumb
neont2-reverse-encoding.s 1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple thumb-unknown-unknown -show-encoding < %s | FileCheck %s
neont2-table-encoding.s 1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple thumb-unknown-unknown -show-encoding < %s | FileCheck %s
neont2-abs-encoding.s 1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple thumb-unknown-unknown -show-encoding < %s | FileCheck %s
neont2-bitcount-encoding.s 1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple thumb-unknown-unknown -show-encoding < %s | FileCheck %s
neont2-bitwise-encoding.s 1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple thumb-unknown-unknown -show-encoding < %s | FileCheck %s
  /external/kernel-headers/original/asm-arm/
processor.h 28 u16 thumb; member in union:debug_insn
  /external/llvm/lib/MC/MCDisassembler/
EDDisassembler.cpp 51 { Triple::thumb, "thumb-unknown-unknown" }
88 if (arch == Triple::arm || arch == Triple::thumb)
279 case Triple::thumb:
339 case Triple::thumb:
EDOperand.cpp 60 arch == Triple::thumb) {
208 case Triple::thumb:
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
ActivityPage.java 169 String thumb = template.getThumbnailPath(); local
170 if (thumb != null && !thumb.isEmpty()) {
172 thumb.replace('/', File.separatorChar));
  /external/webkit/Source/WebCore/platform/qt/
ScrollbarThemeQt.cpp 185 // Middle click centers slider thumb (if supported)
218 IntRect thumb = style()->subControlRect(QStyle::CC_ScrollBar, opt, QStyle::SC_ScrollBarSlider, 0); local
219 return scrollbar->orientation() == HorizontalScrollbar ? thumb.width() : thumb.height();
  /external/qemu/target-arm/
cpu.h 107 uint32_t thumb; /* cpsr[5]. 0 = arm mode, 1 = thumb mode. */ member in struct:CPUARMState
172 /* Thumb-2 EE state. */
300 | (env->thumb << 24) | ((env->condexec_bits & 3) << 25)
317 env->thumb = ((val & (1 << 24)) != 0);
524 *flags = (env->thumb << ARM_TBFLAG_THUMB_SHIFT)
  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContextSkia.h 106 const IntRect& thumb = IntRect());

Completed in 1866 milliseconds

12 3 4 5 6 7 8