Home
last modified time | relevance | path

Searched refs:getDefaultProperties (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/
DBridgeRenderSessionTest.java35 assertNotNull(renderSession.getDefaultProperties()); in testNullSession()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
DBridgeRenderSession.java80 public Map<Object, PropertiesMap> getDefaultProperties() { in getDefaultProperties() method in BridgeRenderSession
81 return mSession != null ? mSession.getDefaultProperties() : Collections.emptyMap(); in getDefaultProperties()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DRenderSessionImpl.java1516 public Map<Object, PropertiesMap> getDefaultProperties() { in getDefaultProperties() method in RenderSessionImpl
1517 return getContext().getDefaultProperties(); in getDefaultProperties()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java307 public Map<Object, PropertiesMap> getDefaultProperties() { in getDefaultProperties() method in BridgeContext