Home
last modified time | relevance | path

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