SearchView.Behavior


Kotlin |Java

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
)

Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Last updated 2026年05月14日 UTC.