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

  /device/generic/goldfish/camera/
Thumbnail.cpp 128 int thumbWidth, int thumbHeight, int quality,
130 if (thumbWidth <= 0 || thumbHeight <= 0) {
132 __FUNCTION__, thumbWidth, thumbHeight);
139 thumbWidth, thumbHeight, &rawThumbnail)) {
147 thumbWidth, thumbHeight,
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/
AbsSeekBar.java 587 final int thumbHeight = thumb == null ? 0 : thumb.getIntrinsicHeight();
592 if (thumbHeight > trackHeight) {
593 final int offsetHeight = (paddedHeight - thumbHeight) / 2;
594 trackOffset = offsetHeight + (thumbHeight - trackHeight) / 2;
599 thumbOffset = offsetHeight + (trackHeight - thumbHeight) / 2;
631 final int thumbHeight = thumb.getIntrinsicHeight();
646 bottom = offset + thumbHeight;
747 int thumbHeight = mThumb == null ? 0 : mThumb.getIntrinsicHeight();
753 dh = Math.max(thumbHeight, dh);
    [all...]
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 805 final int thumbHeight;
810 thumbHeight = mThumbDrawable.getIntrinsicHeight();
813 thumbHeight = 0;
847 final int switchHeight = Math.max(trackHeight, thumbHeight);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusheaders.h 115 Image* GetThumbnailImage(UINT thumbWidth, UINT thumbHeight,
gdiplusimpl.h 240 __inline__ Image* Image::GetThumbnailImage(UINT thumbWidth, UINT thumbHeight,
245 nativeImage, thumbWidth, thumbHeight, &thumbImage,
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewTest.java     [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat-nodeps.jar 

Completed in 425 milliseconds