Searched defs:rootLayout (Results 1 – 2 of 2) sorted by relevance
55 FrameLayout rootLayout = mActivityRule.getActivity().findViewById(R.id.root_layout); in testScaledLayout_layoutInXml() local89 FrameLayout rootLayout = mActivityRule.getActivity().findViewById(R.id.root_layout); in testScaledLayout_layoutThroughCode() local123 FrameLayout rootLayout = mActivityRule.getActivity().findViewById(R.id.root_layout); in testScaledLayout_bounceY() local
56 Resources resources, final ListView listView, final View rootLayout) { in applyCardPaddingToView()