HomeSort by relevance Sort by last modified time
    Searched refs:mExpandableListView (Results 1 - 3 of 3) sorted by null

  /cts/tests/tests/widget/src/android/widget/cts/
ExpandableListTester.java 31 private final ExpandableListView mExpandableListView;
44 mExpandableListView = expandableListView;
46 mListUtil = new ListUtil(mExpandableListView, instrumentation);
47 mAdapter = mExpandableListView.getExpandableListAdapter();
53 Assert.assertFalse("Group is already expanded", mExpandableListView
60 mExpandableListView.isGroupExpanded(groupIndex));
66 mExpandableListView.setOnCreateContextMenuListener(menuListener);
71 for (int i=0; i<mExpandableListView.getHeaderViewsCount(); i++) {
76 View headerChild = mExpandableListView.getChildAt(index
77 - mExpandableListView.getFirstVisiblePosition())
    [all...]
ExpandableListViewWithHeadersTest.java 33 private ExpandableListView mExpandableListView;
44 mExpandableListView = getActivity().getExpandableListView();
45 mListUtil = new ListUtil(mExpandableListView, getInstrumentation());
50 assertNotNull(mExpandableListView);
65 assertFalse(mExpandableListView.isGroupExpanded(0));
79 assertTrue(mExpandableListView.isGroupExpanded(0));
84 ExpandableListTester tester = new ExpandableListTester(mExpandableListView, this);
90 ExpandableListTester tester = new ExpandableListTester(mExpandableListView, this);
97 ExpandableListTester tester = new ExpandableListTester(mExpandableListView, this);
ExpandableListViewBasicTest.java 40 private ExpandableListView mExpandableListView;
53 mExpandableListView = mActivity.getExpandableListView();
54 mAdapter = mExpandableListView.getExpandableListAdapter();
55 mListUtil = new ListUtil(mExpandableListView, getInstrumentation());
61 assertNotNull(mExpandableListView);
68 assertFalse("Group is already expanded", mExpandableListView.isGroupExpanded(groupPos));
73 assertTrue("Group did not expand", mExpandableListView.isGroupExpanded(groupPos));
101 assertFalse("Group did not collapse", mExpandableListView.isGroupExpanded(groupPos));
126 assertTrue("Group did not expand", mExpandableListView.isGroupExpanded(0));
132 assertTrue("Group did not expand", mExpandableListView.isGroupExpanded(0))
    [all...]

Completed in 897 milliseconds