BaseMovementMethod.LineStart(TextView, ISpannable) Method

Definition

Performs a line-start movement action.

[Android.Runtime.Register("lineStart", "(Landroid/widget/TextView;Landroid/text/Spannable;)Z", "GetLineStart_Landroid_widget_TextView_Landroid_text_Spannable_Handler")]
protected virtual bool LineStart (Android.Widget.TextView? widget, Android.Text.ISpannable? buffer);
[<Android.Runtime.Register("lineStart", "(Landroid/widget/TextView;Landroid/text/Spannable;)Z", "GetLineStart_Landroid_widget_TextView_Landroid_text_Spannable_Handler")>]
abstract member LineStart : Android.Widget.TextView * Android.Text.ISpannable -> bool
override this.LineStart : Android.Widget.TextView * Android.Text.ISpannable -> bool

Parameters

widget
TextView

The text view.

buffer
ISpannable

The text buffer.

Returns

True if the event was handled.

Attributes

Remarks

Performs a line-start movement action. Moves the cursor or scrolls to the start of the line.

Java documentation for android.text.method.BaseMovementMethod.lineStart(android.widget.TextView, android.text.Spannable).

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