Home
last modified time | relevance | path

Searched defs:rootLayout (Results 1 – 2 of 2) sorted by relevance

/packages/apps/TV/tuner/tests/unittests/javatests/com/android/tv/tuner/layout/tests/
DScaledLayoutTest.java55 FrameLayout rootLayout = mActivityRule.getActivity().findViewById(R.id.root_layout); in testScaledLayout_layoutInXml() local
89 FrameLayout rootLayout = mActivityRule.getActivity().findViewById(R.id.root_layout); in testScaledLayout_layoutThroughCode() local
123 FrameLayout rootLayout = mActivityRule.getActivity().findViewById(R.id.root_layout); in testScaledLayout_bounceY() local
/packages/apps/Dialer/java/com/android/contacts/common/util/
DContactListViewUtils.java56 Resources resources, final ListView listView, final View rootLayout) { in applyCardPaddingToView()