Searched refs:createLayoutParams (Results 1 – 1 of 1) sorted by relevance
169 LayoutParams params = createLayoutParams(MATCH_PARENT, MATCH_PARENT); in createContentFrame()188 private LayoutParams createLayoutParams(int width, int height) { in createLayoutParams() method in Layout225 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()