MCPcopy Index your code
hub / github.com/bloderxd/MagicButton / doWith

Method doWith

magic/src/main/java/br/com/bloder/magic/Magic.java:12–16  ·  view source on GitHub ↗
(View button)

Source from the content-addressed store, hash-verified

10public class Magic {
11
12 public void doWith(View button) {
13 MagicAnimation animator = new MagicAnimation(button);
14 animator.setDuration(200);
15 button.startAnimation(animator);
16 }
17}

Callers 1

onClickMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected