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

/external/skia/src/views/
H A DSkView.cpp197 bool SkView::acceptFocus() { function in class:SkView
204 SkView* SkView::acceptFocus(FocusDirection dir) { function in class:SkView
206 if (this->acceptFocus()) {
212 if ((focus = child->acceptFocus(dir)) != nullptr) {
220 if ((focus = child->acceptFocus(dir)) != nullptr) {
224 if (this->acceptFocus()) {
254 if ((focus = child->acceptFocus(dir)) != nullptr)
265 return focus->acceptFocus(dir);
271 if ((focus = child->acceptFocus(dir)) != nullptr) {
275 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 89 milliseconds