MCPcopy Create free account
hub / github.com/amahi/android / of

Method of

src/main/java/org/amahi/anywhere/util/ViewDirector.java:50–52  ·  view source on GitHub ↗
(Activity activity, int animatorId)

Source from the content-addressed store, hash-verified

48 }
49
50 public static ViewDirector of(Activity activity, int animatorId) {
51 return new ViewDirector(activity, animatorId);
52 }
53
54 public static ViewDirector of(Fragment fragment, int animatorId) {
55 return new ViewDirector(fragment, animatorId);

Callers 15

showProgressMethod · 0.95
showAppMethod · 0.95
onClickMethod · 0.95
showVideoMethod · 0.95
showAudioMetadataMethod · 0.95
hideAudioMetadataMethod · 0.95
onRefreshMethod · 0.95
showContentMethod · 0.95
showErrorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected