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

  /packages/apps/Camera2/src/com/android/camera/data/
LocalData.java 78 * @param thumbHeight Height in pixels of the suggested zoomed out view/image size.
81 View getView(Context context, View recycled, int thumbWidth, int thumbHeight,
96 * @param thumbHeight Height 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,
509 final int thumbHeight, int placeHolderResourceId, LocalDataAdapter adapter,
511 loadImage(context, v, thumbWidth, thumbHeight, placeHolderResourceId, false);
532 int thumbHeight, int placeHolderResourceId, boolean full) {
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 272 int thumbHeight = thumb == null ? 0 : thumb.getIntrinsicHeight();
280 if (thumbHeight > trackHeight) {
284 int gapForCenteringTrack = (thumbHeight - trackHeight) / 2;
297 int gap = (trackHeight - thumbHeight) / 2;
311 int thumbHeight = thumb.getIntrinsicHeight();
313 available = h - mPaddingTop - mPaddingBottom - thumbHeight;
335 thumb.setBounds(leftBound, thumbPos, rightBound, thumbPos + thumbHeight);
345 bottomBound = gap + thumbHeight;
376 int thumbHeight = mThumb == null ? 0 : mThumb.getIntrinsicHeight();
382 dh = Math.max(thumbHeight, dh)
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
AppTransition.java 510 final float thumbHeight = thumbHeightI > 0 ? thumbHeightI : 1;
514 float unscaledHeight = thumbHeight * scaleW;
515 float unscaledStartY = mNextAppTransitionStartY - (unscaledHeight - thumbHeight) / 2f;
520 mNextAppTransitionStartY + (thumbHeight / 2f));
541 mNextAppTransitionStartY + (thumbHeight / 2f));
575 final float thumbHeight = thumbHeightI > 0 ? thumbHeightI : 1;
588 int unscaledThumbHeight = (int) (thumbHeight / scale);
597 scale = thumbHeight / (appHeight - contentInsets.top);
600 int unscaledThumbHeight = (int) (thumbHeight / scale);
652 int unscaledThumbHeight = (int) (thumbHeight / scale)
    [all...]
  /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperListAdapter.java 196 int thumbHeight = res.getDimensionPixelSize(
199 Bitmap thumbnail = Bitmap.createBitmap(thumbWidth, thumbHeight,
206 galleryIcon.setBounds(0, 0, thumbWidth, thumbHeight);
217 thumbHeight - res.getDimensionPixelSize(
  /frameworks/base/core/java/android/widget/
AbsSeekBar.java 409 final int thumbHeight = thumb == null ? 0 : thumb.getIntrinsicHeight();
414 if (thumbHeight > trackHeight) {
415 trackOffset = (thumbHeight - trackHeight) / 2;
419 thumbOffset = (trackHeight - thumbHeight) / 2;
461 final int thumbHeight = thumb.getIntrinsicHeight();
476 bottom = offset + thumbHeight;
552 int thumbHeight = mThumb == null ? 0 : mThumb.getIntrinsicHeight();
558 dh = Math.max(thumbHeight, dh);
Switch.java 613 final int thumbHeight;
618 thumbHeight = mThumbDrawable.getIntrinsicHeight();
621 thumbHeight = 0;
655 final int switchHeight = Math.max(trackHeight, thumbHeight);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
Recents.java 136 float thumbHeight = res
141 if (first.getWidth() != thumbWidth || first.getHeight() != thumbHeight) {
142 first = Bitmap.createScaledBitmap(first, (int) thumbWidth, (int) thumbHeight,
207 + thumbHeight
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SwitchCompat.java 505 final int thumbHeight;
510 thumbHeight = mThumbDrawable.getIntrinsicHeight();
513 thumbHeight = 0;
542 final int switchHeight = Math.max(trackHeight, thumbHeight);
    [all...]
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusBitmap.h 374 IN UINT thumbHeight,
382 thumbWidth, thumbHeight,
GdiPlusHeaders.h 512 IN UINT thumbHeight,
GdiPlusFlat.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTheme.cpp 854 int thumbHeight = thumbStyle->height().intValue();
855 thumbSize.setWidth(isHorizontal ? thumbWidth : thumbHeight);
856 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...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 214 milliseconds