JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
android.support.v4.widget
Interface SearchViewCompat.OnCloseListener
All Known Implementing Classes:
SearchViewCompat.OnCloseListenerCompat
Enclosing class:
SearchViewCompat
public static interface
SearchViewCompat.OnCloseListener
Callback for closing the query UI.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
boolean
onClose
()
The user is attempting to close the SearchView.
Method Detail
onClose
boolean onClose()
The user is attempting to close the SearchView.
Returns:
true if the listener wants to override the default behavior of clearing the text field and dismissing it, false otherwise.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method