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

  /external/skia/src/views/
SkView.cpp 198 bool SkView::acceptFocus() {
205 SkView* SkView::acceptFocus(FocusDirection dir) {
207 if (this->acceptFocus()) {
213 if ((focus = child->acceptFocus(dir)) != nullptr) {
221 if ((focus = child->acceptFocus(dir)) != nullptr) {
225 if (this->acceptFocus()) {
255 if ((focus = child->acceptFocus(dir)) != nullptr)
266 return focus->acceptFocus(dir);
272 if ((focus = child->acceptFocus(dir)) != nullptr) {
276 if (parent->acceptFocus()) {
    [all...]
  /external/skia/include/views/
SkView.h 135 bool acceptFocus();
390 SkView* acceptFocus(FocusDirection);

Completed in 174 milliseconds