Searched refs:wantsKeyEvents (Results 1 – 4 of 4) sorted by relevance
185 bool wantsKeyEvents() const { return isTextInput() || isPlugin() in wantsKeyEvents() function
825 && !test->wantsKeyEvents()) { in framePartCommon()1267 if (inNavTop <= 0 && inNavBottom <= 0 && subsumes && !mNode->wantsKeyEvents()) { in setDownDirection()1307 if (inNavLeft <= 0 && inNavRight <= 0 && subsumes && !mNode->wantsKeyEvents()) { in setLeftDirection()1347 if (inNavLeft <= 0 && inNavRight <= 0 && subsumes && !mNode->wantsKeyEvents()) { in setRightDirection()1387 if (inNavTop <= 0 && inNavBottom <= 0 && subsumes && !mNode->wantsKeyEvents()) { in setUpDirection()
914 return focus->wantsKeyEvents(); in cursorWantsKeyEvents()984 bool stopPaintingCaret = clearTextEntry && cachedNode->wantsKeyEvents(); in moveCursor()1779 if (cursor && cursor->wantsKeyEvents()) in getFocusCandidate()1820 if (!cursor || !cursor->wantsKeyEvents()) in getInputCandidate()2038 if (!cursor || !cursor->wantsKeyEvents()) in nativeFocusCandidateFramePointer()
1227 if (node && node->wantsKeyEvents()) { in getBlockLeftEdge()