Searched refs:viewFor (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | RadioGroup.java | 439 @ViewStructureType int viewFor, int flags) { in onProvideStructure() argument 440 super.onProvideStructure(structure, viewFor, flags); in onProvideStructure() 442 if (viewFor == VIEW_STRUCTURE_FOR_AUTOFILL) { in onProvideStructure()
|
D | AdapterView.java | 1319 @ViewStructureType int viewFor, int flags) { in onProvideStructure() argument 1320 super.onProvideStructure(structure, viewFor, flags); in onProvideStructure() 1322 if (viewFor == VIEW_STRUCTURE_FOR_AUTOFILL in onProvideStructure() 1323 || viewFor == VIEW_STRUCTURE_FOR_CONTENT_CAPTURE) { in onProvideStructure()
|
D | CompoundButton.java | 691 @ViewStructureType int viewFor, int flags) { in onProvideStructure() argument 692 super.onProvideStructure(structure, viewFor, flags); in onProvideStructure() 694 if (viewFor == VIEW_STRUCTURE_FOR_AUTOFILL) { in onProvideStructure()
|
D | Switch.java | 1594 @ViewStructureType int viewFor, int flags) { in onProvideStructure() argument
|
/frameworks/base/core/java/android/view/ |
D | View.java | 9636 @ViewStructureType int viewFor, int flags) { 9653 if (viewFor == VIEW_STRUCTURE_FOR_AUTOFILL 9654 || viewFor == VIEW_STRUCTURE_FOR_CONTENT_CAPTURE) { 9675 if (viewFor == VIEW_STRUCTURE_FOR_AUTOFILL 9699 if (viewFor == VIEW_STRUCTURE_FOR_ASSIST) { 11213 @ViewStructureType int viewFor, @AutofillFlags int flags) { 11214 if (viewFor == VIEW_STRUCTURE_FOR_AUTOFILL) {
|