Searched refs:viewFor (Results 1 – 6 of 6) 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 | 1318 @ViewStructureType int viewFor, int flags) { in onProvideStructure() argument 1319 super.onProvideStructure(structure, viewFor, flags); in onProvideStructure() 1321 if (viewFor == VIEW_STRUCTURE_FOR_AUTOFILL in onProvideStructure() 1322 || 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 | TextView.java | 11750 @ViewStructureType int viewFor, int flags) { in onProvideStructure() argument 11751 super.onProvideStructure(structure, viewFor, flags); in onProvideStructure() 11755 if (viewFor == VIEW_STRUCTURE_FOR_AUTOFILL in onProvideStructure() 11756 || viewFor == VIEW_STRUCTURE_FOR_CONTENT_CAPTURE) { in onProvideStructure() 11757 if (viewFor == VIEW_STRUCTURE_FOR_AUTOFILL) { in onProvideStructure() 11784 if (!isPassword || viewFor == VIEW_STRUCTURE_FOR_AUTOFILL in onProvideStructure() 11785 || viewFor == VIEW_STRUCTURE_FOR_CONTENT_CAPTURE) { in onProvideStructure() 11787 if (viewFor == VIEW_STRUCTURE_FOR_CONTENT_CAPTURE) { in onProvideStructure() 11797 if (viewFor == VIEW_STRUCTURE_FOR_AUTOFILL) { in onProvideStructure() 11872 if (viewFor == VIEW_STRUCTURE_FOR_AUTOFILL) { in onProvideStructure() [all …]
|
D | Switch.java | 1584 @ViewStructureType int viewFor, int flags) { in onProvideStructure() argument
|
/frameworks/base/core/java/android/view/ |
D | View.java | 8847 @ViewStructureType int viewFor, int flags) { 8864 if (viewFor == VIEW_STRUCTURE_FOR_AUTOFILL 8865 || viewFor == VIEW_STRUCTURE_FOR_CONTENT_CAPTURE) { 8880 if (viewFor == VIEW_STRUCTURE_FOR_AUTOFILL 8904 if (viewFor == VIEW_STRUCTURE_FOR_ASSIST) { 10143 @ViewStructureType int viewFor, @AutofillFlags int flags) { in dispatchProvideStructure() argument 10144 if (viewFor == VIEW_STRUCTURE_FOR_AUTOFILL) { in dispatchProvideStructure()
|