Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolder.java259 private KeyboardInsetAnimationCallback mKeyboardInsetAnimationCallback; field in Folder
321 mKeyboardInsetAnimationCallback = new KeyboardInsetAnimationCallback(this); in onFinishInflate()
322 setWindowInsetsAnimationCallback(mKeyboardInsetAnimationCallback); in onFinishInflate()
843 if (mKeyboardInsetAnimationCallback != null) { in animateClosed()
844 setWindowInsetsAnimationCallback(mKeyboardInsetAnimationCallback); in animateClosed()