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

1 2 3 4 5 6 7 8 91011>>

  /dalvik/vm/compiler/codegen/arm/armv5te-vfp/
Codegen.c 32 /* Thumb-specific factory utilities */
33 #include "../Thumb/Factory.c"
37 /* Thumb-specific codegen routines */
38 #include "../Thumb/Gen.c"
39 /* Thumb+VFP codegen routines */
42 /* Thumb-specific register allocation */
43 #include "../Thumb/Ralloc.c"
  /dalvik/vm/compiler/codegen/arm/armv5te/
Codegen.c 33 #include "../Thumb/Factory.c"
37 /* Thumb-specific codegen routines */
38 #include "../Thumb/Gen.c"
39 /* Thumb+Portable FP codegen routines */
42 /* Thumb-specific register allocation */
43 #include "../Thumb/Ralloc.c"
  /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...]
  /external/webkit/WebCore/manual-tests/
scrollbar-hittest.html 10 1. Scroll down by clicking in the empty space below the scroll thumb. <br>
11 2. Scroll up by clicking in the empty space above the scroll thumb.</p>
14 Scroll thumb will move back up to the top.
18 Scroll thumb will NOT move back up to the top.
scrollbar-hittest2.html 9 Scroll right by clicking in the empty space to the right of the scroll thumb.</p>
12 Scroll thumb will move to the right.
16 Scroll thumb will NOT move at all.
scrollbar-hover-active.html 38 div::-webkit-scrollbar-thumb {
49 div::-webkit-scrollbar-thumb:hover {
53 div::-webkit-scrollbar-thumb:active {
slider-thumb-tracking.html 20 REGRESSION (Native slider): slider thumb not updated when the mouse is dragged/released out of range</i>.
  /system/extras/tests/memtest/
Android.mk 7 thumb.cpp
  /packages/apps/Browser/res/layout/
bookmark_thumbnail.xml 24 <ImageView android:id="@+id/thumb"
32 <!-- FIXME: Want to have a gradient over the thumb -->
41 android:layout_alignBottom="@+id/thumb"
42 android:layout_alignTop="@+id/thumb"
74 android:layout_below="@+id/thumb"
75 android:layout_alignLeft="@+id/thumb"
76 android:layout_alignRight="@+id/thumb"
  /external/kernel-headers/original/asm-arm/
glue.h 35 * v4_early - ARMv4 without Thumb early abort handler
36 * v4t_late - ARMv4 with Thumb late abort handler
37 * v4t_early - ARMv4 with Thumb early abort handler
38 * v5tej_early - ARMv5 with Thumb and Java early abort handler
39 * xscale - ARMv5 with Thumb with Xscale extensions
  /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/clearsilver/imd/
example.imd 9 # Thumb is for the thumbnails, and Picture is for individual pictures
  /dalvik/vm/compiler/codegen/arm/
README.txt 34 For the Thumb/Thumb2 directories, each contain the followin three files:
41 Thumb/Thumb2/VFP/PortableFP:
  /external/v8/src/arm/
cpu-arm.cc 65 // __arm__ may be defined in thumb mode.
72 // r7 is reserved by the EABI in thumb mode.
83 "@ Enter THUMB Mode\n\t"
86 ".THUMB \n"
94 // __arm__ may be defined in thumb mode.
101 // below, because the thumb mode value would be used, which would be
110 "@ Enter THUMB Mode\n\t"
113 ".THUMB \n"
  /external/qemu/target-arm/
memcheck_arm_helpers.h 83 /* Checks if given THUMB instruction is BL, or BLX.
85 * insn - THUMB instruction to check.
91 * boolean: 1 if THUMB instruction is BL/BLX, or 0 if it's not.
96 /* THUMB BLX(register): 0100 0111 1xxx xxxx
97 * THUMB BL(1-stimmediate): 1111 0xxx xxxx xxxx
98 * THUMB BLX(1-stimmediate): 1111 0xxx xxxx xxxx
100 if ((insn & 0xFF80) == 0x4780) { // THUMB BLX(reg)
103 } else if ((insn & 0xF800) == 0xF000) { // THUMB BL(X)(imm)
104 // This is a 32-bit THUMB. Get the second half of the instuction.
  /build/core/combo/arch/arm/
armv4t.mk 4 # Supporting armv4 (without thumb) does not make much sense since
  /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
  /build/core/combo/
TARGET_linux-arm.mk 64 # Modules can choose to compile some source as thumb. As
65 # non-thumb enabled targets are supported, this is treated
66 # as a 'hint'. If thumb is not enabled, these files are just
80 # files that are normally built as thumb; this can make
83 # NOTE: if you try to build a -O0 build with thumb, several
86 # too big for a thumb "BL <label>" to go from one end to the other.
108 # We only need thumb interworking in cases where thumb support
110 # since sometimes thumb-interwork appears to be default), we
111 # specifically disable when thumb support is unavailable
    [all...]
  /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));
  /ndk/build/core/
build-binary.mk 80 # 'thumb' or 'arm' mode, depending on the value of LOCAL_ARM_MODE
82 # First, check LOCAL_ARM_MODE, it should be empty, 'thumb' or 'arm'
83 # We make the default 'thumb'
91 # check that LOCAL_ARM_MODE is defined to either 'arm' or 'thumb'
92 $(if $(filter-out thumb arm, $(LOCAL_ARM_MODE)),\
93 $(call __ndk_info, LOCAL_ARM_MODE must be defined to either 'arm' or 'thumb' in $(LOCAL_MAKEFILE) not '$(LOCAL_ARM_MODE)')\
153 ifeq ($(LOCAL_ARM_MODE),thumb)
  /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/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/WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/NetscapeCoreAnimationMoviePlugin.xcodeproj/
project.pbxproj 18 1A80011F0FDB2CB2000F3646 /* Thumb.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 1A8001190FDB2CB2000F3646 /* Thumb.tiff */; };
35 1A8001190FDB2CB2000F3646 /* Thumb.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = Thumb.tiff; sourceTree = "<group>"; };
87 1A8001190FDB2CB2000F3646 /* Thumb.tiff */,
159 1A80011F0FDB2CB2000F3646 /* Thumb.tiff in Resources */,
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_INVOKE_METHOD_CHAIN.S 3 * Thumb code through the link register to transfer control to the callee
13 add r3, r1, #1 @ Thumb addr is odd

Completed in 190 milliseconds

1 2 3 4 5 6 7 8 91011>>