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

/frameworks/base/libs/hwui/
H A DDrawProfiler.h32 bool loadSystemProperties();
H A DDrawProfiler.cpp233 bool DrawProfiler::loadSystemProperties() { function in class:android::uirenderer::DrawProfiler
/frameworks/base/core/java/android/view/
H A DHardwareRenderer.java290 abstract boolean loadSystemProperties(); method in class:HardwareRenderer
H A DThreadedRenderer.java125 loadSystemProperties();
255 boolean loadSystemProperties() { method in class:ThreadedRenderer
H A DWindowManagerGlobal.java239 mRoots.get(i).loadSystemProperties();
H A DViewRootImpl.java392 loadSystemProperties();
5532 public void loadSystemProperties() { method in class:ViewRootImpl
5545 if (mAttachInfo.mHardwareRenderer.loadSystemProperties()) {
/frameworks/base/libs/hwui/renderthread/
H A DRenderProxy.h68 ANDROID_API bool loadSystemProperties();
H A DRenderProxy.cpp118 CREATE_BRIDGE1(loadSystemProperties, CanvasContext* context) {
123 if (args->context->profiler().loadSystemProperties()) {
129 bool RenderProxy::loadSystemProperties() { function in class:android::uirenderer::renderthread::RenderProxy
130 SETUP_TASK(loadSystemProperties);
/frameworks/base/libs/hwui/tests/
H A Dmain.cpp87 proxy->loadSystemProperties();
/frameworks/base/core/jni/
H A Dandroid_view_Surface.cpp392 proxy->loadSystemProperties();
H A Dandroid_view_ThreadedRenderer.cpp253 return proxy->loadSystemProperties();

Completed in 198 milliseconds