HomeSort by relevance Sort by last modified time
    Searched refs:thumb (Results 1 - 25 of 73) sorted by null

1 2 3

  /frameworks/base/core/java/android/widget/
AbsSeekBar.java 65 Drawable thumb = a.getDrawable(com.android.internal.R.styleable.SeekBar_thumb); local
66 setThumb(thumb); // will guess mThumbOffset if thumb != null...
80 * Sets the thumb that will be drawn at the end of the progress meter within the SeekBar.
82 * If the thumb is a valid drawable (i.e. not null), half its width will be
83 * used as the new thumb offset (@see #setThumbOffset(int)).
85 * @param thumb Drawable representing the thumb
87 public void setThumb(Drawable thumb) {
88 if (thumb != null)
    [all...]
ScrollBarDrawable.java 128 // avoid the tiny thumb
133 // avoid the too-big thumb
177 final Drawable thumb = mVerticalThumb; local
178 if (changed) thumb.setBounds(thumbRect);
179 thumb.draw(canvas);
181 final Drawable thumb = mHorizontalThumb; local
182 if (changed) thumb.setBounds(thumbRect);
183 thumb.draw(canvas);
187 public void setVerticalThumbDrawable(Drawable thumb) {
188 if (thumb != null)
    [all...]
  /system/extras/tests/memtest/
Android.mk 7 thumb.cpp
  /external/webkit/WebCore/rendering/
RenderSlider.cpp 170 // We selected the thumb, we want the cursor to always stay at
171 // the same position relative to the thumb.
174 // We are outside the thumb, move the thumb to the point were
175 // we clicked. We'll be exactly at the center of the thumb.
280 // We may be sharing style with another slider, but we must not share the thumb style.
308 RenderBox* thumb = toRenderBox(m_thumb->renderer()); local
310 thumbRect.setWidth(thumb->style()->width().calcMinValue(contentWidth()));
311 thumbRect.setHeight(thumb->style()->height().calcMinValue(contentHeight()));
330 RenderBox* thumb = m_thumb ? toRenderBox(m_thumb->renderer()) : 0 local
    [all...]
  /external/webkit/WebCore/accessibility/
AccessibilitySlider.cpp 92 AccessibilitySliderThumb* thumb = static_cast<AccessibilitySliderThumb*>(m_renderer->document()->axObjectCache()->getOrCreate(SliderThumbRole)); local
93 thumb->setParentObject(this);
94 m_children.append(thumb);
  /external/webkit/WebCore/platform/wx/
ScrollbarThemeWx.h 52 virtual void splitTrack(Scrollbar*, const IntRect& track, IntRect& startTrack, IntRect& thumb, IntRect& endTrack);
  /hardware/ti/omap3/dspbridge/libbridge/
Android.mk 20 LOCAL_CFLAGS += -pipe -fomit-frame-pointer -Wall -Wno-trigraphs -Werror-implicit-function-declaration -fno-strict-aliasing -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -msoft-float -Uarm -DMODULE -D__LINUX_ARM_ARCH__=7 -fno-common -DLINUX -DOMAP_3430 -fpic
  /external/webkit/WebCore/platform/chromium/
ScrollbarThemeChromiumLinux.cpp 109 // This works fine for the track color and the overall thumb
111 // around the thumb piece. Not all themes have a clearly defined
117 // known color of the track and the thumb piece. This is difficult
174 SkScalar thumb[3]; local
178 thumb);
181 paint.setColor(saturateAndBrighten(thumb, 0, 0.02));
191 paint.setColor(saturateAndBrighten(thumb, 0, -0.02));
202 paint.setColor(outlineColor(track, thumb));
  /build/core/combo/arch/arm/
armv4t.mk 4 # Supporting armv4 (without thumb) does not make much sense since
  /external/webkit/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/
LiveWallpaperListActivity.java 133 Drawable thumb = info.loadThumbnail(mPackageManager); local
134 if (thumb == null) {
159 thumb = new BitmapDrawable(res, thumbnail);
162 thumb.setDither(true);
163 mThumbnails.add(thumb);
  /external/libnfc-nxp/
Android.mk 109 #LOCAL_CFLAGS += -DNXP_MESSAGING -DANDROID -DDEBUG -DNFC_TIMER_CONTEXT -DDAL_TRACE -DINCLUDE_DALINIT_DEINIT -pipe -fomit-frame-pointer -Wall -Wno-trigraphs -Werror-implicit-function-declaration -fno-strict-aliasing -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -msoft-float -Uarm -fno-common -fpic
111 #LOCAL_CFLAGS += -DNXP_MESSAGING -DANDROID -DNFC_TIMER_CONTEXT -DINCLUDE_DALINIT_DEINIT -DLOW_LEVEL_TRACES -pipe -fomit-frame-pointer -Wall -Wno-trigraphs -Werror-implicit-function-declaration -fno-strict-aliasing -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -msoft-float -Uarm -fno-common -fpic
115 LOCAL_CFLAGS += -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -msoft-float -Uarm -fno-common
  /frameworks/base/core/java/android/app/
LauncherActivity.java 297 final Bitmap thumb = Bitmap.createBitmap(mIconWidth, mIconHeight, c); local
299 canvas.setBitmap(thumb);
311 icon = new BitmapDrawable(getResources(), thumb);
314 final Bitmap thumb = Bitmap.createBitmap(mIconWidth, mIconHeight, c); local
316 canvas.setBitmap(thumb);
323 icon = new BitmapDrawable(getResources(), thumb);
  /packages/apps/Settings/src/com/android/settings/
ActivityPicker.java 385 final Bitmap thumb = Bitmap.createBitmap(mIconWidth, mIconHeight, c); local
387 canvas.setBitmap(thumb);
400 icon = new BitmapDrawable(thumb);
404 final Bitmap thumb = Bitmap.createBitmap(mIconWidth, mIconHeight, c); local
406 canvas.setBitmap(thumb);
414 icon = new BitmapDrawable(thumb);
  /external/bzip2/
Android.mk 19 # than the thumb one...
  /external/zlib/
Android.mk 5 # than the thumb one...
  /packages/apps/Camera/src/com/android/camera/
ThumbnailController.java 123 Bitmap thumb = BitmapFactory.decodeStream(d); local
124 setData(uri, thumb);
  /external/kernel-headers/original/asm-arm/
processor.h 28 u16 thumb; member in union:debug_insn
  /external/qemu/target-arm/
cpu.h 98 uint32_t thumb; /* cpsr[5]. 0 = arm mode, 1 = thumb mode. */ member in struct:CPUARMState
159 /* Thumb-2 EE state. */
269 | (env->thumb << 24) | ((env->condexec_bits & 3) << 25)
286 env->thumb = ((val & (1 << 24)) != 0);
451 *flags = env->thumb | (env->vfp.vec_len << 1)
  /external/webkit/WebCore/platform/qt/
ScrollbarThemeQt.cpp 181 // Middle click centers slider thumb (if supported)
211 IntRect thumb = style()->subControlRect(QStyle::CC_ScrollBar, opt, QStyle::SC_ScrollBarSlider, 0); local
212 return scrollbar->orientation() == HorizontalScrollbar ? thumb.width() : thumb.height();
  /ndk/build/core/
build-binary.mk 105 # 'thumb' or 'arm' mode, depending on the value of LOCAL_ARM_MODE
107 # First, check LOCAL_ARM_MODE, it should be empty, 'thumb' or 'arm'
108 # We make the default 'thumb'
116 # check that LOCAL_ARM_MODE is defined to either 'arm' or 'thumb'
117 $(if $(filter-out thumb arm, $(LOCAL_ARM_MODE)),\
118 $(call __ndk_info, LOCAL_ARM_MODE must be defined to either 'arm' or 'thumb' in $(LOCAL_MAKEFILE) not '$(LOCAL_ARM_MODE)')\
178 ifeq ($(LOCAL_ARM_MODE),thumb)
  /packages/apps/Browser/src/com/android/browser/
BrowserBookmarksAdapter.java 415 ImageView thumb = (ImageView) convertView.findViewById(R.id.thumb); local
424 thumb.setImageBitmap(mCurrentThumbnail);
426 thumb.setImageResource(
437 thumb.setImageResource(R.drawable.browser_thumbnail);
439 thumb.setImageBitmap(thumbnail);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PaletteComposite.java 194 // Thumb size is the ratio between root view and visible height.
196 int thumb = (int) Math.ceil(y * ft); local
197 y += thumb;
204 mVBar.setThumb(thumb);
  /frameworks/base/core/java/android/provider/
MediaStore.java 481 * The mini thumb id.
575 Bitmap thumb = Bitmap.createBitmap(source, 0, 0, local
583 values.put(Images.Thumbnails.HEIGHT, thumb.getHeight());
584 values.put(Images.Thumbnails.WIDTH, thumb.getWidth());
591 thumb.compress(Bitmap.CompressFormat.JPEG, 100, thumbOut);
593 return thumb;
    [all...]
  /development/samples/Home/src/com/example/android/home/
Home.java 651 final Bitmap thumb = Bitmap.createBitmap(width, height, c); local
652 final Canvas canvas = new Canvas(thumb);
663 icon = info.icon = new BitmapDrawable(thumb);

Completed in 494 milliseconds

1 2 3