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

  /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/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
  /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...]
  /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...]
  /frameworks/base/core/java/android/widget/
Switch.java 613 final int thumbHeight;
618 thumbHeight = mThumbDrawable.getIntrinsicHeight();
621 thumbHeight = 0;
655 final int switchHeight = Math.max(trackHeight, thumbHeight);
    [all...]
  /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...]
  /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 247 milliseconds