/external/skia/samplecode/ |
D | OverView.cpp | 27 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()
|
D | TransitionView.cpp | 72 virtual bool onEvent(const SkEvent& evt) { in onEvent() function in TransitionView 94 return this->INHERITED::onEvent(evt); in onEvent()
|
D | SamplePicture.cpp | 179 virtual bool onEvent(const SkEvent& evt) { in onEvent() function in PictureView 184 return this->INHERITED::onEvent(evt); in onEvent()
|
D | SampleCode.h | 130 virtual bool onEvent(const SkEvent& evt);
|
/external/skia/src/views/ |
D | SkBorderView.cpp | 64 /*virtual*/ bool SkBorderView::onEvent(const SkEvent& evt) in onEvent() function in SkBorderView 95 return this->INHERITED::onEvent(evt); in onEvent()
|
D | SkWidgetViews.cpp | 196 /*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()
|
D | SkProgressBarView.cpp | 47 /*virtual*/ bool SkProgressBarView::onEvent(const SkEvent& evt) in onEvent() function in SkProgressBarView 62 return this->INHERITED::onEvent(evt); in onEvent()
|
D | SkScrollBarView.cpp | 101 /*virtual*/ bool SkScrollBarView::onEvent(const SkEvent& evt) in onEvent() function in SkScrollBarView 117 return this->INHERITED::onEvent(evt); in onEvent()
|
D | SkImageView.cpp | 118 bool SkImageView::onEvent(const SkEvent& evt) in onEvent() function in SkImageView 126 return this->INHERITED::onEvent(evt); in onEvent()
|
D | SkEventSink.cpp | 75 return this->onEvent(evt); in doEvent() 83 bool SkEventSink::onEvent(const SkEvent&) { in onEvent() function in SkEventSink
|
D | SkWindow.cpp | 307 bool SkWindow::onEvent(const SkEvent& evt) in onEvent() function in SkWindow 318 return this->INHERITED::onEvent(evt); in onEvent()
|
D | SkListView.cpp | 440 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/ |
D | SkWidget.h | 95 virtual bool onEvent(const SkEvent&); 109 virtual bool onEvent(const SkEvent&); 392 virtual bool onEvent(const SkEvent&); 448 virtual bool onEvent(const SkEvent&);
|
D | SkOSWindow_iOS.h | 27 virtual bool onEvent(const SkEvent& evt);
|
D | SkProgressBarView.h | 37 virtual bool onEvent(const SkEvent& evt);
|
D | SkScrollBarView.h | 34 virtual bool onEvent(const SkEvent& evt);
|
D | SkOSWindow_Mac.h | 28 virtual bool onEvent(const SkEvent& evt);
|
D | SkBorderView.h | 31 virtual bool onEvent(const SkEvent& evt);
|
D | SkOSWindow_Unix.h | 49 virtual bool onEvent(const SkEvent&);
|
D | SkEventSink.h | 93 virtual bool onEvent(const SkEvent&);
|
D | SkWidgetViews.h | 112 virtual bool onEvent(const SkEvent&); 251 virtual bool onEvent(const SkEvent&);
|
D | SkImageView.h | 45 virtual bool onEvent(const SkEvent&);
|
D | SkWindow.h | 69 virtual bool onEvent(const SkEvent&);
|
/external/skia/include/animator/ |
D | SkAnimatorView.h | 29 virtual bool onEvent(const SkEvent&);
|
/external/skia/src/utils/unix/ |
D | SkOSWindow_Unix.cpp | 229 bool SkOSWindow::onEvent(const SkEvent& evt) in onEvent() function in SkOSWindow 237 return INHERITED::onEvent(evt); in onEvent()
|