public class SearchEvent
extends Object
| java.lang.Object | |
| android.view.SearchEvent | |
包含有关触发搜索的事件信息的类。
Public constructors |
|
|---|---|
SearchEvent(InputDevice inputDevice) 创建一个新的搜索事件。 |
|
公共方法(Public methods) |
|
|---|---|
InputDevice |
getInputDevice() 返回触发搜索的 |
继承方法(Inherited methods) |
|
|---|---|
java.lang.Object
|
|
SearchEvent (InputDevice inputDevice)
创建一个新的搜索事件。
| 参数(Parameters) | |
|---|---|
inputDevice |
InputDevice
|
InputDevice getInputDevice ()
返回触发搜索的 InputDevice 。
| 返回(Returns) | |
|---|---|
InputDevice |
InputDevice the InputDevice that triggered the search. |