Home
last modified time | relevance | path

Searched refs:softkey (Results 1 – 6 of 6) sorted by relevance

/external/skqp/tools/sk_app/
DCommandSet.cpp61 bool CommandSet::onSoftkey(const SkString& softkey) { in onSoftkey() argument
63 if (cmd.getSoftkeyString().equals(softkey)) { in onSoftkey()
DCommandSet.h46 bool onSoftkey(const SkString& softkey);
/external/skia/tools/sk_app/
DCommandSet.cpp61 bool CommandSet::onSoftkey(const SkString& softkey) { in onSoftkey() argument
63 if (cmd.getSoftkeyString().equals(softkey)) { in onSoftkey()
DCommandSet.h46 bool onSoftkey(const SkString& softkey);
/external/skqp/tools/viewer/
DViewer.cpp1276 for (const auto& softkey : fCommands.getCommandsAsSoftkeys()) { in updateUIState() local
1277 softkeyState[kOptions].append(Json::Value(softkey.c_str())); in updateUIState()
/external/skia/tools/viewer/
DViewer.cpp1466 for (const auto& softkey : fCommands.getCommandsAsSoftkeys()) { in updateUIState() local
1467 softkeyState[kOptions].append(Json::Value(softkey.c_str())); in updateUIState()