Searched refs:thumbWidth (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
H A DAppTransition.java512 final float thumbWidth = thumbWidthI > 0 ? thumbWidthI : 1;
516 float scaleW = deviceWidth / thumbWidth;
523 mNextAppTransitionStartX + (thumbWidth / 2f),
544 mNextAppTransitionStartX + (thumbWidth / 2f),
577 final float thumbWidth = thumbWidthI > 0 ? thumbWidthI : 1;
590 scale = thumbWidth / appWidth;
603 int unscaledThumbWidth = (int) (thumbWidth / scale);
654 scale = thumbWidth / appWidth;
667 int unscaledThumbWidth = (int) (thumbWidth / scale);
711 final float thumbWidth
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecents.java148 float thumbWidth = res
155 if (first.getWidth() != thumbWidth || first.getHeight() != thumbHeight) {
156 first = Bitmap.createScaledBitmap(first, (int) thumbWidth, (int) thumbHeight,
184 + thumbWidth
/frameworks/base/core/java/android/widget/
H A DAbsSeekBar.java451 final int thumbWidth = thumb.getIntrinsicWidth();
453 available -= thumbWidth;
471 final int right = left + thumbWidth;
H A DSwitch.java613 final int thumbWidth;
618 thumbWidth = mThumbDrawable.getIntrinsicWidth() - padding.left - padding.right;
621 thumbWidth = 0;
633 mThumbWidth = Math.max(maxTextWidth, thumbWidth);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSwitchCompat.java503 final int thumbWidth;
508 thumbWidth = mThumbDrawable.getIntrinsicWidth() - padding.left - padding.right;
511 thumbWidth = 0;
523 mThumbWidth = Math.max(maxTextWidth, thumbWidth);
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp1844 uint32_t thumbWidth = context->getThumbnailWidth(); local
1846 thumbWidth, context->getThumbnailHeight(), bytesPerPixel,
1847 bytesPerPixel * thumbWidth, /*offset*/0, BYTES_PER_RGB_SAMPLE,

Completed in 267 milliseconds