Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DWorkModeSwitch.java53 private KeyboardInsetAnimationCallback mKeyboardInsetAnimationCallback; field in WorkModeSwitch
73 mKeyboardInsetAnimationCallback = new KeyboardInsetAnimationCallback(this); in onFinishInflate()
74 setWindowInsetsAnimationCallback(mKeyboardInsetAnimationCallback); in onFinishInflate()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolder.java232 private KeyboardInsetAnimationCallback mKeyboardInsetAnimationCallback; field in Folder
293 mKeyboardInsetAnimationCallback = new KeyboardInsetAnimationCallback(this); in onFinishInflate()
294 setWindowInsetsAnimationCallback(mKeyboardInsetAnimationCallback); in onFinishInflate()
799 if (Utilities.ATLEAST_R && mKeyboardInsetAnimationCallback != null) { in animateClosed()
800 setWindowInsetsAnimationCallback(mKeyboardInsetAnimationCallback); in animateClosed()