Home
last modified time | relevance | path

Searched refs:WindowInsetsAnimationControlListener (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/view/
DWindowInsetsController.java68 @NonNull WindowInsetsAnimationControlListener listener); in controlWindowInsetsAnimation()
78 @NonNull WindowInsetsAnimationControlListener listener) { in controlInputMethodAnimation()
DInsetsController.java273 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()
DWindowInsetsAnimationControlListener.java27 public interface WindowInsetsAnimationControlListener { interface
DInsetsAnimationControlImpl.java55 private final WindowInsetsAnimationControlListener mListener;
80 InsetsState state, WindowInsetsAnimationControlListener listener, in InsetsAnimationControlImpl()
/frameworks/base/core/tests/coretests/src/android/view/
DInsetsControllerTest.java121 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()
DInsetsAnimationControlImplTest.java80 @Mock WindowInsetsAnimationControlListener mMockListener;