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.java457 int folderHeightFromBottom = getHeightFromBottom(); in onApplyWindowInsets() local
459 if (keyboardInsets.bottom > folderHeightFromBottom) { in onApplyWindowInsets()
461 this.setTranslationY(folderHeightFromBottom - keyboardInsets.bottom in onApplyWindowInsets()