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

  /device/generic/goldfish/camera/
Thumbnail.cpp 128 int thumbWidth, int thumbHeight, int quality,
130 if (thumbWidth <= 0 || thumbHeight <= 0) {
132 __FUNCTION__, thumbWidth, thumbHeight);
139 thumbWidth, thumbHeight, &rawThumbnail)) {
147 thumbWidth, thumbHeight,
CallbackNotifier.cpp 295 int thumbWidth = mCameraParameters.getInt(
299 if (thumbWidth > 0 && thumbHeight > 0) {
301 width, height, thumbWidth, thumbHeight,
  /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 630 final int thumbWidth = thumb.getIntrinsicWidth();
632 available -= thumbWidth;
650 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 804 final int thumbWidth;
809 thumbWidth = mThumbDrawable.getIntrinsicWidth() - padding.left - padding.right;
812 thumbWidth = 0;
824 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...]
  /cts/tests/tests/view/src/android/view/cts/
ViewTest.java     [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat-nodeps.jar 

Completed in 523 milliseconds