Searched refs:isLastChild (Results 1 – 6 of 6) sorted by relevance
/cts/tests/tests/widget/src/android/widget/cts/ |
D | SimpleCursorTreeAdapterTest.java | 247 protected void bindChildView(View v, Context context, Cursor cursor, boolean isLastChild) { in bindChildView() argument 248 super.bindChildView(v, context, cursor, isLastChild); in bindChildView()
|
D | BaseExpandableListAdapterTest.java | 150 boolean isLastChild, View convertView, ViewGroup parent) { in getChildView() argument
|
D | ResourceCursorTreeAdapterTest.java | 201 boolean isLastChild) { in bindChildView() argument
|
D | CursorTreeAdapterTest.java | 657 Cursor cursor, boolean isLastChild) { in bindChildView() argument 715 boolean isLastChild, ViewGroup parent) { in newChildView() argument
|
D | ExpandableListViewTest.java | 661 boolean isLastChild, View convertView, ViewGroup parent) { in getChildView() argument
|
/cts/tests/tests/widget/src/android/widget/cts/util/ |
D | ExpandableListScenario.java | 319 public View getChildView(int groupPosition, int childPosition, boolean isLastChild, in getChildView() argument
|