MCPcopy Create free account
hub / github.com/cinit/TMoe / hasIcon

Method hasIcon

app/src/main/java/cc/ioctl/tmoe/ui/wrapper/component/Switch.java:297–299  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

295 }
296
297 public boolean hasIcon() {
298 return iconDrawable != null;
299 }
300
301 public boolean isChecked() {
302 return isChecked;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected