Searched refs:layoutInsetsDuringAnimation (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/base/core/java/android/view/ |
H A D | InsetsController.java | 524 @LayoutInsetsDuringAnimation int layoutInsetsDuringAnimation, in PendingControlRequest() argument 531 this.layoutInsetsDuringAnimation = layoutInsetsDuringAnimation; in PendingControlRequest() 541 final @LayoutInsetsDuringAnimation int layoutInsetsDuringAnimation; field in InsetsController.PendingControlRequest 939 pendingRequest.layoutInsetsDuringAnimation, in show() 1035 @LayoutInsetsDuringAnimation int layoutInsetsDuringAnimation, in controlAnimationUnchecked() argument 1080 interpolator, animationType, layoutInsetsDuringAnimation, cancellationSignal, in controlAnimationUnchecked() 1110 animationType, layoutInsetsDuringAnimation, mHost.getTranslator(), in controlAnimationUnchecked() 1114 animationType, layoutInsetsDuringAnimation, mHost.getTranslator()); in controlAnimationUnchecked() 1129 if (layoutInsetsDuringAnimation == LAYOUT_INSETS_DURING_ANIMATION_SHOWN) { in controlAnimationUnchecked()
|
H A D | InsetsAnimationThreadControlRunner.java | 114 @LayoutInsetsDuringAnimation int layoutInsetsDuringAnimation, in InsetsAnimationThreadControlRunner() argument 119 mCallbacks, durationMs, interpolator, animationType, layoutInsetsDuringAnimation, in InsetsAnimationThreadControlRunner()
|
H A D | InsetsAnimationControlImpl.java | 116 @LayoutInsetsDuringAnimation int layoutInsetsDuringAnimation, in InsetsAnimationControlImpl() argument 153 mLayoutInsetsDuringAnimation = layoutInsetsDuringAnimation; in InsetsAnimationControlImpl()
|