Home
last modified time | relevance | path

Searched refs:viewFor (Results 1 – 5 of 5) 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()
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()
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()
DTextView.java11415 @ViewStructureType int viewFor, int flags) { in onProvideStructure() argument
11416 super.onProvideStructure(structure, viewFor, flags); in onProvideStructure()
11420 if (viewFor == VIEW_STRUCTURE_FOR_AUTOFILL) { in onProvideStructure()
11421 if (viewFor == VIEW_STRUCTURE_FOR_AUTOFILL) { in onProvideStructure()
11436 if (!isPassword || viewFor == VIEW_STRUCTURE_FOR_AUTOFILL) { in onProvideStructure()
11445 if (viewFor == VIEW_STRUCTURE_FOR_AUTOFILL) { in onProvideStructure()
11509 if (viewFor == VIEW_STRUCTURE_FOR_AUTOFILL) { in onProvideStructure()
11525 if (viewFor == VIEW_STRUCTURE_FOR_ASSIST) { in onProvideStructure()
11553 if (viewFor == VIEW_STRUCTURE_FOR_AUTOFILL) { in onProvideStructure()
DSwitch.java1500 @ViewStructureType int viewFor, int flags) { in onProvideStructure() argument