Searched refs:mSystemViewInfoList (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderSessionImpl.java138 private List<ViewInfo> mSystemViewInfoList; field in class:RenderSessionImpl
339 mSystemViewInfoList = visitAllChildren(mViewRoot, 0, params.getExtendedViewInfoMode(),
502 mSystemViewInfoList = visitAllChildren(mViewRoot, 0, params.getExtendedViewInfoMode(),
1291 * {@code mViewInfoList}. When the hierarchy is accessed via {@code mSystemViewInfoList}, the
1438 return mSystemViewInfoList;
1470 if (mSystemViewInfoList != null) {
1471 mSystemViewInfoList.clear();

Completed in 64 milliseconds