Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/anim/
DKeyboardInsetAnimationCallback.java82 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
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DWorkModeSwitch.java40 KeyboardInsetAnimationCallback.KeyboardInsetListener {