Searched defs:lastChildLayout (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DResourceCursorTreeAdapter.java48 * @param lastChildLayout resource identifier of a layout file that defines
52 int expandedGroupLayout, int childLayout, int lastChildLayout) {
58 mLastChildLayout = lastChildLayout;
51 ResourceCursorTreeAdapter(Context context, Cursor cursor, int collapsedGroupLayout, int expandedGroupLayout, int childLayout, int lastChildLayout) argument
H A DSimpleCursorTreeAdapter.java91 * @param lastChildLayout The resource identifier of a layout file that
104 int lastChildLayout, String[] childFrom, int[] childTo) {
106 lastChildLayout);
102 SimpleCursorTreeAdapter(Context context, Cursor cursor, int collapsedGroupLayout, int expandedGroupLayout, String[] groupFrom, int[] groupTo, int childLayout, int lastChildLayout, String[] childFrom, int[] childTo) argument
H A DSimpleExpandableListAdapter.java185 * in which case the lastChildLayout is used). The layout file
187 * @param lastChildLayout resource identifier of a view layout that defines
196 int childLayout, int lastChildLayout, String[] childFrom,
206 mLastChildLayout = lastChildLayout;
192 SimpleExpandableListAdapter(Context context, List<? extends Map<String, ?>> groupData, int expandedGroupLayout, int collapsedGroupLayout, String[] groupFrom, int[] groupTo, List<? extends List<? extends Map<String, ?>>> childData, int childLayout, int lastChildLayout, String[] childFrom, int[] childTo) argument

Completed in 55 milliseconds