MCPcopy Index your code
hub / github.com/evilbinary/TvWidget / Effect

Interface Effect

lib/src/main/java/org/evilbinary/tv/widget/BorderView.java:31–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 private View mLastView;
30
31 public interface Effect {
32 public void onFocusChanged(View target, View oldFocus, View newFocus);
33
34 public void onScrollChanged(View target, View attachView);
35
36 public void onLayout(View target, View attachView);
37
38 public void onTouchModeChanged(View target, View attachView, boolean isInTouchMode);
39
40 public void onAttach(View target, View attachView);
41
42 public void OnDetach(View targe, View view);
43
44 public <T> T toEffect(Class<T> t);
45 }
46
47 public BorderView(Context context) {
48 this(context, null, 0);

Callers 6

onGlobalFocusChangedMethod · 0.65
onScrollChangedMethod · 0.65
onGlobalLayoutMethod · 0.65
onTouchModeChangedMethod · 0.65
attachToMethod · 0.65
detachFromMethod · 0.65

Implementers 1

BorderEffectlib/src/main/java/org/evilbinary/tv/wi

Calls

no outgoing calls

Tested by

no test coverage detected