Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolder.java424 int folderHeightFromBottom = getHeightFromBottom(); in onApplyWindowInsets() local
426 if (keyboardInsets.bottom > folderHeightFromBottom) { in onApplyWindowInsets()
428 this.setTranslationY(folderHeightFromBottom - keyboardInsets.bottom in onApplyWindowInsets()