Home | History | Annotate | Download | only in scroll

Lines Matching refs:mScrollView

33     private ScrollView mScrollView;
46 mScrollView = getActivity().getScrollView();
50 mScrollView.getLocationOnScreen(origin);
52 mScreenBottom = origin[1] + mScrollView.getHeight();
59 mScrollView.getVerticalFadingEdgeLength() > 0);
86 int verticalFadingEdgeLength = mScrollView
138 mScreenTop + mScrollView.getVerticalFadingEdgeLength(), buttonLoc[1]);
179 mScrollView.getLocationOnScreen(origin);
180 int screenHeight = mScrollView.getHeight();
198 mScrollView.getLocationOnScreen(origin);