HomeSort by relevance Sort by last modified time
    Searched defs:thumbHeight (Results 1 - 6 of 6) 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/core/java/android/widget/
Switch.java 821 final int thumbHeight;
826 thumbHeight = mThumbDrawable.getIntrinsicHeight();
829 thumbHeight = 0;
863 final int switchHeight = Math.max(trackHeight, thumbHeight);
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
AppTransition.java 659 final float thumbHeight = thumbHeightI > 0 ? thumbHeightI : 1;
663 float unscaledHeight = thumbHeight * scaleW;
664 float unscaledStartY = mNextAppTransitionStartY - (unscaledHeight - thumbHeight) / 2f;
669 mNextAppTransitionStartY + (thumbHeight / 2f));
690 mNextAppTransitionStartY + (thumbHeight / 2f));
724 final float thumbHeight = thumbHeightI > 0 ? thumbHeightI : 1;
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SwitchCompat.java 536 final int thumbHeight;
541 thumbHeight = mThumbDrawable.getIntrinsicHeight();
544 thumbHeight = 0;
578 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 1046 milliseconds