Home | History | Annotate | Download | only in nav

Lines Matching full:focus

1362     const CachedNode* focus = currentFocus(&focusFrame);
1364 if (focus)
1365 bounds = focus->bounds(focusFrame);
1366 DBG_NAV_LOGD("new focus %d (nodePointer=%p) bounds={%d,%d,%d,%d}",
1367 focus ? focus->index() : 0,
1368 focus ? focus->nodePointer() : NULL, bounds.x(), bounds.y(),