Searched refs:isLastChild (Results 1 – 6 of 6) sorted by relevance
/cts/tests/tests/widget/src/android/widget/cts/ |
D | SimpleCursorTreeAdapterTest.java | 233 protected void bindChildView(View v, Context context, Cursor cursor, boolean isLastChild) { in bindChildView() argument 234 super.bindChildView(v, context, cursor, isLastChild); in bindChildView()
|
D | BaseExpandableListAdapterTest.java | 144 boolean isLastChild, View convertView, ViewGroup parent) { in getChildView() argument
|
D | ResourceCursorTreeAdapterTest.java | 190 boolean isLastChild) { in bindChildView() argument
|
D | CursorTreeAdapterTest.java | 616 Cursor cursor, boolean isLastChild) { in bindChildView() argument 674 boolean isLastChild, ViewGroup parent) { in newChildView() argument
|
D | ExpandableListViewTest.java | 450 boolean isLastChild, View convertView, ViewGroup parent) { in getChildView() argument
|
/cts/tests/tests/widget/src/android/widget/cts/util/ |
D | ExpandableListScenario.java | 316 public View getChildView(int groupPosition, int childPosition, boolean isLastChild, in getChildView() argument
|