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 | |
---|---|
From
class
java.lang.Object
|
SearchEvent (InputDevice inputDevice)
Create a new search event.
Parameters | |
---|---|
inputDevice |
InputDevice
|
InputDevice getInputDevice ()
Returns the InputDevice
that triggered the search.
Returns | |
---|---|
InputDevice |
InputDevice the InputDevice that triggered the search. |