Home | History | Annotate | Download | only in views

Lines Matching full:void

18     void stop() { fActive = false; }
20 void reset(float sx, float sy);
35 void touchBegin(void* owner, float x, float y);
36 void touchMoved(void* owner, float x, float y);
37 void touchEnd(void* owner);
38 void reset();
41 void stop() { fFlinger.stop(); }
54 void* fOwner;
69 void flushLocalM();
70 int findRec(void* owner) const;
71 void appendNewRec(void* owner, float x, float y);