Searched refs:isExpanded (Results 1 – 6 of 6) sorted by relevance
/cts/tests/tests/widget/src/android/widget/cts/ |
D | SimpleCursorTreeAdapterTest.java | 251 protected void bindGroupView(View v, Context context, Cursor cursor, boolean isExpanded) { in bindGroupView() argument 252 super.bindGroupView(v, context, cursor, isExpanded); in bindGroupView()
|
D | BaseExpandableListAdapterTest.java | 174 public View getGroupView(int groupPosition, boolean isExpanded, in getGroupView() argument
|
D | ResourceCursorTreeAdapterTest.java | 206 boolean isExpanded) { in bindGroupView() argument
|
D | CursorTreeAdapterTest.java | 671 Cursor cursor, boolean isExpanded) { in bindGroupView() argument 728 boolean isExpanded, ViewGroup parent) { in newGroupView() argument
|
D | ExpandableListViewTest.java | 649 public View getGroupView(int groupPosition, boolean isExpanded, in getGroupView() argument
|
/cts/tests/tests/widget/src/android/widget/cts/util/ |
D | ExpandableListScenario.java | 337 public View getGroupView(int groupPosition, boolean isExpanded, View convertView, in getGroupView() argument
|