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 150 float thumbHeight = res
155 if (first.getWidth() != thumbWidth || first.getHeight() != thumbHeight) {
156 first = Bitmap.createScaledBitmap(first, (int) thumbWidth, (int) thumbHeight,
221 + thumbHeight
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTheme.cpp 843 int thumbHeight = thumbStyle->height().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 514 final float thumbHeight = thumbHeightI > 0 ? thumbHeightI : 1;
518 float unscaledHeight = thumbHeight * scaleW;
519 float unscaledStartY = mNextAppTransitionStartY - (unscaledHeight - thumbHeight) / 2f;
524 mNextAppTransitionStartY + (thumbHeight / 2f));
545 mNextAppTransitionStartY + (thumbHeight / 2f));
579 final float thumbHeight = thumbHeightI > 0 ? thumbHeightI : 1;
592 int unscaledThumbHeight = (int) (thumbHeight / scale);
601 scale = thumbHeight / (appHeight - contentInsets.top);
604 int unscaledThumbHeight = (int) (thumbHeight / scale);
656 int unscaledThumbHeight = (int) (thumbHeight / scale)
    [all...]
  /frameworks/base/core/java/android/widget/
Switch.java 614 final int thumbHeight;
619 thumbHeight = mThumbDrawable.getIntrinsicHeight();
622 thumbHeight = 0;
656 final int switchHeight = Math.max(trackHeight, thumbHeight);
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SwitchCompat.java 504 final int thumbHeight;
509 thumbHeight = mThumbDrawable.getIntrinsicHeight();
512 thumbHeight = 0;
541 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 710 milliseconds