Searched refs:keyboardInsets (Results 1 – 2 of 2) sorted by relevance
143 Insets keyboardInsets = insets.getInsets(WindowInsets.Type.ime()); in onApplyWindowInsets() local144 setTranslationY(mInsets.bottom - keyboardInsets.bottom); in onApplyWindowInsets()
423 Insets keyboardInsets = windowInsets.getInsets(WindowInsets.Type.ime()); in onApplyWindowInsets() local426 if (keyboardInsets.bottom > folderHeightFromBottom) { in onApplyWindowInsets()428 this.setTranslationY(folderHeightFromBottom - keyboardInsets.bottom in onApplyWindowInsets()