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

  /packages/apps/MusicFX/src/com/android/musicfx/seekbar/
AbsSeekBar.java 272 int thumbHeight = thumb == null ? 0 : thumb.getIntrinsicHeight();
280 if (thumbHeight > trackHeight) {
284 int gapForCenteringTrack = (thumbHeight - trackHeight) / 2;
297 int gap = (trackHeight - thumbHeight) / 2;
311 int thumbHeight = thumb.getIntrinsicHeight();
313 available = h - mPaddingTop - mPaddingBottom - thumbHeight;
335 thumb.setBounds(leftBound, thumbPos, rightBound, thumbPos + thumbHeight);
345 bottomBound = gap + thumbHeight;
376 int thumbHeight = mThumb == null ? 0 : mThumb.getIntrinsicHeight();
382 dh = Math.max(thumbHeight, dh)
    [all...]
  /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);
  /frameworks/base/core/java/android/widget/
AbsSeekBar.java 251 int thumbHeight = thumb == null ? 0 : thumb.getIntrinsicHeight();
259 if (thumbHeight > trackHeight) {
263 int gapForCenteringTrack = (thumbHeight - trackHeight) / 2;
276 int gap = (trackHeight - thumbHeight) / 2;
289 int thumbHeight = thumb.getIntrinsicHeight();
304 bottomBound = gap + thumbHeight;
341 int thumbHeight = mThumb == null ? 0 : mThumb.getIntrinsicHeight();
347 dh = Math.max(thumbHeight, dh);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
Recents.java 86 float thumbHeight = res
91 if (first.getWidth() != thumbWidth || first.getHeight() != thumbHeight) {
92 first = Bitmap.createScaledBitmap(first, (int) thumbWidth, (int) thumbHeight,
157 + thumbHeight
  /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/base/services/java/com/android/server/wm/
AppTransition.java 393 final float thumbHeight = thumbHeightI > 0 ? thumbHeightI : 1;
399 float scaleH = appHeight / thumbHeight;
415 float scaleH = appHeight / thumbHeight;
424 float scaleH = thumbHeight / appHeight;
446 float scaleH = thumbHeight / appHeight;
    [all...]
  /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 234 milliseconds