Searched refs:layoutInsetsDuringAnimation (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | InsetsAnimationThreadControlRunner.java | 114 @LayoutInsetsDuringAnimation int layoutInsetsDuringAnimation, in InsetsAnimationThreadControlRunner() argument 119 mCallbacks, durationMs, interpolator, animationType, layoutInsetsDuringAnimation, in InsetsAnimationThreadControlRunner()
|
D | InsetsController.java | 511 @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()
|
D | InsetsAnimationControlImpl.java | 116 @LayoutInsetsDuringAnimation int layoutInsetsDuringAnimation, in InsetsAnimationControlImpl() argument 153 mLayoutInsetsDuringAnimation = layoutInsetsDuringAnimation; in InsetsAnimationControlImpl()
|