Searched refs:thumbWidth (Results 1 – 6 of 6) sorted by relevance
76 float thumbWidth = mParent.getWidth() * WIDTH_PERCENTAGE; in drawRoundScrollbars() local77 mThumbPaint.setStrokeWidth(thumbWidth); in drawRoundScrollbars()78 mTrackPaint.setStrokeWidth(thumbWidth); in drawRoundScrollbars()93 float inset = thumbWidth / 2 + mMaskThickness; in drawRoundScrollbars()
458 int32_t thumbWidth = videoFrame->mWidth; in android_media_MediaMetadataRetriever_getThumbnailImageAtIndex() local461 int64_t thumbPixels = thumbWidth * thumbHeight; in android_media_MediaMetadataRetriever_getThumbnailImageAtIndex()466 if (thumbWidth >= targetSize || thumbHeight >= targetSize in android_media_MediaMetadataRetriever_getThumbnailImageAtIndex()474 dst_width = thumbWidth / downscale; in android_media_MediaMetadataRetriever_getThumbnailImageAtIndex()
1068 final float thumbWidth = thumbWidthI > 0 ? thumbWidthI : 1; in createThumbnailAspectScaleAnimationLocked() local1072 float scaleW = appWidth / thumbWidth; in createThumbnailAspectScaleAnimationLocked()1232 final float thumbWidth = thumbWidthI > 0 ? thumbWidthI : 1; in createAspectScaledThumbnailEnterExitAnimationLocked() local1266 float scale = thumbWidth / in createAspectScaledThumbnailEnterExitAnimationLocked()1431 final float thumbWidth = thumbWidthI > 0 ? thumbWidthI : 1; in createThumbnailScaleAnimationLocked() local1437 float scaleW = appWidth / thumbWidth; in createThumbnailScaleAnimationLocked()1454 float scaleW = appWidth / thumbWidth; in createThumbnailScaleAnimationLocked()1476 final float thumbWidth = thumbWidthI > 0 ? thumbWidthI : 1; in createThumbnailEnterExitAnimationLocked() local1483 float scaleW = thumbWidth / appWidth; in createThumbnailEnterExitAnimationLocked()1511 float scaleW = thumbWidth / appWidth; in createThumbnailEnterExitAnimationLocked()
715 final int thumbWidth = thumb.getIntrinsicWidth();717 available -= thumbWidth;735 final int right = left + thumbWidth;
912 final int thumbWidth; in onMeasure() local917 thumbWidth = mThumbDrawable.getIntrinsicWidth() - padding.left - padding.right; in onMeasure()920 thumbWidth = 0; in onMeasure()932 mThumbWidth = Math.max(maxTextWidth, thumbWidth); in onMeasure()
2457 uint32_t thumbWidth = context->getThumbnailWidth(); in DngCreator_nativeWriteImage() local2459 thumbWidth, context->getThumbnailHeight(), bytesPerPixel, in DngCreator_nativeWriteImage()2460 bytesPerPixel * thumbWidth, /*offset*/0, BYTES_PER_RGB_SAMPLE, in DngCreator_nativeWriteImage()