MCPcopy
hub / github.com/razerdp/BasePopup / equals

Method equals

app/src/main/java/razerdp/demo/utils/joor/Reflect.java:739–746  ·  view source on GitHub ↗

{@inheritDoc}

(Object obj)

Source from the content-addressed store, hash-verified

737 * {@inheritDoc}
738 */
739 @Override
740 public boolean equals(Object obj) {
741 if (obj instanceof Reflect) {
742 return object.equals(((Reflect) obj).get());
743 }
744
745 return false;
746 }
747
748 /**
749 * {@inheritDoc}

Callers 15

layoutInternalMethod · 0.45
getSystemServiceMethod · 0.45
refreshViewParamsMethod · 0.45
matchesMethod · 0.45
setBlurViewMethod · 0.45
isPopupDecorViewMethod · 0.45
isPopupViewContainerMethod · 0.45
isPopupBackgroundViewMethod · 0.45
getStackOffsetMethod · 0.45
isEmptyWithNullMethod · 0.45
checkMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected