Added in API level 3

ExtractEditText


open class ExtractEditText : EditText
kotlin.Any
   ↳ android.view.View
   ↳ android.widget.TextView
   ↳ android.widget.EditText
   ↳ android.inputmethodservice.ExtractEditText

* Specialization of EditText for showing and interacting with the extracted text in a full-screen input method.

Summary

Inherited XML attributes
Inherited constants
Public constructors

ExtractEditText(context: Context!, attrs: AttributeSet!)

ExtractEditText(context: Context!, attrs: AttributeSet!, defStyleAttr: Int)

ExtractEditText(context: Context!, attrs: AttributeSet!, defStyleAttr: Int, defStyleRes: Int)

Public methods
open Unit

Finish making changes that will not be reported to the client.

open Boolean

Pretend like this view always has focus, so its highlight and cursor will be displayed.

open Boolean

Return true if the edit text is currently showing a scroll bar.

open Boolean

Pretend like the window this view is in always has focus, so its highlight and cursor will be displayed.

open Boolean

Pretend like this view always has focus, so its highlight and cursor will be displayed.

open Boolean

We are always considered to be an input method target.

open Boolean

open Boolean

Redirect clicks to the IME for handling there.

open Unit

Implement just to keep track of when we are setting text from the client (vs. seeing changes in ourself from the user).

open Unit

Start making changes that will not be reported to the client.

Protected methods
open Unit
onSelectionChanged(selStart: Int, selEnd: Int)

Report to the underlying text editor about selection changes.

Inherited functions