Searched refs:MyListView (Results 1 – 2 of 2) sorted by relevance
422 MyListView listView = new MyListView(mActivity); in testDraw()470 MyListView listView = new MyListView(mActivity); in testCheckLayoutParams()480 MyListView listView = new MyListView(mActivity); in testComputeVerticalScrollValues()501 MyListView listView = new MyListView(mActivity); in testGenerateLayoutParams()521 MyListView listView = new MyListView(mActivity); in testBeforeAndAfterTextChanged()566 final MyListView listView = new MyListView(mActivity, mAttributeSet); in testGetContextMenuInfo()607 MyListView listView = new MyListView(mActivity); in testGetTopBottomFadingEdgeStrength()614 MyListView listView = new MyListView(mActivity, mAttributeSet, 0); in testHandleDataChanged()620 MyListView listView = new MyListView(mActivity, mAttributeSet, 0); in testSetFilterText()879 private static class MyListView extends ListView { class in AbsListViewTest[all …]
476 MyListView listView = new MyListView(mActivity, mAttributeSet); in testCanAnimate()496 MyListView listView = new MyListView(mActivity, mAttributeSet); in testFindViewTraversal()508 MyListView listView = new MyListView(mActivity, mAttributeSet); in testFindViewWithTagTraversal()538 private static class MyListView extends ListView { class in ListViewTest539 public MyListView(Context context, AttributeSet attrs) { in MyListView() method in ListViewTest.MyListView