Home
last modified time | relevance | path

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

12

/external/skia/samplecode/
DGMSampleView.cpp32 bool GMSampleView::onEvent(const SkEvent& evt) { in onEvent() function in GMSampleView
37 return this->INHERITED::onEvent(evt); in onEvent()
DOverView.cpp51 bool onEvent(const SkEvent&) override;
155 bool OverView::onEvent(const SkEvent& evt) { in onEvent() function in OverView
156 return this->INHERITED::onEvent(evt); in onEvent()
DSamplePdfFileViewer.cpp75 virtual bool onEvent(const SkEvent& evt) { in onEvent() function in PdfFileViewer
79 return this->INHERITED::onEvent(evt); in onEvent()
DSamplePictFile.cpp104 bool onEvent(const SkEvent& evt) override { in onEvent() function in PictFileView
109 return this->INHERITED::onEvent(evt); in onEvent()
DGMSampleView.h27 bool onEvent(const SkEvent&) override;
/external/skia/src/views/animated/
DSkWidgetViews.cpp182 /*virtual*/ bool SkButtonView::onEvent(const SkEvent& evt) in onEvent() function in SkButtonView
189 return this->INHERITED::onEvent(evt); in onEvent()
308 virtual bool onEvent(const SkEvent& evt) in onEvent() function in SkAnimButtonView
323 return this->INHERITED::onEvent(evt); in onEvent()
DSkBorderView.cpp64 /*virtual*/ bool SkBorderView::onEvent(const SkEvent& evt) in onEvent() function in SkBorderView
95 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()
/external/skia/include/views/
DSkWidget.h103 bool onEvent(const SkEvent&) override;
119 virtual bool onEvent(const SkEvent&);
335 virtual bool onEvent(const SkEvent&);
391 virtual bool onEvent(const SkEvent&);
DSkOSWindow_iOS.h34 virtual bool onEvent(const SkEvent& evt);
DSkOSWindow_Mac.h44 virtual bool onEvent(const SkEvent& evt);
DSkEventSink.h95 virtual bool onEvent(const SkEvent&);
/external/skia/src/views/ios/
DSkOSWindow_iOS.mm28 bool SkOSWindow::onEvent(const SkEvent& evt) { function
38 return this->INHERITED::onEvent(evt);
/external/skia/experimental/Networking/
DSampleNetPipeReader.cpp64 bool onEvent(const SkEvent& evt) { in onEvent() function in NetPipeReaderView
77 return this->INHERITED::onEvent(evt); in onEvent()
/external/skia/src/views/mac/
DSkOSWindow_Mac.mm37 bool SkOSWindow::onEvent(const SkEvent& evt) { function
48 return this->INHERITED::onEvent(evt);
/external/skia/experimental/DrawingBoard/
DSampleDrawingServer.cpp113 bool onEvent(const SkEvent& evt) { in onEvent() function in DrawingServerView
122 return this->INHERITED::onEvent(evt); in onEvent()
DSkColorPalette.cpp27 bool SkColorPalette::onEvent(const SkEvent& evt) { in onEvent() function in SkColorPalette
28 return this->INHERITED::onEvent(evt); in onEvent()
DSkColorPalette.h18 virtual bool onEvent(const SkEvent& evt);
/external/skia/include/animator/
DSkAnimatorView.h29 virtual bool onEvent(const SkEvent&);
/external/skia/include/views/animated/
DSkProgressBarView.h37 virtual bool onEvent(const SkEvent& evt);
DSkScrollBarView.h34 virtual bool onEvent(const SkEvent& evt);
DSkBorderView.h31 virtual bool onEvent(const SkEvent& evt);
DSkWidgetViews.h112 virtual bool onEvent(const SkEvent&);
251 virtual bool onEvent(const SkEvent&);

12