Home
last modified time | relevance | path

Searched refs:unfocusedColor (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.kt64 private val unfocusedColor = Color.BLACK constant
125 textPaint.color = if (it.fieldTextItem.focused) focusedColor else unfocusedColor in onDraw()