Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DFolder.java429 int folderHeightFromBottom = getHeightFromBottom(); in onApplyWindowInsets() local
431 if (keyboardInsets.bottom > folderHeightFromBottom) { in onApplyWindowInsets()
433 this.setTranslationY(folderHeightFromBottom - keyboardInsets.bottom in onApplyWindowInsets()