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

  /external/webkit/Source/WebCore/rendering/
RenderMediaControlsChromium.cpp 139 double thumbWidth = mediaSliderThumb->width() / 2.0 + 1.0;
140 double rectWidth = bufferedRect.width() - thumbWidth;
143 bufferedWidth = rectWidth * mediaElement->percentLoaded() + thumbWidth;
  /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/ex/carousel/test/src/com/android/carouseltest/
TaskSwitcherActivity.java 182 final int thumbWidth = bitmap.getWidth();
184 if ((mPortraitMode && thumbWidth > thumbHeight)
185 || (!mPortraitMode && thumbWidth < thumbHeight)) {
187 matrix.setRotate(90.0f, (float) thumbWidth / 2, (float) thumbHeight / 2);
250 int thumbWidth = r.thumbnail.getWidth();
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);
1196 if (jpgEnc.setConfig(JPEG_SET_ENCODE_WIDTH, thumbWidth) != 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 1253 milliseconds