HomeSort by relevance Sort by last modified time
    Searched refs:thumbWidth (Results 1 - 19 of 19) sorted by null

  /packages/apps/Camera2/src/com/android/camera/data/
LocalData.java 87 * @param thumbWidth Width in pixels of the suggested zoomed out view/image size.
91 View getView(Context context, View recycled, int thumbWidth, int thumbHeight,
106 * @param thumbWidth Width in pixels of the suggested zoomed out view/image size.
111 public void loadFullImage(Context context, int thumbWidth, int thumbHeight, View view,
LocalMediaData.java 203 int thumbWidth, int thumbHeight, int placeHolderResourceId,
219 public View getView(Context context, View recycled, int thumbWidth, int thumbHeight,
231 return fillImageView(context, imageView, thumbWidth, thumbHeight,
236 public void loadFullImage(Context context, int thumbWidth, int thumbHeight, View view,
509 protected ImageView fillImageView(Context context, final ImageView v, final int thumbWidth,
512 loadImage(context, v, thumbWidth, thumbHeight, placeHolderResourceId, false);
532 private void loadImage(Context context, ImageView imageView, int thumbWidth,
536 if (thumbWidth <= 0 || thumbHeight <=0) {
549 // then a medium quality thumbWidth/thumbHeight image. Using two thumbnails ensures
552 .override(thumbWidth, thumbHeight
    [all...]
LocalSessionData.java 60 public View getView(Context context, View recycled, int thumbWidth, int thumbHeight,
  /packages/apps/MusicFX/src/com/android/musicfx/seekbar/
AbsSeekBar.java 241 int thumbWidth = thumb == null ? 0 : thumb.getIntrinsicWidth();
249 if (thumbWidth > trackWidth) {
253 int gapForCenteringTrack = (thumbWidth - trackWidth) / 2;
266 int gap = (trackWidth - thumbWidth) / 2;
310 int thumbWidth = thumb.getIntrinsicWidth();
315 available = w - mPaddingLeft - mPaddingRight - thumbWidth;
331 rightBound = gap + thumbWidth;
349 thumb.setBounds(thumbPos, topBound, thumbPos + thumbWidth, bottomBound);
  /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperListAdapter.java 194 int thumbWidth = res.getDimensionPixelSize(
199 Bitmap thumbnail = Bitmap.createBitmap(thumbWidth, thumbHeight,
206 galleryIcon.setBounds(0, 0, thumbWidth, thumbHeight);
216 canvas.drawText(title, (int) (thumbWidth * 0.5),
  /frameworks/base/services/core/java/com/android/server/wm/
AppTransition.java 512 final float thumbWidth = thumbWidthI > 0 ? thumbWidthI : 1;
516 float scaleW = deviceWidth / thumbWidth;
523 mNextAppTransitionStartX + (thumbWidth / 2f),
544 mNextAppTransitionStartX + (thumbWidth / 2f),
577 final float thumbWidth = thumbWidthI > 0 ? thumbWidthI : 1;
590 scale = thumbWidth / appWidth;
603 int unscaledThumbWidth = (int) (thumbWidth / scale);
654 scale = thumbWidth / appWidth;
667 int unscaledThumbWidth = (int) (thumbWidth / scale);
711 final float thumbWidth = thumbWidthI > 0 ? thumbWidthI : 1
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
Recents.java 148 float thumbWidth = res
155 if (first.getWidth() != thumbWidth || first.getHeight() != thumbHeight) {
156 first = Bitmap.createScaledBitmap(first, (int) thumbWidth, (int) thumbHeight,
184 + thumbWidth
  /frameworks/base/core/java/android/widget/
AbsSeekBar.java 451 final int thumbWidth = thumb.getIntrinsicWidth();
453 available -= thumbWidth;
471 final int right = left + thumbWidth;
Switch.java 613 final int thumbWidth;
618 thumbWidth = mThumbDrawable.getIntrinsicWidth() - padding.left - padding.right;
621 thumbWidth = 0;
633 mThumbWidth = Math.max(maxTextWidth, thumbWidth);
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SwitchCompat.java 503 final int thumbWidth;
508 thumbWidth = mThumbDrawable.getIntrinsicWidth() - padding.left - padding.right;
511 thumbWidth = 0;
523 mThumbWidth = Math.max(maxTextWidth, thumbWidth);
    [all...]
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusBitmap.h 373 IN UINT thumbWidth,
382 thumbWidth, thumbHeight,
GdiPlusHeaders.h 511 Image* GetThumbnailImage(IN UINT thumbWidth,
GdiPlusFlat.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTheme.cpp 842 int thumbWidth = thumbStyle->width().intValue();
844 thumbSize.setWidth(isHorizontal ? thumbWidth : thumbHeight);
845 thumbSize.setHeight(isHorizontal ? thumbHeight : thumbWidth);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusheaders.h 115 Image* GetThumbnailImage(UINT thumbWidth, UINT thumbHeight,
gdiplusimpl.h 240 __inline__ Image* Image::GetThumbnailImage(UINT thumbWidth, UINT thumbHeight,
245 nativeImage, thumbWidth, thumbHeight, &thumbImage,
    [all...]
  /frameworks/base/core/jni/
android_hardware_camera2_DngCreator.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 689 milliseconds