Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInsetsAnimationThreadControlRunner.java114 @LayoutInsetsDuringAnimation int layoutInsetsDuringAnimation, in InsetsAnimationThreadControlRunner() argument
119 mCallbacks, durationMs, interpolator, animationType, layoutInsetsDuringAnimation, in InsetsAnimationThreadControlRunner()
DInsetsController.java511 @LayoutInsetsDuringAnimation int layoutInsetsDuringAnimation, in PendingControlRequest() argument
518 this.layoutInsetsDuringAnimation = layoutInsetsDuringAnimation; in PendingControlRequest()
528 final @LayoutInsetsDuringAnimation int layoutInsetsDuringAnimation; field in InsetsController.PendingControlRequest
899 pendingRequest.layoutInsetsDuringAnimation, in show()
995 @LayoutInsetsDuringAnimation int layoutInsetsDuringAnimation, in controlAnimationUnchecked() argument
1040 interpolator, animationType, layoutInsetsDuringAnimation, cancellationSignal, in controlAnimationUnchecked()
1070 animationType, layoutInsetsDuringAnimation, mHost.getTranslator(), in controlAnimationUnchecked()
1074 animationType, layoutInsetsDuringAnimation, mHost.getTranslator()); in controlAnimationUnchecked()
1089 if (layoutInsetsDuringAnimation == LAYOUT_INSETS_DURING_ANIMATION_SHOWN) { in controlAnimationUnchecked()
DInsetsAnimationControlImpl.java116 @LayoutInsetsDuringAnimation int layoutInsetsDuringAnimation, in InsetsAnimationControlImpl() argument
153 mLayoutInsetsDuringAnimation = layoutInsetsDuringAnimation; in InsetsAnimationControlImpl()