Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/GcsSloop/AndroidNote
/ SearchView
Method
SearchView
CustomView/Advance/Code/SearchView.java:19–21 ·
view source on GitHub ↗
(Context context)
Source
from the content-addressed store, hash-verified
17
private
int
mViewHeight;
18
19
public
SearchView(Context context) {
20
this(context,null);
21
}
22
23
public
SearchView(Context context, AttributeSet attrs) {
24
super(context, attrs);
Callers
nothing calls this directly
Calls
1
initAll
Method · 0.95
Tested by
no test coverage detected