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