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

1 2 3 4 5 6 7 8 91011>>

  /external/glide/library/src/main/java/com/bumptech/glide/request/
ThumbnailRequestCoordinator.java 9 private Request thumb; field in class:ThumbnailRequestCoordinator
20 public void setRequests(Request full, Request thumb) {
22 this.thumb = thumb;
45 return parentIsAnyRequestComplete() || full.isComplete() || thumb.isComplete();
54 if (!thumb.isRunning()) {
55 thumb.run();
65 thumb.clear();
76 // setting placeholders even if only the thumb is complete.
77 return full.isComplete() || thumb.isComplete()
    [all...]
  /external/libexif/contrib/examples/
thumbnail.c 39 FILE *thumb; local
46 thumb = fopen(thumb_name, "wb");
47 if (thumb) {
49 fwrite(ed->data, 1, ed->size, thumb);
50 fclose(thumb);
  /external/libmtp/examples/
thumb.c 2 * \file thumb.c
38 printf("Usage: thumb -i <fileid/trackid> <imagefile>\n");
107 LIBMTP_filesampledata_t *thumb = LIBMTP_new_filesampledata_t(); local
110 thumb->data = malloc(sizeof(uint16_t) * filesize);
112 thumb->data[i] = imagedata[i];
115 thumb->size = filesize;
116 thumb->filetype = LIBMTP_FILETYPE_JPEG;
118 ret = LIBMTP_Send_Representative_Sample(device,id,thumb);
126 LIBMTP_destroy_filesampledata_t(thumb);
  /packages/apps/MusicFX/src/com/android/musicfx/seekbar/
AbsSeekBar.java 72 Drawable thumb = a.getDrawable(com.android.internal.R.styleable.SeekBar_thumb); local
73 setThumb(thumb); // will guess mThumbOffset if thumb != null...
89 * Sets the thumb that will be drawn at the end of the progress meter within the SeekBar.
91 * If the thumb is a valid drawable (i.e. not null), half its width will be
92 * used as the new thumb offset (@see #setThumbOffset(int)).
94 * @param thumb Drawable representing the thumb
96 public void setThumb(Drawable thumb) {
101 if (mThumb != null && thumb != mThumb)
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
ads2gas.pl 23 use thumb;
25 my $thumb = 0;
28 $thumb = 1 if ($arg eq "-thumb");
34 if ($thumb) {
36 print "\t.thumb\n";
120 # Code directive (ARM vs Thumb)
169 if ($thumb) {
170 # ARM code - we force everything to thumb with the declaration in the header
185 if ($thumb) {
    [all...]
ads2armasm_ms.pl 14 use thumb;
31 thumb::FixThumbInstructions($_, 1);
  /external/libvpx/libvpx/build/make/
ads2gas.pl 23 use thumb;
25 my $thumb = 0;
28 $thumb = 1 if ($arg eq "-thumb");
34 if ($thumb) {
36 print "\t.thumb\n";
120 # Code directive (ARM vs Thumb)
169 if ($thumb) {
170 # ARM code - we force everything to thumb with the declaration in the header
185 if ($thumb) {
    [all...]
ads2armasm_ms.pl 14 use thumb;
31 thumb::FixThumbInstructions($_, 1);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
ads2gas.pl 23 use thumb;
25 my $thumb = 0;
28 $thumb = 1 if ($arg eq "-thumb");
34 if ($thumb) {
36 print "\t.thumb\n";
120 # Code directive (ARM vs Thumb)
169 if ($thumb) {
170 # ARM code - we force everything to thumb with the declaration in the header
185 if ($thumb) {
    [all...]
ads2armasm_ms.pl 14 use thumb;
31 thumb::FixThumbInstructions($_, 1);
  /external/llvm/test/MC/ARM/
thumb-st_other.s 1 @ Check the value of st_other for thumb function.
3 @ ARM does not define any st_other flags for thumb function. The value
udf-thumb.s 5 .thumb
ldrd-strd-gnu-thumb-bad-regs.s 3 .thumb
  /external/llvm/lib/Target/ARM/TargetInfo/
ARMTargetInfo.cpp 24 RegisterTarget<Triple::thumb, /*HasJIT=*/true>
25 A(TheThumbLETarget, "thumb", "Thumb");
27 B(TheThumbBETarget, "thumbeb", "Thumb (big endian)");
  /frameworks/base/core/java/android/widget/
ScrollBarDrawable.java 130 // avoid the tiny thumb
135 // avoid the too-big thumb
180 final Drawable thumb = mVerticalThumb; local
181 if (changed) thumb.setBounds(thumbRect);
182 thumb.draw(canvas);
186 final Drawable thumb = mHorizontalThumb; local
187 if (changed) thumb.setBounds(thumbRect);
188 thumb.draw(canvas);
193 public void setVerticalThumbDrawable(Drawable thumb) {
194 if (thumb != null)
    [all...]
AbsSeekBar.java 93 final Drawable thumb = a.getDrawable(com.android.internal.R.styleable.SeekBar_thumb); local
94 setThumb(thumb);
107 // Guess thumb offset if thumb != null, but allow layout to override.
126 * Sets the thumb that will be drawn at the end of the progress meter within the SeekBar.
128 * If the thumb is a valid drawable (i.e. not null), half its width will be
129 * used as the new thumb offset (@see #setThumbOffset(int)).
131 * @param thumb Drawable representing the thumb
133 public void setThumb(Drawable thumb) {
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/TargetInfo/
ARMTargetInfo.cpp 20 mcld::RegisterTarget<llvm::Triple::thumb> Y(TheThumbTarget, "thumb");
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderSliderContainer.cpp 114 RenderBox* thumb = thumbElement ? thumbElement->renderBox() : 0; local
118 // Force a layout to reset the position of the thumb so the code below doesn't move the thumb to the wrong place.
119 // FIXME: Make a custom Render class for the track and move the thumb positioning code there.
127 if (!thumb || !track)
132 availableExtent -= isVertical ? thumb->height() : thumb->width();
134 LayoutPoint thumbLocation = thumb->location();
136 thumbLocation.setY(thumbLocation.y() + track->contentHeight() - thumb->height() - offset);
141 thumb->setLocation(thumbLocation)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXSlider.cpp 88 AXSliderThumb* thumb = static_cast<AXSliderThumb*>(cache->getOrCreate(SliderThumbRole)); local
89 thumb->setParent(this);
93 if (thumb->accessibilityIsIgnored())
94 cache->remove(thumb->axObjectID());
96 m_children.append(thumb);
  /packages/apps/Browser/src/com/android/browser/
BrowserBookmarksAdapter.java 85 ImageView thumb = (ImageView) view.findViewById(R.id.thumb); local
91 thumb.setImageResource(R.drawable.thumb_bookmark_widget_folder_holo);
92 thumb.setScaleType(ScaleType.FIT_END);
93 thumb.setBackground(null);
95 thumb.setScaleType(ScaleType.CENTER_CROP);
97 thumb.setImageResource(R.drawable.browser_thumbnail);
99 thumb.setImageDrawable(item.thumbnail);
101 thumb.setBackgroundResource(R.drawable.border_thumb_bookmarks_widget_holo);
  /external/chromium_org/ui/views/controls/scrollbar/
kennedy_scroll_bar.cc 86 BaseScrollBarThumb* thumb = GetThumb(); local
88 thumb_bounds.set_x(thumb->x());
89 thumb_bounds.set_width(thumb->width());
91 thumb_bounds.set_y(thumb->y());
92 thumb_bounds.set_height(thumb->height());
94 thumb->SetBoundsRect(thumb_bounds);
  /external/compiler-rt/lib/builtins/arm/
bswapsi2.S 15 .thumb
  /external/llvm/test/MC/MachO/ARM/
thumb-bl-jbits.s 2 .thumb
10 .thumb
  /ndk/sources/cxx-stl/gnu-libstdc++/
Android.mk 20 # For armeabi*, choose thumb mode unless LOCAL_ARM_MODE := arm
23 LOCAL_SRC_FILES:= $(TOOLCHAIN_VERSION)/libs/$(TARGET_ARCH_ABI)/thumb/libgnustl_static$(TARGET_LIB_EXTENSION)
33 # For armeabi*, choose thumb mode unless LOCAL_ARM_MODE := arm
36 LOCAL_SRC_FILES:= $(TOOLCHAIN_VERSION)/libs/$(TARGET_ARCH_ABI)/thumb/libgnustl_shared$(TARGET_SONAME_EXTENSION)
  /external/chromium_org/third_party/opus/src/celt/arm/
arm2gnu.pl 49 $thumb = 0; # ARM mode by default, not Thumb.
149 s/\bCODE32\b/.code 32/ && do {$thumb = 0};
150 s/\bCODE16\b/.code 16/ && do {$thumb = 1};
164 $prefix = $prefix."\t.thumb_func; " if ($thumb);

Completed in 2331 milliseconds

1 2 3 4 5 6 7 8 91011>>