HomeSort by relevance Sort by last modified time
    Searched defs:thumbHeight (Results 1 - 5 of 5) 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/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 1194 int thumbWidth, thumbHeight, thumbSrcSize;
1195 getThumbnailConfig(&thumbWidth, &thumbHeight, &thumbSrcSize);
1199 if (jpgEnc.setConfig(JPEG_SET_ENCODE_HEIGHT, thumbHeight) != JPG_SUCCESS)
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
WindowManagerService.java     [all...]
  /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 1462 milliseconds