Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DFolder.java233 private KeyboardInsetAnimationCallback mKeyboardInsetAnimationCallback; field in Folder
298 mKeyboardInsetAnimationCallback = new KeyboardInsetAnimationCallback(this); in onFinishInflate()
299 setWindowInsetsAnimationCallback(mKeyboardInsetAnimationCallback); in onFinishInflate()
805 if (Utilities.ATLEAST_R && mKeyboardInsetAnimationCallback != null) { in animateClosed()
806 setWindowInsetsAnimationCallback(mKeyboardInsetAnimationCallback); in animateClosed()