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

  /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/packages/SystemUI/src/com/android/systemui/recent/
Recents.java 148 float thumbWidth = res
155 if (first.getWidth() != thumbWidth || first.getHeight() != thumbHeight) {
156 first = Bitmap.createScaledBitmap(first, (int) thumbWidth, (int) thumbHeight,
184 + thumbWidth
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTheme.cpp 842 int thumbWidth = thumbStyle->width().intValue();
844 thumbSize.setWidth(isHorizontal ? thumbWidth : thumbHeight);
845 thumbSize.setHeight(isHorizontal ? thumbHeight : thumbWidth);
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
AppTransition.java 512 final float thumbWidth = thumbWidthI > 0 ? thumbWidthI : 1;
516 float scaleW = deviceWidth / thumbWidth;
523 mNextAppTransitionStartX + (thumbWidth / 2f),
544 mNextAppTransitionStartX + (thumbWidth / 2f),
577 final float thumbWidth = thumbWidthI > 0 ? thumbWidthI : 1;
590 scale = thumbWidth / appWidth;
603 int unscaledThumbWidth = (int) (thumbWidth / scale);
654 scale = thumbWidth / appWidth;
667 int unscaledThumbWidth = (int) (thumbWidth / scale);
711 final float thumbWidth = thumbWidthI > 0 ? thumbWidthI : 1
    [all...]
  /frameworks/base/core/java/android/widget/
Switch.java 613 final int thumbWidth;
618 thumbWidth = mThumbDrawable.getIntrinsicWidth() - padding.left - padding.right;
621 thumbWidth = 0;
633 mThumbWidth = Math.max(maxTextWidth, thumbWidth);
    [all...]
  /frameworks/base/core/jni/
android_hardware_camera2_DngCreator.cpp     [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SwitchCompat.java 503 final int thumbWidth;
508 thumbWidth = mThumbDrawable.getIntrinsicWidth() - padding.left - padding.right;
511 thumbWidth = 0;
523 mThumbWidth = Math.max(maxTextWidth, thumbWidth);
    [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 1846 milliseconds