Searched refs:WindowInsetsAnimationControlListener (Results 1 – 20 of 20) sorted by relevance
97 WindowInsetsAnimationControlListener listener = in testControl()98 mock(WindowInsetsAnimationControlListener.class); in testControl()108 WindowInsetsAnimationControlListener listener = in testControl_direct()109 mock(WindowInsetsAnimationControlListener.class); in testControl_direct()217 WindowInsetsAnimationControlListener listener = in testSystemDrivenInsetsAnimationLoggingListener()218 mock(WindowInsetsAnimationControlListener.class); in testSystemDrivenInsetsAnimationLoggingListener()227 WindowInsetsAnimationControlListener listener = in testSystemDrivenInsetsAnimationLoggingListener_direct()228 mock(WindowInsetsAnimationControlListener.class); in testSystemDrivenInsetsAnimationLoggingListener_direct()
212 WindowInsetsAnimationControlListener mockListener = in testControlsRevoked_duringAnim()213 mock(WindowInsetsAnimationControlListener.class); in testControlsRevoked_duringAnim()228 WindowInsetsAnimationControlListener controlListener = in testFrameDoesntOverlapWithInsets()229 mock(WindowInsetsAnimationControlListener.class); in testFrameDoesntOverlapWithInsets()507 WindowInsetsAnimationControlListener mockListener = in testAnimationEndState_controller()508 mock(WindowInsetsAnimationControlListener.class); in testAnimationEndState_controller()533 WindowInsetsAnimationControlListener mockListener = in testCancellation_afterGainingControl()559 WindowInsetsAnimationControlListener listener = in testControlImeNotReady()584 WindowInsetsAnimationControlListener listener = in testControlImeNotReady_controlRevoked()605 WindowInsetsAnimationControlListener listener = in testControlImeNotReady_timeout()[all …]
83 @Mock WindowInsetsAnimationControlListener mMockListener;
39 import android.view.WindowInsetsAnimationControlListener;73 WindowInsetsAnimationControlListener mCurrentRequest; in onCreate()100 mCurrentRequest = new WindowInsetsAnimationControlListener() { in onCreate()195 new WindowInsetsAnimationControlListener() { in onCreate()
25 import android.view.WindowInsetsAnimationControlListener;177 new WindowInsetsAnimationControlListener() { in onStartTrackingTouch()
200 @NonNull WindowInsetsAnimationControlListener listener); in controlWindowInsetsAnimation()215 @Nullable WindowInsetsAnimationControlListener listener); in setSystemDrivenInsetsAnimationLoggingListener()
48 private WindowInsetsAnimationControlListener mLoggingListener;219 @Nullable WindowInsetsAnimationControlListener listener) { in setSystemDrivenInsetsAnimationLoggingListener()231 @NonNull WindowInsetsAnimationControlListener listener) { in controlWindowInsetsAnimation()
42 public interface WindowInsetsAnimationControlListener { interface
39 void startAnimation(T runner, WindowInsetsAnimationControlListener listener, int types, in startAnimation()
59 void startAnimation(T runner, WindowInsetsAnimationControlListener listener, int types,112 @Nullable Rect frame, InsetsState state, WindowInsetsAnimationControlListener listener, in InsetsAnimationThreadControlRunner()
337 private WindowInsetsAnimationControlListener mLoggingListener;363 implements WindowInsetsAnimationControlListener {374 private final WindowInsetsAnimationControlListener mLoggingListener;389 int floatingImeBottomInset, WindowInsetsAnimationControlListener loggingListener, in InternalAnimationControlListener()617 final WindowInsetsAnimationControlListener listener;1261 @NonNull WindowInsetsAnimationControlListener listener) { in controlWindowInsetsAnimation()1268 WindowInsetsAnimationControlListener listener, in controlWindowInsetsAnimation()1288 WindowInsetsAnimationControlListener listener, @Nullable Rect frame, boolean fromIme, in controlAnimationUnchecked()1311 WindowInsetsAnimationControlListener listener, @Nullable Rect frame, boolean fromIme, in controlAnimationUncheckedInner()1464 @Nullable WindowInsetsAnimationControlListener listener) { in setSystemDrivenInsetsAnimationLoggingListener()[all …]
46 InternalInsetsAnimationController, WindowInsetsAnimationControlListener {
87 private final WindowInsetsAnimationControlListener mListener;123 @Nullable Rect frame, InsetsState state, WindowInsetsAnimationControlListener listener, in InsetsAnimationControlImpl()
41 import android.view.WindowInsetsAnimationControlListener;188 Interpolators.LINEAR, null, new WindowInsetsAnimationControlListener() { in startDisappearAnimation() method
16551 …oid/graphics/Rect;Landroid/view/InsetsState;Landroid/view/WindowInsetsAnimationControlListener;ILa…16583 …roid/view/InsetsAnimationThreadControlRunner;ILandroid/view/WindowInsetsAnimationControlListener;)V16593 …(Landroid/view/InsetsAnimationControlRunner;Landroid/view/WindowInsetsAnimationControlListener;ILa…16618 …rnalAnimationControlListener;-><init>(ZZIIZILandroid/view/WindowInsetsAnimationControlListener;Lan…16646 …WindowInsetsAnimationControlListener;Landroid/graphics/Rect;ZJLandroid/view/animation/Interpolator…31748 Landroid/view/WindowInsetsAnimationControlListener;
8950 android.view.WindowInsetsAnimationControlListener
16615 …oid/graphics/Rect;Landroid/view/InsetsState;Landroid/view/WindowInsetsAnimationControlListener;ILa…16647 …roid/view/InsetsAnimationThreadControlRunner;ILandroid/view/WindowInsetsAnimationControlListener;)V16657 …(Landroid/view/InsetsAnimationControlRunner;Landroid/view/WindowInsetsAnimationControlListener;ILa…16682 …rnalAnimationControlListener;-><init>(ZZIIZILandroid/view/WindowInsetsAnimationControlListener;Lan…16710 …WindowInsetsAnimationControlListener;Landroid/graphics/Rect;ZJLandroid/view/animation/Interpolator…41882 Landroid/view/WindowInsetsAnimationControlListener;
8981 android.view.WindowInsetsAnimationControlListener
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
53876 public interface WindowInsetsAnimationControlListener {53898 …ullable android.os.CancellationSignal, @NonNull android.view.WindowInsetsAnimationControlListener);