다음을 통해 공유


WindowInsetsAnimation(Int32, IInterpolator, Int64) 생성자

정의

WindowInsetsAnimation 개체를 만듭니다.

[Android.Runtime.Register(".ctor", "(ILandroid/view/animation/Interpolator;J)V", "", ApiSince=30)]
public WindowInsetsAnimation (int typeMask, Android.Views.Animations.IInterpolator? interpolator, long durationMillis);
[<Android.Runtime.Register(".ctor", "(ILandroid/view/animation/Interpolator;J)V", "", ApiSince=30)>]
new Android.Views.WindowInsetsAnimation : int * Android.Views.Animations.IInterpolator * int64 -> Android.Views.WindowInsetsAnimation

매개 변수

typeMask
Int32

애니메이션 효과를 주는 s의 WindowInsets.Type비트 마스크입니다.

interpolator
IInterpolator

애니메이션의 보간자입니다.

durationMillis
Int64

에 있는 java.util.concurrent.TimeUnit#MILLISECONDS애니메이션의 기간입니다.

특성

설명

WindowInsetsAnimation 개체를 만듭니다.

일반적으로 시스템에서 애플리케이션에서 수신 대기할 이 개체를 만드는 것처럼 테스트에만 사용해야 합니다 Callback.

에 대한 android.view.WindowInsetsAnimation.WindowInsetsAnimation(int, android.view.animation.Interpolator, long)Java 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상