InputMethodManager.GetImeShowAnimationDurationOverrideMillis(View) 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.
Returns the IME show animation duration override for a given view tree in milliseconds.
[Android.Runtime.Register("getImeShowAnimationDurationOverrideMillis", "(Landroid/view/View;)J", "", ApiSince=37)]
public long GetImeShowAnimationDurationOverrideMillis(Android.Views.View view);
[<Android.Runtime.Register("getImeShowAnimationDurationOverrideMillis", "(Landroid/view/View;)J", "", ApiSince=37)>]
member this.GetImeShowAnimationDurationOverrideMillis : Android.Views.View -> int64
Parameters
- view
- View
the view to query the view tree of
Returns
the duration override in milliseconds, or -1 if no override is set or if the
view has no associated WindowInsetsController
- Attributes