Searched refs:softkey (Results 1 – 6 of 6) 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);
1276 for (const auto& softkey : fCommands.getCommandsAsSoftkeys()) { in updateUIState() local1277 softkeyState[kOptions].append(Json::Value(softkey.c_str())); in updateUIState()
1466 for (const auto& softkey : fCommands.getCommandsAsSoftkeys()) { in updateUIState() local1467 softkeyState[kOptions].append(Json::Value(softkey.c_str())); in updateUIState()