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

  /device/generic/goldfish/camera/
CallbackNotifier.cpp 297 int thumbHeight = mCameraParameters.getInt(
299 if (thumbWidth > 0 && thumbHeight > 0) {
301 width, height, thumbWidth, thumbHeight,
  /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperListAdapter.java 193 int thumbHeight = res.getDimensionPixelSize(
196 Bitmap thumbnail = Bitmap.createBitmap(thumbWidth, thumbHeight,
203 galleryIcon.setBounds(0, 0, thumbWidth, thumbHeight);
214 thumbHeight - res.getDimensionPixelSize(
  /frameworks/base/core/java/android/widget/
Switch.java 825 final int thumbHeight;
830 thumbHeight = mThumbDrawable.getIntrinsicHeight();
833 thumbHeight = 0;
867 final int switchHeight = Math.max(trackHeight, thumbHeight);
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
AppTransition.java     [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SwitchCompat.java 807 final int thumbHeight;
812 thumbHeight = mThumbDrawable.getIntrinsicHeight();
815 thumbHeight = 0;
849 final int switchHeight = Math.max(trackHeight, thumbHeight);
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat-nodeps.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 752 milliseconds