Home
last modified time | relevance | path

Searched refs:layoutInsetsDuringAnimation (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/core/java/android/view/
H A DInsetsController.java524 @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 DInsetsAnimationThreadControlRunner.java114 @LayoutInsetsDuringAnimation int layoutInsetsDuringAnimation, in InsetsAnimationThreadControlRunner() argument
119 mCallbacks, durationMs, interpolator, animationType, layoutInsetsDuringAnimation, in InsetsAnimationThreadControlRunner()
H A DInsetsAnimationControlImpl.java116 @LayoutInsetsDuringAnimation int layoutInsetsDuringAnimation, in InsetsAnimationControlImpl() argument
153 mLayoutInsetsDuringAnimation = layoutInsetsDuringAnimation; in InsetsAnimationControlImpl()