/external/libvpx/libvpx/build/make/ |
thumb.pm | 12 package thumb; package 65 # for switching from arm to thumb (and only in armv7), but not 66 # from thumb to arm.
|
/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/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);
|
/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);
|
/frameworks/base/core/java/android/widget/ |
AbsSeekBar.java | 73 Drawable thumb = a.getDrawable(com.android.internal.R.styleable.SeekBar_thumb); local 74 setThumb(thumb); // will guess mThumbOffset if thumb != null... 90 * Sets the thumb that will be drawn at the end of the progress meter within the SeekBar. 92 * If the thumb is a valid drawable (i.e. not null), half its width will be 93 * used as the new thumb offset (@see #setThumbOffset(int)). 95 * @param thumb Drawable representing the thumb 97 public void setThumb(Drawable thumb) { 102 if (mThumb != null && thumb != mThumb) [all...] |
ScrollBarDrawable.java | 127 // avoid the tiny thumb 132 // avoid the too-big thumb 176 final Drawable thumb = mVerticalThumb; local 177 if (changed) thumb.setBounds(thumbRect); 178 thumb.draw(canvas); 180 final Drawable thumb = mHorizontalThumb; local 181 if (changed) thumb.setBounds(thumbRect); 182 thumb.draw(canvas); 186 public void setVerticalThumbDrawable(Drawable thumb) { 187 if (thumb != null) [all...] |
/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/WebKit/Source/platform/exported/ |
WebScrollbarThemeGeometryNative.cpp | 148 IntRect thumb; local 150 m_theme->splitTrack(&client, track, startTrack, thumb, endTrack); 153 webThumb = thumb;
|
/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);
|
bitmap_scroll_bar.cc | 36 // The distance the mouse can be dragged outside the bounds of the thumb during 97 // A view that acts as the thumb in the scroll bar track that the user can 136 // Returns the image rendered at the start of the thumb. 141 // Returns the image rendered at the end of the thumb. 146 // Returns the image that is tiled in the background of the thumb between 152 // Returns the image that is rendered in the middle of the thumb 260 BaseScrollBarThumb* thumb = GetThumb(); local 261 // Size and place the thumb 262 gfx::Size thumb_prefsize = thumb->GetPreferredSize(); 265 // Preserve the height/width of the thumb (depending on orientation) as se [all...] |
overlay_scroll_bar.cc | 48 // This is necessary, otherwise the thumb will be rendered below the views 149 BaseScrollBarThumb* thumb = GetThumb(); local 151 thumb_bounds.set_x(thumb->x()); 152 thumb_bounds.set_width(thumb->width()); 154 thumb_bounds.set_y(thumb->y()); 155 thumb_bounds.set_height(thumb->height()); 157 thumb->SetBoundsRect(thumb_bounds);
|
native_scroll_bar_views.cc | 51 // Wrapper for the scroll thumb 356 BaseScrollBarThumb* thumb = GetThumb(); local 361 bounds.set_height(thumb->GetPreferredSize().height()); 365 bounds.set_width(thumb->GetPreferredSize().width());
|
/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/kernel-headers/original/asm-arm/ |
processor.h | 28 u16 thumb; member in union:debug_insn
|
/frameworks/base/services/java/com/android/server/am/ |
TaskRecord.java | 134 ThumbnailHolder thumb = mActivities.get(i).thumbHolder; local 135 if (thumb != this) { 136 thumb.disposeThumbnail();
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/ |
ToggleSlider.java | 86 Drawable thumb; local 90 thumb = res.getDrawable( 95 thumb = res.getDrawable( 100 mSlider.setThumb(thumb);
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/ |
LiveWallpaperListAdapter.java | 173 Drawable thumb = info.loadThumbnail(packageManager); local 176 LiveWallpaperTile wallpaper = new LiveWallpaperTile(thumb, info, launchIntent);
|
SavedWallpaperImages.java | 55 public SavedWallpaperTile(int dbId, Drawable thumb) { 57 mThumb = thumb; 113 Bitmap thumb = BitmapFactory.decodeFile(file.getAbsolutePath()); local 114 if (thumb != null) { 115 mImages.add(new SavedWallpaperTile(result.getInt(0), new BitmapDrawable(thumb)));
|
/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;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
CanvasTransform.java | 179 int thumb = cx; local 182 if (selection + thumb > maximum) { 183 selection = maximum - thumb; 189 mScrollbar.setValues(selection, mScrollbar.getMinimum(), maximum, thumb, mScrollbar
|
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/ |
SliderThumbElement.cpp | 157 RenderBox* thumb = thumbElement ? thumbElement->renderBox() : 0; local 161 // Force a layout to reset the position of the thumb so the code below doesn't move the thumb to the wrong place. 162 // FIXME: Make a custom Render class for the track and move the thumb positioning code there. 170 if (!thumb || !track) 175 availableExtent -= isVertical ? thumb->height() : thumb->width(); 177 LayoutPoint thumbLocation = thumb->location(); 179 thumbLocation.setY(thumbLocation.y() + track->contentHeight() - thumb->height() - offset); 184 thumb->setLocation(thumbLocation) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
TemplateMetadata.java | 321 // Apply selector logic. Pick the thumb first thumb that satisfies the largest number 333 Element thumb = (Element) thumbs.item(i); local 335 NamedNodeMap attributes = thumb.getAttributes(); 337 bestMatch = thumb; 359 bestMatch = thumb;
|
/external/llvm/include/llvm/ADT/ |
Triple.h | 64 thumb, // Thumb: thumb, thumbv.* enumerator in enum:llvm::Triple::ArchType
|
/frameworks/av/media/mtp/ |
MtpServer.cpp | 754 void* thumb = mDatabase->getThumbnail(handle, thumbSize); local 755 if (thumb) { 759 mData.writeData(mFD, thumb, thumbSize); 760 free(thumb); 844 mData.getUInt16(); // thumb format 845 mData.getUInt32(); // thumb compressed size 846 mData.getUInt32(); // thumb pix width 847 mData.getUInt32(); // thumb pix height [all...] |
/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);
|