Home
last modified time | relevance | path

Searched refs:onEvent (Results 1 – 25 of 33) sorted by relevance

12

/external/skia/samplecode/
DOverView.cpp27 virtual bool onEvent(const SkEvent&);
81 bool OverView::onEvent(const SkEvent& evt) { in onEvent() function in OverView
82 return this->INHERITED::onEvent(evt); in onEvent()
DTransitionView.cpp72 virtual bool onEvent(const SkEvent& evt) { in onEvent() function in TransitionView
94 return this->INHERITED::onEvent(evt); in onEvent()
DSamplePicture.cpp179 virtual bool onEvent(const SkEvent& evt) { in onEvent() function in PictureView
184 return this->INHERITED::onEvent(evt); in onEvent()
DSampleCode.h130 virtual bool onEvent(const SkEvent& evt);
/external/skia/src/views/
DSkBorderView.cpp64 /*virtual*/ bool SkBorderView::onEvent(const SkEvent& evt) in onEvent() function in SkBorderView
95 return this->INHERITED::onEvent(evt); in onEvent()
DSkWidgetViews.cpp196 /*virtual*/ bool SkButtonView::onEvent(const SkEvent& evt) in onEvent() function in SkButtonView
203 return this->INHERITED::onEvent(evt); in onEvent()
322 virtual bool onEvent(const SkEvent& evt) in onEvent() function in SkAnimButtonView
337 return this->INHERITED::onEvent(evt); in onEvent()
DSkProgressBarView.cpp47 /*virtual*/ bool SkProgressBarView::onEvent(const SkEvent& evt) in onEvent() function in SkProgressBarView
62 return this->INHERITED::onEvent(evt); in onEvent()
DSkScrollBarView.cpp101 /*virtual*/ bool SkScrollBarView::onEvent(const SkEvent& evt) in onEvent() function in SkScrollBarView
117 return this->INHERITED::onEvent(evt); in onEvent()
DSkImageView.cpp118 bool SkImageView::onEvent(const SkEvent& evt) in onEvent() function in SkImageView
126 return this->INHERITED::onEvent(evt); in onEvent()
DSkEventSink.cpp75 return this->onEvent(evt); in doEvent()
83 bool SkEventSink::onEvent(const SkEvent&) { in onEvent() function in SkEventSink
DSkWindow.cpp307 bool SkWindow::onEvent(const SkEvent& evt) in onEvent() function in SkWindow
318 return this->INHERITED::onEvent(evt); in onEvent()
DSkListView.cpp440 bool SkListView::onEvent(const SkEvent& evt)
471 return this->INHERITED::onEvent(evt);
831 bool SkGridView::onEvent(const SkEvent& evt)
860 return this->INHERITED::onEvent(evt);
/external/skia/include/views/
DSkWidget.h95 virtual bool onEvent(const SkEvent&);
109 virtual bool onEvent(const SkEvent&);
392 virtual bool onEvent(const SkEvent&);
448 virtual bool onEvent(const SkEvent&);
DSkOSWindow_iOS.h27 virtual bool onEvent(const SkEvent& evt);
DSkProgressBarView.h37 virtual bool onEvent(const SkEvent& evt);
DSkScrollBarView.h34 virtual bool onEvent(const SkEvent& evt);
DSkOSWindow_Mac.h28 virtual bool onEvent(const SkEvent& evt);
DSkBorderView.h31 virtual bool onEvent(const SkEvent& evt);
DSkOSWindow_Unix.h49 virtual bool onEvent(const SkEvent&);
DSkEventSink.h93 virtual bool onEvent(const SkEvent&);
DSkWidgetViews.h112 virtual bool onEvent(const SkEvent&);
251 virtual bool onEvent(const SkEvent&);
DSkImageView.h45 virtual bool onEvent(const SkEvent&);
DSkWindow.h69 virtual bool onEvent(const SkEvent&);
/external/skia/include/animator/
DSkAnimatorView.h29 virtual bool onEvent(const SkEvent&);
/external/skia/src/utils/unix/
DSkOSWindow_Unix.cpp229 bool SkOSWindow::onEvent(const SkEvent& evt) in onEvent() function in SkOSWindow
237 return INHERITED::onEvent(evt); in onEvent()

12