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);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
Recents.java 84 float thumbWidth = res
91 if (first.getWidth() != thumbWidth || first.getHeight() != thumbHeight) {
92 first = Bitmap.createScaledBitmap(first, (int) thumbWidth, (int) thumbHeight,
120 + 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/base/services/java/com/android/server/wm/
AppTransition.java 391 final float thumbWidth = thumbWidthI > 0 ? thumbWidthI : 1;
398 float scaleW = appWidth / thumbWidth;
414 float scaleW = appWidth / thumbWidth;
423 float scaleW = thumbWidth / appWidth;
445 float scaleW = thumbWidth / appWidth;
    [all...]
  /frameworks/base/core/java/android/widget/
AbsSeekBar.java 288 int thumbWidth = thumb.getIntrinsicWidth();
290 available -= thumbWidth;
309 thumb.setBounds(left, topBound, left + thumbWidth, bottomBound);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTheme.cpp     [all...]
  /external/chromium_org/chrome/browser/resources/ntp_android/
ntp_android.js     [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 459 milliseconds