Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/razerdp/BasePopup
/ getName
Method
getName
app/src/main/java/razerdp/demo/utils/OSUtil.java:59–64 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
57
}
58
59
public
static
String getName() {
60
if
(sName == null) {
61
check(
""
);
62
}
63
return
sName;
64
}
65
66
public
static
String getVersion() {
67
if
(sVersion == null) {
Callers
15
FindMethod
Method · 0.45
addView
Method · 0.45
updateViewLayout
Method · 0.45
setBlurView
Method · 0.45
isPopupDecorView
Method · 0.45
isPopupViewContainer
Method · 0.45
isPopupBackgroundView
Method · 0.45
getStackOffset
Method · 0.45
buildAnimator
Method · 0.45
saveBitmap
Method · 0.45
getMIMEType
Method · 0.45
Unzip
Method · 0.45
Calls
1
check
Method · 0.95
Tested by
no test coverage detected