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 77 * @param thumbWidth Width in pixels of the suggested zoomed out view/image size.
81 View getView(Context context, View recycled, int thumbWidth, int thumbHeight,
95 * @param thumbWidth Width in pixels of the suggested zoomed out view/image size.
100 public void loadFullImage(Context context, int thumbWidth, int thumbHeight, View view,
LocalMediaData.java 205 int thumbWidth, int thumbHeight, int placeHolderResourceId,
221 public View getView(Context context, View recycled, int thumbWidth, int thumbHeight,
232 return fillImageView(context, imageView, thumbWidth, thumbHeight,
237 public void loadFullImage(Context context, int thumbWidth, int thumbHeight, View view,
508 protected ImageView fillImageView(Context context, final ImageView v, final int thumbWidth,
511 loadImage(context, v, thumbWidth, thumbHeight, placeHolderResourceId, false);
531 private void loadImage(Context context, ImageView imageView, int thumbWidth,
535 if (thumbWidth <= 0 || thumbHeight <=0) {
551 .override(thumbWidth, thumbHeight)
562 .override(thumbWidth, thumbHeight)
    [all...]
LocalSessionData.java 61 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 508 final float thumbWidth = thumbWidthI > 0 ? thumbWidthI : 1;
512 float scaleW = deviceWidth / thumbWidth;
519 mNextAppTransitionStartX + (thumbWidth / 2f),
540 mNextAppTransitionStartX + (thumbWidth / 2f),
573 final float thumbWidth = thumbWidthI > 0 ? thumbWidthI : 1;
586 scale = thumbWidth / appWidth;
599 int unscaledThumbWidth = (int) (thumbWidth / scale);
650 scale = thumbWidth / appWidth;
663 int unscaledThumbWidth = (int) (thumbWidth / scale);
705 final float thumbWidth = thumbWidthI > 0 ? thumbWidthI : 1
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
Recents.java 134 float thumbWidth = res
141 if (first.getWidth() != thumbWidth || first.getHeight() != thumbHeight) {
142 first = Bitmap.createScaledBitmap(first, (int) thumbWidth, (int) thumbHeight,
170 + thumbWidth
  /frameworks/base/core/java/android/widget/
AbsSeekBar.java 460 final int thumbWidth = thumb.getIntrinsicWidth();
462 available -= thumbWidth;
480 final int right = left + thumbWidth;
Switch.java 612 final int thumbWidth;
617 thumbWidth = mThumbDrawable.getIntrinsicWidth() - padding.left - padding.right;
620 thumbWidth = 0;
632 mThumbWidth = Math.max(maxTextWidth, thumbWidth);
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SwitchCompat.java 504 final int thumbWidth;
509 thumbWidth = mThumbDrawable.getIntrinsicWidth() - padding.left - padding.right;
512 thumbWidth = 0;
524 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 853 int thumbWidth = thumbStyle->width().intValue();
855 thumbSize.setWidth(isHorizontal ? thumbWidth : thumbHeight);
856 thumbSize.setHeight(isHorizontal ? thumbHeight : thumbWidth);
    [all...]
  /frameworks/base/core/jni/
android_hardware_camera2_DngCreator.cpp     [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...]
  /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 2443 milliseconds