View.DispatchWindowInsetsAnimationProgress Метод

Определение

Отправляет, WindowInsetsAnimation.Callback#onProgress(WindowInsets, List) когда анимация оконных наборов выполняется.

[Android.Runtime.Register("dispatchWindowInsetsAnimationProgress", "(Landroid/view/WindowInsets;Ljava/util/List;)Landroid/view/WindowInsets;", "GetDispatchWindowInsetsAnimationProgress_Landroid_view_WindowInsets_Ljava_util_List_Handler", ApiSince=30)]
public virtual Android.Views.WindowInsets DispatchWindowInsetsAnimationProgress (Android.Views.WindowInsets insets, System.Collections.Generic.IList<Android.Views.WindowInsetsAnimation> runningAnimations);
[<Android.Runtime.Register("dispatchWindowInsetsAnimationProgress", "(Landroid/view/WindowInsets;Ljava/util/List;)Landroid/view/WindowInsets;", "GetDispatchWindowInsetsAnimationProgress_Landroid_view_WindowInsets_Ljava_util_List_Handler", ApiSince=30)>]
abstract member DispatchWindowInsetsAnimationProgress : Android.Views.WindowInsets * System.Collections.Generic.IList<Android.Views.WindowInsetsAnimation> -> Android.Views.WindowInsets
override this.DispatchWindowInsetsAnimationProgress : Android.Views.WindowInsets * System.Collections.Generic.IList<Android.Views.WindowInsetsAnimation> -> Android.Views.WindowInsets

Параметры

insets
WindowInsets

Текущий контекст WindowInsets.

runningAnimations
IList<WindowInsetsAnimation>

Выполняющаяся WindowInsetsAnimationв данный момент s.

Возвращаемое значение

текущий WindowInsets.

Атрибуты

Комментарии

Отправляет, WindowInsetsAnimation.Callback#onProgress(WindowInsets, List) когда анимация оконных наборов выполняется.

Документация по Java для android.view.View.dispatchWindowInsetsAnimationProgress(android.view.WindowInsets, java.util.List<android.view.WindowInsetsAnimation>).

Части этой страницы являются изменениями, основанными на работе, созданной и совместно используемой проектом Android и используемой в соответствии с условиями, Creative Commons 2.5 Attribution License.

Применяется к