Searched refs:acceptFocus (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/views/
H A DSkView.cpp208 bool SkView::acceptFocus() function in class:SkView
216 SkView* SkView::acceptFocus(FocusDirection dir) function in class:SkView
220 if (this->acceptFocus())
226 if ((focus = child->acceptFocus(dir)) != NULL)
234 if ((focus = child->acceptFocus(dir)) != NULL)
237 if (this->acceptFocus())
270 if ((focus = child->acceptFocus(dir)) != NULL)
283 return focus->acceptFocus(dir);
292 if ((focus = child->acceptFocus(dir)) != NULL)
295 if (parent->acceptFocus())
[all...]
H A DSkWidgets.cpp316 this->acceptFocus();
/external/skia/include/views/
H A DSkView.h135 bool acceptFocus();
399 SkView* acceptFocus(FocusDirection);

Completed in 126 milliseconds