Home
last modified time | relevance | path

Searched refs:isChildSelectable (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DSimpleExpandableListAdapterTest.java417 assertTrue(mSimpleExpandableListAdapter.isChildSelectable(0, 0)); in testIsChildSelectable()
418 assertTrue(mSimpleExpandableListAdapter.isChildSelectable(3, 3)); in testIsChildSelectable()
421 assertTrue(mSimpleExpandableListAdapter.isChildSelectable(-1, 0)); in testIsChildSelectable()
422 assertTrue(mSimpleExpandableListAdapter.isChildSelectable(0, -1)); in testIsChildSelectable()
423 assertTrue(mSimpleExpandableListAdapter.isChildSelectable(4, 0)); in testIsChildSelectable()
424 assertTrue(mSimpleExpandableListAdapter.isChildSelectable(0, 1)); in testIsChildSelectable()
DBaseExpandableListAdapterTest.java183 public boolean isChildSelectable(int groupPosition, int childPosition) { in isChildSelectable() method in BaseExpandableListAdapterTest.MockBaseExpandableListAdapter
DCursorTreeAdapterTest.java369 assertTrue(adapter.isChildSelectable(0, 0)); in testIsChildSelectable()
370 assertTrue(adapter.isChildSelectable(100, 100)); in testIsChildSelectable()
373 assertTrue(adapter.isChildSelectable(0, 0)); in testIsChildSelectable()
DExpandableListViewTest.java671 public boolean isChildSelectable(int groupPosition, int childPosition) { in isChildSelectable() method in ExpandableListViewTest.MockExpandableListAdapter
/cts/tests/tests/widget/src/android/widget/cts/util/
DExpandableListScenario.java343 public boolean isChildSelectable(int groupPosition, int childPosition) { in isChildSelectable() method in ExpandableListScenario.MyAdapter
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt59067 method public boolean isChildSelectable(int, int);
59181 method public boolean isChildSelectable(int, int);
60562 method public boolean isChildSelectable(int, int);