# Print output for @column tags ?>
public
class
SearchEvent
extends Object
| java.lang.Object | |
| ↳ | android.view.SearchEvent |
Class that contains information about an event that triggers a search.
Public constructors | |
|---|---|
SearchEvent(InputDevice inputDevice)
Create a new search event. |
|
Public methods | |
|---|---|
InputDevice
|
getInputDevice()
Returns the |
Inherited methods | |
|---|---|
public SearchEvent (InputDevice inputDevice)
Create a new search event.
| Parameters | |
|---|---|
inputDevice |
InputDevice |
public InputDevice getInputDevice ()
Returns the InputDevice that triggered the search.
| Returns | |
|---|---|
InputDevice |
InputDevice the InputDevice that triggered the search. |