Searched refs:thumbHeight (Results 1 – 4 of 4) sorted by relevance
569 final int thumbHeight = thumb == null ? 0 : thumb.getIntrinsicHeight();574 if (thumbHeight > trackHeight) {575 final int offsetHeight = (paddedHeight - thumbHeight) / 2;576 trackOffset = offsetHeight + (thumbHeight - trackHeight) / 2;581 thumbOffset = offsetHeight + (trackHeight - thumbHeight) / 2;611 final int thumbHeight = thumb.getIntrinsicHeight();626 bottom = offset + thumbHeight;728 int thumbHeight = mThumb == null ? 0 : mThumb.getIntrinsicHeight();734 dh = Math.max(thumbHeight, dh);
822 final int thumbHeight; in onMeasure() local827 thumbHeight = mThumbDrawable.getIntrinsicHeight(); in onMeasure()830 thumbHeight = 0; in onMeasure()864 final int switchHeight = Math.max(trackHeight, thumbHeight); in onMeasure()
1059 final float thumbHeight = thumbHeightI > 0 ? thumbHeightI : 1; in createAspectScaledThumbnailEnterExitAnimationLocked() local1093 int unscaledThumbHeight = (int) (thumbHeight / scale); in createAspectScaledThumbnailEnterExitAnimationLocked()1248 final float thumbHeight = thumbHeightI > 0 ? thumbHeightI : 1; in createThumbnailScaleAnimationLocked() local1253 float scaleH = appHeight / thumbHeight; in createThumbnailScaleAnimationLocked()1270 float scaleH = appHeight / thumbHeight; in createThumbnailScaleAnimationLocked()1293 final float thumbHeight = thumbHeightI > 0 ? thumbHeightI : 1; in createThumbnailEnterExitAnimationLocked() local1299 float scaleH = thumbHeight / appHeight; in createThumbnailEnterExitAnimationLocked()1327 float scaleH = thumbHeight / appHeight; in createThumbnailEnterExitAnimationLocked()
796 final int thumbHeight; in onMeasure() local801 thumbHeight = mThumbDrawable.getIntrinsicHeight(); in onMeasure()804 thumbHeight = 0; in onMeasure()838 final int switchHeight = Math.max(trackHeight, thumbHeight); in onMeasure()