Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DWorkModeSwitch.java143 Insets keyboardInsets = insets.getInsets(WindowInsets.Type.ime()); in onApplyWindowInsets() local
144 setTranslationY(mInsets.bottom - keyboardInsets.bottom); in onApplyWindowInsets()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolder.java423 Insets keyboardInsets = windowInsets.getInsets(WindowInsets.Type.ime()); in onApplyWindowInsets() local
426 if (keyboardInsets.bottom > folderHeightFromBottom) { in onApplyWindowInsets()
428 this.setTranslationY(folderHeightFromBottom - keyboardInsets.bottom in onApplyWindowInsets()