Searched refs:WindowInsetsAnimationControlListener (Results 1 – 6 of 6) sorted by relevance
68 @NonNull WindowInsetsAnimationControlListener listener); in controlWindowInsetsAnimation()78 @NonNull WindowInsetsAnimationControlListener listener) { in controlInputMethodAnimation()
273 WindowInsetsAnimationControlListener listener) { in controlWindowInsetsAnimation()278 WindowInsetsAnimationControlListener listener, boolean fromIme) { in controlWindowInsetsAnimation()289 WindowInsetsAnimationControlListener listener, Rect frame, boolean fromIme) { in controlAnimationUnchecked()500 WindowInsetsAnimationControlListener listener = new WindowInsetsAnimationControlListener() { in applyAnimation()
27 public interface WindowInsetsAnimationControlListener { interface
55 private final WindowInsetsAnimationControlListener mListener;80 InsetsState state, WindowInsetsAnimationControlListener listener, in InsetsAnimationControlImpl()
121 WindowInsetsAnimationControlListener mockListener = in testControlsRevoked_duringAnim()122 mock(WindowInsetsAnimationControlListener.class); in testControlsRevoked_duringAnim()133 WindowInsetsAnimationControlListener controlListener = in testFrameDoesntMatchDisplay()134 mock(WindowInsetsAnimationControlListener.class); in testFrameDoesntMatchDisplay()324 WindowInsetsAnimationControlListener mockListener = in testAnimationEndState_controller()325 mock(WindowInsetsAnimationControlListener.class); in testAnimationEndState_controller()
80 @Mock WindowInsetsAnimationControlListener mMockListener;