InputMethodManager.SetImeShowAnimationDurationOverrideMillis Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets or clears the IME show animation duration override.
[Android.Runtime.Register("setImeShowAnimationDurationOverrideMillis", "(Landroid/view/View;J)V", "", ApiSince=37)]
public void SetImeShowAnimationDurationOverrideMillis(Android.Views.View view, long durationMillis);
[<Android.Runtime.Register("setImeShowAnimationDurationOverrideMillis", "(Landroid/view/View;J)V", "", ApiSince=37)>]
member this.SetImeShowAnimationDurationOverrideMillis : Android.Views.View * int64 -> unit
Parameters
- view
- View
the view whose tree the duration override is to be applied to
- durationMillis
- Int64
the non-negative duration override in milliseconds being set, or
-1 to clear the duration override.
- Attributes