Searched refs:fullWidth (Results 1 – 3 of 3) sorted by relevance
211 val fullWidth = transientBackgroundBounds.width() in drawTransientBackground() constant216 val newWidth = mapRange(progress, backgroundWidthWhileAnimating, fullWidth.toFloat()) in drawTransientBackground()217 val halfWidthDelta = (fullWidth - newWidth) / 2f in drawTransientBackground()250 val horizontalInset = fullWidth * widthInsetPercentage in drawTransientBackground()
156 int fullWidth = in ScheduleRowViewHolder() local159 mInfoContainerTargetWidthWithNoAction = fullWidth + 2 * mRoundRectRadius; in ScheduleRowViewHolder()161 fullWidth in ScheduleRowViewHolder()
1807 int fullWidth = mModeSelectorItems[focusItem].getMaxVisibleWidth(); in snapToFullScreen() local1809 animator = animateListToWidth(fullWidth); in snapToFullScreen()1813 animator = animateListToWidthAtVelocity(VELOCITY_THRESHOLD, fullWidth); in snapToFullScreen()