Home | History | Annotate | Download | only in animated

Lines Matching refs:SkEvent

70     SkEvent&        event() { return fEvent; }
71 const SkEvent& event() const { return fEvent; }
79 static SkEventSinkID GetWidgetEventSinkID(const SkEvent&);
92 virtual bool onPrepareWidgetEvent(SkEvent* evt);
99 SkEvent fEvent;
112 virtual bool onEvent(const SkEvent&);
138 static bool GetWidgetEventCheckState(const SkEvent&, CheckState* state);
146 virtual bool onPrepareWidgetEvent(SkEvent* evt);
245 static int GetWidgetEventListIndex(const SkEvent&);
251 virtual bool onEvent(const SkEvent&);
253 virtual bool onPrepareWidgetEvent(SkEvent*);
302 virtual bool prepareWidgetEvent(SkEvent*, int rowIndex);