Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DWorkModeSwitch.java33 import com.android.launcher3.anim.KeyboardInsetAnimationCallback;
40 KeyboardInsetAnimationCallback.KeyboardInsetListener {
79 KeyboardInsetAnimationCallback keyboardInsetAnimationCallback = in onFinishInflate()
80 new KeyboardInsetAnimationCallback(this); in onFinishInflate()
/packages/apps/Launcher3/src/com/android/launcher3/anim/
DKeyboardInsetAnimationCallback.java42 public class KeyboardInsetAnimationCallback extends WindowInsetsAnimation.Callback { class
59 public KeyboardInsetAnimationCallback(View view) { in KeyboardInsetAnimationCallback() method in KeyboardInsetAnimationCallback
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolder.java84 import com.android.launcher3.anim.KeyboardInsetAnimationCallback;
259 private KeyboardInsetAnimationCallback mKeyboardInsetAnimationCallback;
321 mKeyboardInsetAnimationCallback = new KeyboardInsetAnimationCallback(this); in onFinishInflate()