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

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderSessionImpl.java126 private List<ViewInfo> mViewInfoList; field in class:RenderSessionImpl
896 * containing the bounds of all the views. It also initializes the {@link #mViewInfoList} with
929 mViewInfoList = childrenWithOffset;
946 * {@code mViewInfoList}. When the hierarchy is accessed via {@code mSystemViewInfoList}, the
1094 return mViewInfoList;
1127 if (mViewInfoList != null) {
1128 mViewInfoList.clear();

Completed in 399 milliseconds