Home
last modified time | relevance | path

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

/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()