Searched defs:onHandleKey (Results 1 - 3 of 3) sorted by relevance

/external/skia/gm/
H A Dgm.h104 return this->onHandleKey(uni);
120 virtual bool onHandleKey(SkUnichar uni) { return false; } function in class:skiagm::GM
/external/skia/src/views/
H A DSkWindow.cpp161 if (this->onHandleKey(key))
253 bool SkWindow::onHandleKey(SkKey) { function in class:SkWindow
/external/skia/samplecode/
H A DSampleApp.cpp2016 bool SampleWindow::onHandleKey(SkKey key) { function in class:SampleWindow
2078 return this->INHERITED::onHandleKey(key);

Completed in 387 milliseconds