Searched refs:mKeyboardInsetAnimationCallback (Results 1 – 2 of 2) sorted by relevance
53 private KeyboardInsetAnimationCallback mKeyboardInsetAnimationCallback; field in WorkModeSwitch73 mKeyboardInsetAnimationCallback = new KeyboardInsetAnimationCallback(this); in onFinishInflate()74 setWindowInsetsAnimationCallback(mKeyboardInsetAnimationCallback); in onFinishInflate()
232 private KeyboardInsetAnimationCallback mKeyboardInsetAnimationCallback; field in Folder293 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()