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

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderSessionImpl.java1157 * @param isContentFrame {@code true} if the {@code ViewInfo} to be created is part of the
1163 boolean isContentFrame) {
1164 ViewInfo result = createViewInfo(view, offset, setExtendedInfo, isContentFrame);
1168 result.setChildren(visitAllChildren(group, isContentFrame ? 0 : offset,
1169 setExtendedInfo, isContentFrame));
1182 * @param isContentFrame {@code true} if the {@code ViewInfo} to be created is part of the
1187 boolean setExtendedInfo, boolean isContentFrame) {
1192 if (!isContentFrame) {
1212 isContentFrame));
1253 boolean isContentFrame) {
1162 visit(View view, int offset, boolean setExtendedInfo, boolean isContentFrame) argument
1186 visitAllChildren(ViewGroup viewGroup, int offset, boolean setExtendedInfo, boolean isContentFrame) argument
1252 createViewInfo(View view, int offset, boolean setExtendedInfo, boolean isContentFrame) argument
[all...]

Completed in 5060 milliseconds