HomeSort by relevance Sort by last modified time
    Searched defs:titleValue (Results 1 - 2 of 2) sorted by null

  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
BridgeActionBar.java 138 ResourceValue titleValue = res.findResValue(title, false);
139 if (titleValue != null && titleValue.getValue() != null) {
140 setTitle(titleValue.getValue());
  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderSessionImpl.java 720 ResourceValue titleValue = res.findResValue(title, false);
721 if (titleValue != null && titleValue.getValue() != null) {
722 title = titleValue.getValue();
    [all...]

Completed in 184 milliseconds