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

/frameworks/base/core/java/android/widget/
H A DResourceCursorTreeAdapter.java46 * @param childLayout resource identifier of a layout file that defines the
52 int expandedGroupLayout, int childLayout, int lastChildLayout) {
57 mChildLayout = childLayout;
73 * @param childLayout resource identifier of a layout file that defines the
77 int expandedGroupLayout, int childLayout) {
78 this(context, cursor, collapsedGroupLayout, expandedGroupLayout, childLayout, childLayout);
89 * @param childLayout resource identifier of a layout file that defines the
93 int childLayout) {
94 this(context, cursor, groupLayout, groupLayout, childLayout, childLayou
51 ResourceCursorTreeAdapter(Context context, Cursor cursor, int collapsedGroupLayout, int expandedGroupLayout, int childLayout, int lastChildLayout) argument
76 ResourceCursorTreeAdapter(Context context, Cursor cursor, int collapsedGroupLayout, int expandedGroupLayout, int childLayout) argument
92 ResourceCursorTreeAdapter(Context context, Cursor cursor, int groupLayout, int childLayout) argument
[all...]
H A DSimpleCursorTreeAdapter.java88 * @param childLayout The resource identifier of a layout file that defines
103 int expandedGroupLayout, String[] groupFrom, int[] groupTo, int childLayout,
105 super(context, cursor, collapsedGroupLayout, expandedGroupLayout, childLayout,
129 * @param childLayout The resource identifier of a layout file that defines
141 int childLayout, String[] childFrom, int[] childTo) {
142 super(context, cursor, collapsedGroupLayout, expandedGroupLayout, childLayout);
162 * @param childLayout The resource identifier of a layout file that defines
173 String[] groupFrom, int[] groupTo, int childLayout, String[] childFrom,
175 super(context, cursor, groupLayout, childLayout);
102 SimpleCursorTreeAdapter(Context context, Cursor cursor, int collapsedGroupLayout, int expandedGroupLayout, String[] groupFrom, int[] groupTo, int childLayout, int lastChildLayout, String[] childFrom, int[] childTo) argument
139 SimpleCursorTreeAdapter(Context context, Cursor cursor, int collapsedGroupLayout, int expandedGroupLayout, String[] groupFrom, int[] groupTo, int childLayout, String[] childFrom, int[] childTo) argument
172 SimpleCursorTreeAdapter(Context context, Cursor cursor, int groupLayout, String[] groupFrom, int[] groupTo, int childLayout, String[] childFrom, int[] childTo) argument
H A DSimpleExpandableListAdapter.java86 * @param childLayout resource identifier of a view layout that defines the
94 int childLayout, String[] childFrom, int[] childTo) {
96 childLayout, childLayout, childFrom, childTo);
134 * @param childLayout resource identifier of a view layout that defines the
142 int childLayout, String[] childFrom, int[] childTo) {
144 groupFrom, groupTo, childData, childLayout, childLayout,
183 * @param childLayout resource identifier of a view layout that defines the
196 int childLayout, in
90 SimpleExpandableListAdapter(Context context, List<? extends Map<String, ?>> groupData, int groupLayout, String[] groupFrom, int[] groupTo, List<? extends List<? extends Map<String, ?>>> childData, int childLayout, String[] childFrom, int[] childTo) argument
138 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, String[] childFrom, int[] childTo) argument
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
[all...]

Completed in 10 milliseconds