Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/autofill/
H A DAutofillManager.java3190 handler.post(() -> requestShowSoftInputInViewThread(view)); in requestShowSoftInput()
3192 requestShowSoftInputInViewThread(view); in requestShowSoftInput()
3197 private static void requestShowSoftInputInViewThread(@NonNull View view) { in requestShowSoftInputInViewThread() method in AutofillManager