Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GcsSloop/AndroidNote
/ CheckView
Method
CheckView
CustomView/Advance/Code/CheckView.java:46–49 ·
view source on GitHub ↗
(Context context)
Source
from the content-addressed store, hash-verified
44
private
boolean isCheck = false;
// 是否只选中状态
45
46
public
CheckView(Context context) {
47
super(context, null);
48
49
}
50
51
public
CheckView(Context context, AttributeSet attrs) {
52
super(context, attrs);
Callers
nothing calls this directly
Calls
1
init
Method · 0.95
Tested by
no test coverage detected