Searched refs:softkey (Results 1 – 3 of 3) sorted by relevance
61 bool CommandSet::onSoftkey(const SkString& softkey) { in onSoftkey() argument63 if (cmd.getSoftkeyString().equals(softkey)) { in onSoftkey()
46 bool onSoftkey(const SkString& softkey);
2966 for (const auto& softkey : fCommands.getCommandsAsSoftkeys()) { in updateUIState() local2967 writer.appendString(softkey.c_str()); in updateUIState()