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

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderSessionImpl.java137 private List<ViewInfo> mViewInfoList; field in class:RenderSessionImpl
1244 * containing the bounds of all the views. It also initializes the {@link #mViewInfoList} with
1274 mViewInfoList = childrenWithOffset;
1291 * {@code mViewInfoList}. When the hierarchy is accessed via {@code mSystemViewInfoList}, the
1434 return mViewInfoList;
1467 if (mViewInfoList != null) {
1468 mViewInfoList.clear();

Completed in 38 milliseconds