Searched refs:mLayoutNames (Results 1 – 2 of 2) sorted by relevance
30 private final HashSet<String> mLayoutNames = new HashSet<String>(); field in ExplodeRenderingHelperTest36 mLayoutNames.add("LinearLayout"); in setUp()37 mLayoutNames.add("RelativeLayout"); in setUp()45 ExplodedRenderingHelper helper = new ExplodedRenderingHelper(layout, mLayoutNames); in testSingleHorizontalLinearLayout()56 ExplodedRenderingHelper helper = new ExplodedRenderingHelper(layout, mLayoutNames); in testSingleVerticalLinearLayout()77 ExplodedRenderingHelper helper = new ExplodedRenderingHelper(layout, mLayoutNames); in testEmbeddedLinearLayouts()95 ExplodedRenderingHelper helper = new ExplodedRenderingHelper(layout, mLayoutNames); in testSimpleRelativeLayoutWithOneLinearLayouts()128 ExplodedRenderingHelper helper = new ExplodedRenderingHelper(layout, mLayoutNames); in RelativeLayoutWithVerticalLinearLayouts()161 ExplodedRenderingHelper helper = new ExplodedRenderingHelper(layout, mLayoutNames); in RelativeLayoutWithVerticalLinearLayouts2()230 ExplodedRenderingHelper helper = new ExplodedRenderingHelper(layout, mLayoutNames); in ComplexRelativeLayout()
57 private Set<String> mLayoutNames; field in ExplodedRenderingHelper71 mLayoutNames = new HashSet<String>(); in ExplodedRenderingHelper()74 mLayoutNames.add(desc.getXmlLocalName()); in ExplodedRenderingHelper()88 mLayoutNames = layoutNames; in ExplodedRenderingHelper()169 if (mLayoutNames.contains(localName)) { in computePadding()