Searched refs:onEvent (Results 1 - 25 of 38) sorted by relevance

12

/external/skia/include/animator/
H A DSkAnimatorView.h29 virtual bool onEvent(const SkEvent&);
/external/skia/samplecode/
H A DGMSampleView.h27 bool onEvent(const SkEvent&) override;
H A DGMSampleView.cpp32 bool GMSampleView::onEvent(const SkEvent& evt) { function in class:GMSampleView
37 return this->INHERITED::onEvent(evt);
H A DSamplePdfFileViewer.cpp73 virtual bool onEvent(const SkEvent& evt) { function in class:PdfFileViewer
77 return this->INHERITED::onEvent(evt);
H A DOverView.cpp51 bool onEvent(const SkEvent&) override;
155 bool OverView::onEvent(const SkEvent& evt) { function in class:OverView
156 return this->INHERITED::onEvent(evt);
H A DSamplePictFile.cpp82 bool onEvent(const SkEvent& evt) override {
87 return this->INHERITED::onEvent(evt);
H A DSamplePicture.cpp162 bool onEvent(const SkEvent& evt) override {
167 return this->INHERITED::onEvent(evt);
H A DSampleCode.h124 * The events attached to any new menu items must be handled in its onEvent
138 virtual bool onEvent(const SkEvent& evt);
/external/skia/include/views/
H A DSkOSWindow_Mac.h35 virtual bool onEvent(const SkEvent& evt);
H A DSkOSWindow_iOS.h30 virtual bool onEvent(const SkEvent& evt);
H A DSkEventSink.h95 virtual bool onEvent(const SkEvent&);
H A DSkWidget.h104 bool onEvent(const SkEvent&) override;
120 virtual bool onEvent(const SkEvent&);
336 virtual bool onEvent(const SkEvent&);
392 virtual bool onEvent(const SkEvent&);
H A DSkWindow.h83 virtual bool onEvent(const SkEvent&);
/external/skia/include/views/animated/
H A DSkBorderView.h31 virtual bool onEvent(const SkEvent& evt);
H A DSkProgressBarView.h37 virtual bool onEvent(const SkEvent& evt);
H A DSkScrollBarView.h34 virtual bool onEvent(const SkEvent& evt);
H A DSkImageView.h45 virtual bool onEvent(const SkEvent&);
/external/skia/experimental/DrawingBoard/
H A DSkColorPalette.h18 virtual bool onEvent(const SkEvent& evt);
H A DSampleDrawingClient.cpp105 bool onEvent(const SkEvent& evt) {; function in class:DrawingClientView
138 return this->INHERITED::onEvent(evt);
/external/skia/src/views/mac/
H A DSkOSWindow_Mac.mm37 bool SkOSWindow::onEvent(const SkEvent& evt) {
48 return this->INHERITED::onEvent(evt);
/external/skia/src/views/animated/
H A DSkBorderView.cpp64 /*virtual*/ bool SkBorderView::onEvent(const SkEvent& evt) function in class:SkBorderView
95 return this->INHERITED::onEvent(evt);
H A DSkProgressBarView.cpp47 /*virtual*/ bool SkProgressBarView::onEvent(const SkEvent& evt) function in class:SkProgressBarView
62 return this->INHERITED::onEvent(evt);
H A DSkScrollBarView.cpp101 /*virtual*/ bool SkScrollBarView::onEvent(const SkEvent& evt) function in class:SkScrollBarView
117 return this->INHERITED::onEvent(evt);
H A DSkWidgetViews.cpp182 /*virtual*/ bool SkButtonView::onEvent(const SkEvent& evt) function in class:SkButtonView
189 return this->INHERITED::onEvent(evt);
308 virtual bool onEvent(const SkEvent& evt) function in class:SkAnimButtonView
323 return this->INHERITED::onEvent(evt);
/external/skia/experimental/Networking/
H A DSampleNetPipeReader.cpp64 bool onEvent(const SkEvent& evt) { function in class:NetPipeReaderView
77 return this->INHERITED::onEvent(evt);

Completed in 383 milliseconds

12