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

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridgeRenderSession.java72 public Result getProperty(Object objectView, String propertyName) { argument
74 return super.getProperty(objectView, propertyName);
78 public Result setProperty(Object objectView, String propertyName, String propertyValue) { argument
80 return super.setProperty(objectView, propertyName, propertyValue);

Completed in 26 milliseconds