Searched refs:mMaxScrollX (Results 1 – 1 of 1) sorted by relevance
116 private int mMaxScrollX; field in TwoPanelSettingsFragment214 mMaxScrollX = computeMaxRightScroll(); in onCreateView()968 isRTL() ? mScrollView.getScrollX() >= mMaxScrollX - panelWidth * index in moveToPanel()979 int animationEnd = isRTL() ? mMaxScrollX - panelWidth * index : panelWidth * index; in moveToPanel()1064 int scrollToX = isRTL() ? mMaxScrollX - panelWidth * index : panelWidth * index; in moveToPanel()