Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolder.java444 Insets keyboardInsets = windowInsets.getInsets(WindowInsets.Type.ime()); in onApplyWindowInsets() local
447 if (keyboardInsets.bottom > folderHeightFromBottom) { in onApplyWindowInsets()
449 this.setTranslationY(folderHeightFromBottom - keyboardInsets.bottom in onApplyWindowInsets()