Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
DBridgeRenderSession.java74 public Map<Object, PropertiesMap> getDefaultProperties() { in getDefaultProperties() method in BridgeRenderSession
75 return mSession.getDefaultProperties(); in getDefaultProperties()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DRenderSessionImpl.java1441 public Map<Object, PropertiesMap> getDefaultProperties() { in getDefaultProperties() method in RenderSessionImpl
1442 return getContext().getDefaultProperties(); in getDefaultProperties()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java279 public Map<Object, PropertiesMap> getDefaultProperties() { in getDefaultProperties() method in BridgeContext