Home
last modified time | relevance | path

Searched refs:fullWidth (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarBackgroundRenderer.kt211 val fullWidth = transientBackgroundBounds.width() in drawTransientBackground() constant
216 val newWidth = mapRange(progress, backgroundWidthWhileAnimating, fullWidth.toFloat()) in drawTransientBackground()
217 val halfWidthDelta = (fullWidth - newWidth) / 2f in drawTransientBackground()
250 val horizontalInset = fullWidth * widthInsetPercentage in drawTransientBackground()
/packages/apps/TV/src/com/android/tv/dvr/ui/list/
DScheduleRowPresenter.java156 int fullWidth = in ScheduleRowViewHolder() local
159 mInfoContainerTargetWidthWithNoAction = fullWidth + 2 * mRoundRectRadius; in ScheduleRowViewHolder()
161 fullWidth in ScheduleRowViewHolder()
/packages/apps/Camera2/src/com/android/camera/ui/
DModeListView.java1807 int fullWidth = mModeSelectorItems[focusItem].getMaxVisibleWidth(); in snapToFullScreen() local
1809 animator = animateListToWidth(fullWidth); in snapToFullScreen()
1813 animator = animateListToWidthAtVelocity(VELOCITY_THRESHOLD, fullWidth); in snapToFullScreen()