Searched refs:updateUIState (Results 1 - 4 of 4) sorted by relevance

/external/skia/tools/viewer/
H A DViewer.h96 void updateUIState();
159 Json::Value fAllSlideNames; // cache all slide names for fast updateUIState
H A DViewer.cpp788 this->updateUIState();
1010 this->updateUIState();
1388 void Viewer::updateUIState() { function in class:Viewer
1494 // After the change, please call updateUIState no notify the frontend (e.g., Android app).
1495 // For example, after slide change, updateUIState is called inside setupCurrentSlide;
1496 // after backend change, updateUIState is called in this function.
1525 this->updateUIState();
1536 this->updateUIState();
1544 this->updateUIState(); // This is still needed to reset the value to kSoftkeyHint
/external/skqp/tools/viewer/
H A DViewer.h57 void updateUIState();
119 Json::Value fAllSlideNames; // cache all slide names for fast updateUIState
H A DViewer.cpp640 this->updateUIState();
837 this->updateUIState();
1198 void Viewer::updateUIState() { function in class:Viewer
1304 // After the change, please call updateUIState no notify the frontend (e.g., Android app).
1305 // For example, after slide change, updateUIState is called inside setupCurrentSlide;
1306 // after backend change, updateUIState is called in this function.
1335 this->updateUIState();
1346 this->updateUIState();
1354 this->updateUIState(); // This is still needed to reset the value to kSoftkeyHint

Completed in 111 milliseconds