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

  /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);
  /packages/apps/MusicFX/src/com/android/musicfx/seekbar/
AbsSeekBar.java 241 int thumbWidth = thumb == null ? 0 : thumb.getIntrinsicWidth();
249 if (thumbWidth > trackWidth) {
253 int gapForCenteringTrack = (thumbWidth - trackWidth) / 2;
266 int gap = (trackWidth - thumbWidth) / 2;
310 int thumbWidth = thumb.getIntrinsicWidth();
315 available = w - mPaddingLeft - mPaddingRight - thumbWidth;
331 rightBound = gap + thumbWidth;
349 thumb.setBounds(thumbPos, topBound, thumbPos + thumbWidth, bottomBound);
  /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),
  /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;
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
TraceFileParserTask.java 69 * @param thumbWidth width of thumbnail images
72 public TraceFileParserTask(String path, Display thumbDisplay, int thumbWidth,
81 mThumbWidth = thumbWidth;
  /frameworks/base/core/java/android/widget/
AbsSeekBar.java 284 int thumbWidth = thumb.getIntrinsicWidth();
286 available -= thumbWidth;
304 thumb.setBounds(thumbPos, topBound, thumbPos + thumbWidth, bottomBound);
  /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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /frameworks/base/services/java/com/android/server/wm/
WindowManagerService.java     [all...]

Completed in 106 milliseconds