Searched refs:MyListView (Results 1 – 2 of 2) sorted by relevance
421 MyListView listView = new MyListView(mActivity); in testDraw()469 MyListView listView = new MyListView(mActivity); in testCheckLayoutParams()479 MyListView listView = new MyListView(mActivity); in testComputeVerticalScrollValues()500 MyListView listView = new MyListView(mActivity); in testGenerateLayoutParams()520 MyListView listView = new MyListView(mActivity); in testBeforeAndAfterTextChanged()565 final MyListView listView = new MyListView(mActivity, mAttributeSet); in testGetContextMenuInfo()606 MyListView listView = new MyListView(mActivity); in testGetTopBottomFadingEdgeStrength()613 MyListView listView = new MyListView(mActivity, mAttributeSet, 0); in testHandleDataChanged()619 MyListView listView = new MyListView(mActivity, mAttributeSet, 0); in testSetFilterText()786 private static class MyListView extends ListView { class in AbsListViewTest[all …]
605 MyListView listView = new MyListView(mActivity, mAttributeSet); in testCanAnimate()625 MyListView listView = new MyListView(mActivity, mAttributeSet); in testFindViewTraversal()637 MyListView listView = new MyListView(mActivity, mAttributeSet); in testFindViewWithTagTraversal()667 private static class MyListView extends ListView { class in ListViewTest668 public MyListView(Context context, AttributeSet attrs) { in MyListView() method in ListViewTest.MyListView