HomeSort by relevance Sort by last modified time
    Searched refs:mContentRoot (Results 1 - 6 of 6) sorted by null

  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
BridgeActionBar.java 49 @NonNull private FrameLayout mContentRoot;
99 mContentRoot = contentRoot;
104 return mContentRoot;
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
Layout.java 121 private FrameLayout mContentRoot;
153 mContentRoot = bar.getContentRoot();
160 addViews(titleBar, mContentRoot == null ? (mContentRoot = createContentFrame()) : actionBar,
201 return mContentRoot;
RenderSessionImpl.java 125 private FrameLayout mContentRoot;
247 mViewRoot, mContentRoot.getChildAt(0),
255 mContentRoot, mContentRoot.getChildAt(0),
302 mContentRoot = ((Layout) mViewRoot).getContentRoot();
315 mContentRoot);
317 view = mInflater.inflate(mBlockParser, mContentRoot);
    [all...]
  /frameworks/base/core/java/com/android/internal/policy/
DecorView.java 199 ViewGroup mContentRoot;
289 mBackgroundFallback.draw(mContentRoot, c, mWindow.mContentParent);
    [all...]
  /external/robolectric/v3/runtime/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 263 milliseconds