Home
last modified time | relevance | path

Searched refs:focusedLine (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.kt53 private var focusedLine: Line? = null variable
150 Log.d(TAG, "Removing focus from " + focusedLine) in onTouchEvent()
151 focusedLine?.changeFocus(false) in onTouchEvent()
153 focusedLine = line.apply { changeFocus(true) } in onTouchEvent()