ActionMode.InvalidateContentRect Method

Definition

Invalidate the content rect associated to this ActionMode.

[Android.Runtime.Register("invalidateContentRect", "()V", "GetInvalidateContentRectHandler", ApiSince=23)]
public virtual void InvalidateContentRect ();
[<Android.Runtime.Register("invalidateContentRect", "()V", "GetInvalidateContentRectHandler", ApiSince=23)>]
abstract member InvalidateContentRect : unit -> unit
override this.InvalidateContentRect : unit -> unit
Attributes

Remarks

Invalidate the content rect associated to this ActionMode. This only makes sense for action modes that support dynamic positioning on the screen, and provides a more efficient way to reposition it without invalidating the whole action mode.

Java documentation for android.view.ActionMode.invalidateContentRect().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to