Home
last modified time | relevance | path

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

/developers/samples/android/input/autofill/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/app/
DStandardAutoCompleteSignInActivity.kt38 private lateinit var autofillManager: AutofillManager variable in com.example.android.autofillframework.app.StandardAutoCompleteSignInActivity
48 autofillManager = getSystemService(AutofillManager::class.java) in onCreate()
56 autofillManager.registerCallback(autofillCallback) in onResume()
61 autofillManager.unregisterCallback(autofillCallback) in onPause()
DCustomVirtualView.kt52 private val autofillManager = context.getSystemService(AutofillManager::class.java) constant
209autofillManager.notifyViewEntered(this@CustomVirtualView, fieldTextItem.id, absBounds) in changeFocus()
212 autofillManager.notifyViewExited(this@CustomVirtualView, fieldTextItem.id) in changeFocus()
/developers/samples/android/input/autofill/AutofillFramework/kotlinApp/
DREADME.md61 …private val autofillManager: AutofillManager = context.getSystemService(AutofillManager::class.jav…
64 autofillManager.notifyViewEntered(this@CustomVirtualView, id, absBounds)
67 autofillManager.notifyViewExited(this@CustomVirtualView, id)