Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DLayout.java180 } else if (mBuilder.hasFrameworkActionBar()) { in Layout()
218 } else if (mBuilder.hasFrameworkActionBar() || mBuilder.hasTitleBar()) { in createContentFrame()
302 if (mBuilder.hasTitleBar() || mBuilder.hasFrameworkActionBar()) { in createActionBar()
605 private boolean hasFrameworkActionBar() { in hasFrameworkActionBar() method in Layout.Builder