TextView.FocusedSearchResultIndexNone Field

Definition

A special index used for #setFocusedSearchResultIndex(int) and #getFocusedSearchResultIndex() inidicating there is no focused search result.

[Android.Runtime.Register("FOCUSED_SEARCH_RESULT_INDEX_NONE", ApiSince=34)]
public const int FocusedSearchResultIndexNone = -1;
[<Android.Runtime.Register("FOCUSED_SEARCH_RESULT_INDEX_NONE", ApiSince=34)>]
val mutable FocusedSearchResultIndexNone : int

Field Value

Value = -1
Attributes

Remarks

A special index used for #setFocusedSearchResultIndex(int) and #getFocusedSearchResultIndex() inidicating there is no focused search result.

Java documentation for android.widget.TextView.FOCUSED_SEARCH_RESULT_INDEX_NONE.

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