Searched refs:KeyboardInsetListener (Results 1 – 2 of 2) sorted by relevance
82 if (mView instanceof KeyboardInsetListener) { in onStart()83 ((KeyboardInsetListener) mView).onTranslationStart(); in onStart()110 if (mView instanceof KeyboardInsetListener) { in onProgress()111 ((KeyboardInsetListener) mView).onKeyboardAlphaChanged(animation.getAlpha()); in onProgress()119 if (mView instanceof KeyboardInsetListener) { in onEnd()120 ((KeyboardInsetListener) mView).onTranslationEnd(); in onEnd()128 public interface KeyboardInsetListener { interface in KeyboardInsetAnimationCallback
40 KeyboardInsetAnimationCallback.KeyboardInsetListener {