Home
last modified time | relevance | path

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

/packages/apps/TvSettings/TwoPanelSettingsLib/src/com/android/tv/twopanelsettings/
DTwoPanelSettingsFragment.java622 int panelWidth = getResources().getDimensionPixelSize( in computeMaxRightScroll() local
626 int result = frameResIds.length * panelWidth - scrollViewWidth + panelPadding; in computeMaxRightScroll()
647 int panelWidth = getResources().getDimensionPixelSize( in moveToPanel() local
652 isRTL() ? mScrollView.getScrollX() >= mMaxScrollX - panelWidth * index in moveToPanel()
653 : mScrollView.getScrollX() <= panelWidth * index; in moveToPanel()
657 int animationEnd = isRTL() ? mMaxScrollX - panelWidth * index : panelWidth * index; in moveToPanel()
682 int scrollToX = isRTL() ? mMaxScrollX - panelWidth * index : panelWidth * index; in moveToPanel()