MCPcopy Create free account
hub / github.com/GcsSloop/AndroidNote / State

Enum State

CustomView/Advance/Code/SearchView.java:47–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45
46 // 这个视图拥有的状态
47 public static enum State {
48 NONE,
49 STARTING,
50 SEARCHING,
51 ENDING
52 }
53
54 // 当前的状态(非常重要)
55 private State mCurrentState = State.NONE;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected