Lines Matching defs:handled
591 bool handled = false;
593 handled = HandleKeyDown(keyEvent);
596 handled = HandleKeyUp(keyEvent);
599 handled = HandleKeyCancel(keyEvent);
603 return handled;
709 std::shared_ptr<KeyOption> keyOption, std::list<std::shared_ptr<Subscriber>> &subscribers, bool &handled)
716 NotifyKeyDownRightNow(keyEvent, subscribers, keyOption->IsRepeat(), handled);
718 NotifyKeyDownDelay(keyEvent, subscribers, handled);
722 std::list<std::shared_ptr<Subscriber>> &subscribers, bool isRepeat, bool &handled)
735 handled = true;
739 handled = true;
745 std::list<std::shared_ptr<Subscriber>> &subscribers, bool &handled)
760 handled = true;
766 std::list<std::shared_ptr<Subscriber>> subscribers, bool &handled)
776 handled = true;
937 bool handled = false;
963 NotifyKeyDownSubscriber(keyEvent, keyOption, subscribers, handled);
965 MMI_HILOGD("Handle key down:%{public}s", handled ? "true" : "false");
966 return handled;
999 bool handled = false;
1025 NotifyKeyUpSubscriber(keyEvent, subscribers, handled);
1034 NotifyKeyUpSubscriber(keyEvent, subscribers, handled);
1036 MMI_HILOGD("Handle key up:%{public}s", handled ? "true" : "false");
1037 return handled;