Home
last modified time | relevance | path

Searched refs:setUIState (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/tools/sk_app/android/
DWindow_android.cpp34 void Window_android::setUIState(const char* state) { in setUIState() function in sk_app::Window_android
35 fSkiaAndroidApp->setUIState(state); in setUIState()
DWindow_android.h30 void setUIState(const char* state) override;
Dsurface_glue_android.h60 void setUIState(const char* state) const;
Dsurface_glue_android.cpp101 void SkiaAndroidApp::setUIState(const char* state) const { in setUIState() function in sk_app::SkiaAndroidApp
/third_party/flutter/skia/tools/sk_app/android/
DWindow_android.cpp34 void Window_android::setUIState(const char* state) { in setUIState() function in sk_app::Window_android
35 fSkiaAndroidApp->setUIState(state); in setUIState()
DWindow_android.h30 void setUIState(const char* state) override;
Dsurface_glue_android.h60 void setUIState(const char* state) const;
Dsurface_glue_android.cpp101 void SkiaAndroidApp::setUIState(const char* state) const { in setUIState() function in sk_app::SkiaAndroidApp
/third_party/skia/tools/sk_app/
DWindow.h45 virtual void setUIState(const char*) {} in setUIState() function
/third_party/flutter/skia/tools/sk_app/
DWindow.h37 virtual void setUIState(const char*) {} in setUIState() function
/third_party/flutter/skia/tools/viewer/
DViewer.cpp2296 fWindow->setUIState(cstring.c_str()); in updateUIState()
/third_party/skia/tools/viewer/
DViewer.cpp2979 fWindow->setUIState(cstring.c_str()); in updateUIState()