Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DLayout.java160 addViews(titleBar, mContentRoot == null ? (mContentRoot = createContentFrame()) : actionBar, in Layout()
295 private void addViews(@NonNull View... views) { in addViews() method in Layout