Home | History | Annotate | Download | only in arrowscroll

Lines Matching defs:mScrollView

33     private ScrollView mScrollView;
46 mScrollView = getActivity().getScrollView();
56 mScrollView.offsetDescendantRectToMyCoords(descendant, mTempRect);
62 mScrollView.offsetDescendantRectToMyCoords(descendant, mTempRect);
70 mScrollView.getMaxScrollAmount());
72 getTopWithinScrollView(mBottomButton)- mScrollView.getBottom() > mScrollView.getMaxScrollAmount());
81 mScrollView.getMaxScrollAmount(),
82 mScrollView.getScrollY());
85 getBottomWithinScrollView(mTopButton) < mScrollView.getScrollY());
90 assertTrue("scroll view should be focused", mScrollView.isFocused());
95 final int screenBottom = mScrollView.getScrollY() + mScrollView.getHeight();
97 ((getBottomWithinScrollView(mBottomButton) - screenBottom)) / mScrollView.getMaxScrollAmount() + 1;
106 getActivity().getLinearLayout().getHeight() - mScrollView.getHeight(),
107 mScrollView.getScrollY());
122 - mScrollView.getHeight();
125 mScrollView.getScrollY());
131 maxScroll - mScrollView.getMaxScrollAmount(),
132 mScrollView.getScrollY());
135 getTopWithinScrollView(mBottomButton) > mScrollView.getScrollY() + mScrollView.getHeight());
140 assertTrue("scroll view should be focused", mScrollView.isFocused());