TextView.DidTouchFocusSelect Method

Definition

Returns true, only while processing a touch gesture, if the initial touch down event caused focus to move to the text view and as a result its selection changed.

[Android.Runtime.Register("didTouchFocusSelect", "()Z", "GetDidTouchFocusSelectHandler")]
public virtual bool DidTouchFocusSelect ();
[<Android.Runtime.Register("didTouchFocusSelect", "()Z", "GetDidTouchFocusSelectHandler")>]
abstract member DidTouchFocusSelect : unit -> bool
override this.DidTouchFocusSelect : unit -> bool

Returns

Attributes

Remarks

Returns true, only while processing a touch gesture, if the initial touch down event caused focus to move to the text view and as a result its selection changed. Only valid while processing the touch gesture of interest, in an editable text view.

Java documentation for android.widget.TextView.didTouchFocusSelect().

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