Searched defs:childLayout (Results  1 – 3 of 3) sorted by relevance
| /frameworks/base/core/java/android/widget/ | 
| D | ResourceCursorTreeAdapter.java | 52             int expandedGroupLayout, int childLayout, int lastChildLayout) {  in ResourceCursorTreeAdapter()77             int expandedGroupLayout, int childLayout) {  in ResourceCursorTreeAdapter()
 93             int childLayout) {  in ResourceCursorTreeAdapter()
 
 | 
| D | SimpleCursorTreeAdapter.java | 103             int expandedGroupLayout, String[] groupFrom, int[] groupTo, int childLayout,  in SimpleCursorTreeAdapter()141             int childLayout, String[] childFrom, int[] childTo) {  in SimpleCursorTreeAdapter()
 173             String[] groupFrom, int[] groupTo, int childLayout, String[] childFrom,  in SimpleCursorTreeAdapter()
 
 | 
| D | SimpleExpandableListAdapter.java | 94             int childLayout, String[] childFrom, int[] childTo) {  in SimpleExpandableListAdapter()142             int childLayout, String[] childFrom, int[] childTo) {  in SimpleExpandableListAdapter()
 196             int childLayout, int lastChildLayout, String[] childFrom,  in SimpleExpandableListAdapter()
 
 |