Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DRadioGroup.java433 @ViewStructureType int viewFor, int flags) { in onProvideStructure() argument
434 super.onProvideStructure(structure, viewFor, flags); in onProvideStructure()
436 if (viewFor == VIEW_STRUCTURE_FOR_AUTOFILL) { in onProvideStructure()
DAdapterView.java1318 @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()
DCompoundButton.java621 @ViewStructureType int viewFor, int flags) { in onProvideStructure() argument
622 super.onProvideStructure(structure, viewFor, flags); in onProvideStructure()
624 if (viewFor == VIEW_STRUCTURE_FOR_AUTOFILL) { in onProvideStructure()
DTextView.java11453 @ViewStructureType int viewFor, int flags) { in onProvideStructure() argument
11454 super.onProvideStructure(structure, viewFor, flags); in onProvideStructure()
11458 if (viewFor == VIEW_STRUCTURE_FOR_AUTOFILL in onProvideStructure()
11459 || viewFor == VIEW_STRUCTURE_FOR_CONTENT_CAPTURE) { in onProvideStructure()
11460 if (viewFor == VIEW_STRUCTURE_FOR_AUTOFILL) { in onProvideStructure()
11475 if (!isPassword || viewFor == VIEW_STRUCTURE_FOR_AUTOFILL in onProvideStructure()
11476 || viewFor == VIEW_STRUCTURE_FOR_CONTENT_CAPTURE) { in onProvideStructure()
11478 if (viewFor == VIEW_STRUCTURE_FOR_CONTENT_CAPTURE) { in onProvideStructure()
11488 if (viewFor == VIEW_STRUCTURE_FOR_AUTOFILL) { in onProvideStructure()
11552 if (viewFor == VIEW_STRUCTURE_FOR_AUTOFILL) { in onProvideStructure()
[all …]
DSwitch.java1500 @ViewStructureType int viewFor, int flags) { in onProvideStructure() argument
/frameworks/base/core/java/android/view/
DView.java8629 @ViewStructureType int viewFor, int flags) {
8646 if (viewFor == VIEW_STRUCTURE_FOR_AUTOFILL
8647 || viewFor == VIEW_STRUCTURE_FOR_CONTENT_CAPTURE) {
8661 if (viewFor == VIEW_STRUCTURE_FOR_AUTOFILL
8685 if (viewFor == VIEW_STRUCTURE_FOR_ASSIST) {
9776 @ViewStructureType int viewFor, @AutofillFlags int flags) {
9777 if (viewFor == VIEW_STRUCTURE_FOR_AUTOFILL) {