Home | History | Annotate | Download | only in arrowscroll

Lines Matching refs:mListView

29     private ListView mListView;
40 mListView = getActivity().getListView();
41 mListTop = mListView.getListPaddingTop();
42 mListBottom = mListView.getHeight() - mListView.getListPaddingBottom();
51 return ((ViewGroup) mListView.getChildAt(listIndex)).getChildAt(index);
56 ViewGroup listItem = (ViewGroup) mListView.getChildAt(listIndex);
62 ViewGroup listItem = (ViewGroup) mListView.getChildAt(listIndex);
69 assertNotNull(mListView);
71 1, mListView.getChildCount());
75 topOfSecondButton - topOfFirstButton > mListView.getMaxScrollAmount());
82 int expectedTop = mListView.getChildAt(0).getTop();
95 "item should have focus", mListView.getChildAt(0).hasFocus());
103 expectedTop, mListView.getChildAt(0).getTop());
106 expectedTop -= mListView.getMaxScrollAmount();