Home
last modified time | relevance | path

Searched refs:viewFor (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/widget/
DRadioGroup.java439 @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()
DAdapterView.java1319 @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()
DCompoundButton.java691 @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()
DSwitch.java1594 @ViewStructureType int viewFor, int flags) { in onProvideStructure() argument
/frameworks/base/core/java/android/view/
DView.java9636 @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) {