Searched refs:panelWidth (Results 1 – 1 of 1) sorted by relevance
858 int panelWidth = getResources().getDimensionPixelSize( in computeMaxRightScroll() local862 int result = frameResIds.length * panelWidth - scrollViewWidth + panelPadding; in computeMaxRightScroll()883 int panelWidth = getResources().getDimensionPixelSize( in moveToPanel() local893 isRTL() ? mScrollView.getScrollX() >= mMaxScrollX - panelWidth * index in moveToPanel()894 : mScrollView.getScrollX() <= panelWidth * index; in moveToPanel()904 int animationEnd = isRTL() ? mMaxScrollX - panelWidth * index : panelWidth * index; in moveToPanel()979 int scrollToX = isRTL() ? mMaxScrollX - panelWidth * index : panelWidth * index; in moveToPanel()