Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DLayout.java143 View frameworkActionBar = null; in Layout() local
187 frameworkActionBar = bar.getRootView(); in Layout()
191 …iViews(titleBar, mContentRoot == null ? (mContentRoot = createContentFrame()) : frameworkActionBar, in Layout()