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

  /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperListAdapter.java 208 int thumbHeight = res.getDimensionPixelSize(
211 Bitmap thumbnail = Bitmap.createBitmap(thumbWidth, thumbHeight,
218 galleryIcon.setBounds(0, 0, thumbWidth, thumbHeight);
229 thumbHeight - res.getDimensionPixelSize(
  /frameworks/ex/carousel/test/src/com/android/carouseltest/
TaskSwitcherActivity.java 183 final int thumbHeight = bitmap.getHeight();
184 if ((mPortraitMode && thumbWidth > thumbHeight)
185 || (!mPortraitMode && thumbWidth < thumbHeight)) {
187 matrix.setRotate(90.0f, (float) thumbWidth / 2, (float) thumbHeight / 2);
251 int thumbHeight = r.thumbnail.getHeight();
252 Log.v(TAG, "Got thumbnail " + thumbWidth + "x" + thumbHeight);
257 if ((mPortraitMode && thumbWidth > thumbHeight)
258 || (!mPortraitMode && thumbWidth < thumbHeight)) {
260 matrix.setRotate(90.0f, (float) thumbWidth / 2, (float) thumbHeight / 2);
  /device/samsung/crespo/libcamera/
SecCamera.cpp 1214 int thumbWidth, thumbHeight, thumbSrcSize;
1215 getThumbnailConfig(&thumbWidth, &thumbHeight, &thumbSrcSize);
1219 if (jpgEnc.setConfig(JPEG_SET_ENCODE_HEIGHT, thumbHeight) != JPG_SUCCESS)
    [all...]

Completed in 660 milliseconds