MCPcopy Index your code
hub / github.com/GcsSloop/AndroidNote / initAll

Method initAll

CustomView/Advance/Code/SearchView.java:28–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26 }
27
28 public void initAll() {
29
30 initPaint();
31
32 initPath();
33
34 initListener();
35
36 initHandler();
37
38 initAnimator();
39
40 // 进入开始动画
41 mCurrentState = State.STARTING;
42 mStartingAnimator.start();
43
44 }
45
46 // 这个视图拥有的状态
47 public static enum State {

Callers 1

SearchViewMethod · 0.95

Calls 5

initPaintMethod · 0.95
initPathMethod · 0.95
initListenerMethod · 0.95
initHandlerMethod · 0.95
initAnimatorMethod · 0.95

Tested by

no test coverage detected