Searched refs:kSoftkeyHint (Results 1 - 2 of 2) sorted by relevance

/external/skqp/tools/viewer/
H A DViewer.cpp169 const char* kSoftkeyHint = "Please select a softkey"; variable
1273 softkeyState[kValue] = kSoftkeyHint;
1275 softkeyState[kOptions].append(kSoftkeyHint);
1352 if (!stateValue.equals(kSoftkeyHint)) {
1354 this->updateUIState(); // This is still needed to reset the value to kSoftkeyHint
/external/skia/tools/viewer/
H A DViewer.cpp157 const char* kSoftkeyHint = "Please select a softkey"; variable
1463 softkeyState[kValue] = kSoftkeyHint;
1465 softkeyState[kOptions].append(kSoftkeyHint);
1542 if (!stateValue.equals(kSoftkeyHint)) {
1544 this->updateUIState(); // This is still needed to reset the value to kSoftkeyHint

Completed in 155 milliseconds