Home
last modified time | relevance | path

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

/developers/samples/android/input/autofill/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/app/
DCustomVirtualView.kt126 val readOnlyText = it.labelItem.text.toString() + ": [" in onDraw()
172 put(it.labelItem.id, it.labelItem) in addLine()
201 … var labelItem: Item = Item(this, ++nextId, null, View.AUTOFILL_TYPE_NONE, label, false, true) variable
234 return "Label: " + labelItem + " Text: " + fieldTextItem + " Focused: " + in toString()