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

  /frameworks/base/core/java/android/view/
RoundScrollbarRenderer.java 69 float thumbWidth = mParent.getWidth() * WIDTH_PERCENTAGE;
70 mThumbPaint.setStrokeWidth(thumbWidth);
71 mTrackPaint.setStrokeWidth(thumbWidth);
87 bounds.left - thumbWidth / 2,
89 bounds.right - thumbWidth / 2,
  /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperListAdapter.java 191 int thumbWidth = res.getDimensionPixelSize(
196 Bitmap thumbnail = Bitmap.createBitmap(thumbWidth, thumbHeight,
203 galleryIcon.setBounds(0, 0, thumbWidth, thumbHeight);
213 canvas.drawText(title, (int) (thumbWidth * 0.5),
  /frameworks/base/services/core/java/com/android/server/wm/
AppTransition.java     [all...]
  /frameworks/base/core/java/android/widget/
AbsSeekBar.java 610 final int thumbWidth = thumb.getIntrinsicWidth();
612 available -= thumbWidth;
630 final int right = left + thumbWidth;
    [all...]
Switch.java 824 final int thumbWidth;
829 thumbWidth = mThumbDrawable.getIntrinsicWidth() - padding.left - padding.right;
832 thumbWidth = 0;
844 mThumbWidth = Math.max(maxTextWidth, thumbWidth);
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SwitchCompat.java 792 final int thumbWidth;
797 thumbWidth = mThumbDrawable.getIntrinsicWidth() - padding.left - padding.right;
800 thumbWidth = 0;
812 mThumbWidth = Math.max(maxTextWidth, 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 343 milliseconds