Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DPendingInsetsControllerTest.java97 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()
H A DInsetsControllerTest.java212 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 …]
H A DInsetsAnimationControlImplTest.java83 @Mock WindowInsetsAnimationControlListener mMockListener;
/aosp14/frameworks/base/tests/WindowInsetsTests/src/com/google/android/test/windowinsetstests/
H A DChatActivity.java39 import android.view.WindowInsetsAnimationControlListener;
73 WindowInsetsAnimationControlListener mCurrentRequest; in onCreate()
100 mCurrentRequest = new WindowInsetsAnimationControlListener() { in onCreate()
195 new WindowInsetsAnimationControlListener() { in onCreate()
H A DControllerActivity.java25 import android.view.WindowInsetsAnimationControlListener;
177 new WindowInsetsAnimationControlListener() { in onStartTrackingTouch()
/aosp14/frameworks/base/core/java/android/view/
H A DWindowInsetsController.java200 @NonNull WindowInsetsAnimationControlListener listener); in controlWindowInsetsAnimation()
215 @Nullable WindowInsetsAnimationControlListener listener); in setSystemDrivenInsetsAnimationLoggingListener()
H A DPendingInsetsController.java48 private WindowInsetsAnimationControlListener mLoggingListener;
219 @Nullable WindowInsetsAnimationControlListener listener) { in setSystemDrivenInsetsAnimationLoggingListener()
231 @NonNull WindowInsetsAnimationControlListener listener) { in controlWindowInsetsAnimation()
H A DWindowInsetsAnimationControlListener.java42 public interface WindowInsetsAnimationControlListener { interface
H A DInsetsAnimationControlCallbacks.java39 void startAnimation(T runner, WindowInsetsAnimationControlListener listener, int types, in startAnimation()
H A DInsetsAnimationThreadControlRunner.java59 void startAnimation(T runner, WindowInsetsAnimationControlListener listener, int types,
112 @Nullable Rect frame, InsetsState state, WindowInsetsAnimationControlListener listener, in InsetsAnimationThreadControlRunner()
H A DInsetsController.java337 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 …]
H A DInsetsResizeAnimationRunner.java46 InternalInsetsAnimationController, WindowInsetsAnimationControlListener {
H A DInsetsAnimationControlImpl.java87 private final WindowInsetsAnimationControlListener mListener;
123 @Nullable Rect frame, InsetsState state, WindowInsetsAnimationControlListener listener, in InsetsAnimationControlImpl()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardPasswordView.java41 import android.view.WindowInsetsAnimationControlListener;
188 Interpolators.LINEAR, null, new WindowInsetsAnimationControlListener() { in startDisappearAnimation() method
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt16551 …oid/graphics/Rect;Landroid/view/InsetsState;Landroid/view/WindowInsetsAnimationControlListener;ILa…
16583 …roid/view/InsetsAnimationThreadControlRunner;ILandroid/view/WindowInsetsAnimationControlListener;)V
16593 …(Landroid/view/InsetsAnimationControlRunner;Landroid/view/WindowInsetsAnimationControlListener;ILa…
16618 …rnalAnimationControlListener;-><init>(ZZIIZILandroid/view/WindowInsetsAnimationControlListener;Lan…
16646WindowInsetsAnimationControlListener;Landroid/graphics/Rect;ZJLandroid/view/animation/Interpolator…
31748 Landroid/view/WindowInsetsAnimationControlListener;
H A Dpreloaded-classes8950 android.view.WindowInsetsAnimationControlListener
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt16615 …oid/graphics/Rect;Landroid/view/InsetsState;Landroid/view/WindowInsetsAnimationControlListener;ILa…
16647 …roid/view/InsetsAnimationThreadControlRunner;ILandroid/view/WindowInsetsAnimationControlListener;)V
16657 …(Landroid/view/InsetsAnimationControlRunner;Landroid/view/WindowInsetsAnimationControlListener;ILa…
16682 …rnalAnimationControlListener;-><init>(ZZIIZILandroid/view/WindowInsetsAnimationControlListener;Lan…
16710WindowInsetsAnimationControlListener;Landroid/graphics/Rect;ZJLandroid/view/animation/Interpolator…
41882 Landroid/view/WindowInsetsAnimationControlListener;
H A Dpreloaded-classes8981 android.view.WindowInsetsAnimationControlListener
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt53876 public interface WindowInsetsAnimationControlListener {
53898 …ullable android.os.CancellationSignal, @NonNull android.view.WindowInsetsAnimationControlListener);