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

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderSessionImpl.java126 private List<ViewInfo> mViewInfoList; field in class:RenderSessionImpl
1176 * containing the bounds of all the views. It also initializes the {@link #mViewInfoList} with
1206 mViewInfoList = childrenWithOffset;
1223 * {@code mViewInfoList}. When the hierarchy is accessed via {@code mSystemViewInfoList}, the
1361 return mViewInfoList;

Completed in 151 milliseconds