MCPcopy
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

FindMethodMethod · 0.45
addViewMethod · 0.45
updateViewLayoutMethod · 0.45
setBlurViewMethod · 0.45
isPopupDecorViewMethod · 0.45
isPopupViewContainerMethod · 0.45
isPopupBackgroundViewMethod · 0.45
getStackOffsetMethod · 0.45
buildAnimatorMethod · 0.45
saveBitmapMethod · 0.45
getMIMETypeMethod · 0.45
UnzipMethod · 0.45

Calls 1

checkMethod · 0.95

Tested by

no test coverage detected