Searched refs:loadSystemProperties (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/libs/hwui/renderthread/
H A DRenderProxy.h77 ANDROID_API bool loadSystemProperties();
H A DRenderProxy.cpp114 CREATE_BRIDGE1(loadSystemProperties, CanvasContext* context) {
125 bool RenderProxy::loadSystemProperties() { function in class:android::uirenderer::renderthread::RenderProxy
126 SETUP_TASK(loadSystemProperties);
/frameworks/base/libs/hwui/tests/macrobench/
H A DTestSceneRunner.cpp138 proxy->loadSystemProperties();
/frameworks/base/libs/hwui/utils/
H A DTestWindowContext.cpp85 mProxy->loadSystemProperties();
/frameworks/base/core/java/android/view/
H A DThreadedRenderer.java365 loadSystemProperties();
630 boolean loadSystemProperties() { method in class:ThreadedRenderer
H A DWindowManagerGlobal.java314 mRoots.get(i).loadSystemProperties();
H A DViewRootImpl.java520 loadSystemProperties();
6346 public void loadSystemProperties() { method in class:ViewRootImpl
6356 if (mAttachInfo.mThreadedRenderer.loadSystemProperties()) {
/frameworks/base/core/jni/
H A Dandroid_view_ThreadedRenderer.cpp634 return proxy->loadSystemProperties();
898 proxy.loadSystemProperties();
H A Dandroid_view_Surface.cpp550 proxy->loadSystemProperties();

Completed in 1551 milliseconds