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

  /frameworks/base/services/input/
InputDispatcher.cpp 750 if (entry->interceptKeyResult == KeyEntry::INTERCEPT_KEY_RESULT_TRY_AGAIN_LATER) {
757 entry->interceptKeyResult = KeyEntry::INTERCEPT_KEY_RESULT_UNKNOWN;
762 if (entry->interceptKeyResult == KeyEntry::INTERCEPT_KEY_RESULT_UNKNOWN) {
773 entry->interceptKeyResult = KeyEntry::INTERCEPT_KEY_RESULT_CONTINUE;
775 } else if (entry->interceptKeyResult == KeyEntry::INTERCEPT_KEY_RESULT_SKIP) {
    [all...]
InputDispatcher.h 485 enum InterceptKeyResult {
491 InterceptKeyResult interceptKeyResult; // set based on the interception result
    [all...]

Completed in 40 milliseconds