Searched refs:listview (Results 1 – 4 of 4) sorted by relevance
43 ListView listview = new ListView(InstrumentationRegistry.getTargetContext()); in testConstructor() local45 new ExpandableListView.ExpandableListContextMenuInfo(listview, 100L, 80L); in testConstructor()47 assertSame(listview, expandableListContextMenuInfo.targetView); in testConstructor()
74 ListView listView = (ListView) findViewById(R.id.listview); in onCreate()
62 ListView listView = (ListView) activity.findViewById(R.id.listview); in testSettersAndGetters()
183 final ListView listView = (ListView) mActivity.findViewById(R.id.listview); in testTypeViewSelectedAccessibilityEvent()