SearchView.Behavior

public class SearchView.Behavior


Behavior that sets up an SearchView with an SearchBar.

Summary

Public constructors

Behavior(Context context, AttributeSet attrs)

Public methods

boolean
onDependentViewChanged(
    CoordinatorLayout parent,
    SearchView child,
    View dependency
)

Public constructors

Behavior

public Behavior()

Behavior

public Behavior(Context context, AttributeSet attrs)

Public methods

onDependentViewChanged

public boolean onDependentViewChanged(
    CoordinatorLayout parent,
    SearchView child,
    View dependency
)