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

  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
BridgeActionBar.java 47 @NonNull private FrameLayout mContentRoot;
95 mContentRoot = contentRoot;
100 return mContentRoot;
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderSessionImpl.java 134 private FrameLayout mContentRoot;
251 backgroundView = mViewRoot = mContentRoot = new FrameLayout(context);
361 mContentRoot = actionBar.getContentRoot();
374 if (mContentRoot == null) {
375 mContentRoot = new FrameLayout(context);
379 mContentRoot.setLayoutParams(layoutParams);
380 backgroundLayout.addView(mContentRoot);
408 mContentRoot);
410 view = mInflater.inflate(mBlockParser, mContentRoot);
504 mViewRoot, mContentRoot.getChildAt(0)
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindow.java 157 private ViewGroup mContentRoot;
    [all...]

Completed in 55 milliseconds