Searched refs:wantsKeyEvents (Results 1 – 4 of 4) sorted by relevance
766 && !test->wantsKeyEvents()) { in framePartCommon()1199 if (inNavTop <= 0 && inNavBottom <= 0 && subsumes && !mNode->wantsKeyEvents()) { in setDownDirection()1239 if (inNavLeft <= 0 && inNavRight <= 0 && subsumes && !mNode->wantsKeyEvents()) { in setLeftDirection()1279 if (inNavLeft <= 0 && inNavRight <= 0 && subsumes && !mNode->wantsKeyEvents()) { in setRightDirection()1319 if (inNavTop <= 0 && inNavBottom <= 0 && subsumes && !mNode->wantsKeyEvents()) { in setUpDirection()
176 bool wantsKeyEvents() const { return isTextInput() || isPlugin(); } in wantsKeyEvents() function
673 return focus->wantsKeyEvents(); in cursorWantsKeyEvents()741 && cachedNode->wantsKeyEvents(); in moveCursor()1289 if (cursor && cursor->wantsKeyEvents()) in getFocusCandidate()1330 if (!cursor || !cursor->wantsKeyEvents()) in getInputCandidate()1466 if (!cursor || !cursor->wantsKeyEvents()) in nativeFocusCandidateFramePointer()
842 if (node && node->wantsKeyEvents()) { in getBlockLeftEdge()