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

/frameworks/base/core/java/android/view/
H A DHardwareRenderer.java289 abstract boolean loadSystemProperties(); method in class:HardwareRenderer
H A DThreadedRenderer.java128 loadSystemProperties();
268 boolean loadSystemProperties() { method in class:ThreadedRenderer
H A DWindowManagerGlobal.java267 mRoots.get(i).loadSystemProperties();
H A DViewRootImpl.java397 loadSystemProperties();
5642 public void loadSystemProperties() { method in class:ViewRootImpl
5652 if (mAttachInfo.mHardwareRenderer.loadSystemProperties()) {
/frameworks/base/libs/hwui/renderthread/
H A DRenderProxy.h67 ANDROID_API bool loadSystemProperties();
H A DRenderProxy.cpp113 CREATE_BRIDGE1(loadSystemProperties, CanvasContext* context) {
124 bool RenderProxy::loadSystemProperties() { function in class:android::uirenderer::renderthread::RenderProxy
125 SETUP_TASK(loadSystemProperties);
/frameworks/base/libs/hwui/tests/
H A Dmain.cpp92 proxy->loadSystemProperties();
/frameworks/base/core/jni/
H A Dandroid_view_Surface.cpp481 proxy->loadSystemProperties();
H A Dandroid_view_ThreadedRenderer.cpp254 return proxy->loadSystemProperties();

Completed in 170 milliseconds