HomeSort by relevance Sort by last modified time
    Searched refs:onSendClickToChildren (Results 1 - 2 of 2) sorted by null

  /external/skia/include/views/
SkView.h 324 virtual bool onSendClickToChildren(SkScalar x, SkScalar y);
  /external/skia/src/views/
SkView.cpp 354 if (this->onSendClickToChildren(x, y)) {
447 bool SkView::onSendClickToChildren(SkScalar x, SkScalar y) {

Completed in 201 milliseconds