Home
last modified time | relevance | path

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

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