Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DLayout.java169 LayoutParams params = createLayoutParams(MATCH_PARENT, MATCH_PARENT); in createContentFrame()
188 private LayoutParams createLayoutParams(int width, int height) { in createLayoutParams() method in Layout
225 LayoutParams params = createLayoutParams(MATCH_PARENT, mBuilder.mStatusBarSize); in createStatusBar()
244 LayoutParams layoutParams = createLayoutParams(MATCH_PARENT, MATCH_PARENT); in createActionBar()
261 LayoutParams params = createLayoutParams(MATCH_PARENT, mBuilder.mTitleBarSize); in createTitleBar()
288 LayoutParams params = createLayoutParams(w, h); in createNavBar()