HomeSort by relevance Sort by last modified time
    Searched defs:thumbWidth (Results 1 - 7 of 7) 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/core/java/android/widget/
Switch.java 820 final int thumbWidth;
825 thumbWidth = mThumbDrawable.getIntrinsicWidth() - padding.left - padding.right;
828 thumbWidth = 0;
840 mThumbWidth = Math.max(maxTextWidth, thumbWidth);
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
AppTransition.java 657 final float thumbWidth = thumbWidthI > 0 ? thumbWidthI : 1;
661 float scaleW = deviceWidth / thumbWidth;
668 mNextAppTransitionStartX + (thumbWidth / 2f),
689 mNextAppTransitionStartX + (thumbWidth / 2f),
722 final float thumbWidth = thumbWidthI > 0 ? thumbWidthI : 1;
735 scale = thumbWidth / appWidth;
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SwitchCompat.java 535 final int thumbWidth;
540 thumbWidth = mThumbDrawable.getIntrinsicWidth() - padding.left - padding.right;
543 thumbWidth = 0;
555 mThumbWidth = Math.max(maxTextWidth, thumbWidth);
    [all...]
  /frameworks/base/core/jni/
android_hardware_camera2_DngCreator.cpp     [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 2792 milliseconds