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

  /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperListAdapter.java 193 int thumbHeight = res.getDimensionPixelSize(
196 Bitmap thumbnail = Bitmap.createBitmap(thumbWidth, thumbHeight,
203 galleryIcon.setBounds(0, 0, thumbWidth, thumbHeight);
214 thumbHeight - res.getDimensionPixelSize(
  /frameworks/base/core/java/android/widget/
AbsSeekBar.java 569 final int thumbHeight = thumb == null ? 0 : thumb.getIntrinsicHeight();
574 if (thumbHeight > trackHeight) {
575 final int offsetHeight = (paddedHeight - thumbHeight) / 2;
576 trackOffset = offsetHeight + (thumbHeight - trackHeight) / 2;
581 thumbOffset = offsetHeight + (trackHeight - thumbHeight) / 2;
611 final int thumbHeight = thumb.getIntrinsicHeight();
626 bottom = offset + thumbHeight;
728 int thumbHeight = mThumb == null ? 0 : mThumb.getIntrinsicHeight();
734 dh = Math.max(thumbHeight, dh);
    [all...]
Switch.java 822 final int thumbHeight;
827 thumbHeight = mThumbDrawable.getIntrinsicHeight();
830 thumbHeight = 0;
864 final int switchHeight = Math.max(trackHeight, thumbHeight);
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
AppTransition.java     [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SwitchCompat.java 792 final int thumbHeight;
797 thumbHeight = mThumbDrawable.getIntrinsicHeight();
800 thumbHeight = 0;
834 final int switchHeight = Math.max(trackHeight, thumbHeight);
    [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 517 milliseconds