Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/views/
DActivityContext.java288 final WindowInsetsController wic = root.getWindowInsetsController(); in hideKeyboard() local
291 if (wic != null) { in hideKeyboard()
295 wic.hide(WindowInsets.Type.ime()); in hideKeyboard()