Searched defs:loadSystemProperties (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/libs/hwui/
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 DViewRootImpl.java392 loadSystemProperties();
5532 public void loadSystemProperties() { method in class:ViewRootImpl
5545 if (mAttachInfo.mHardwareRenderer.loadSystemProperties()) {
/frameworks/base/libs/hwui/renderthread/
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);

Completed in 135 milliseconds