Home
last modified time | relevance | path

Searched defs:ll (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/util/
DListItemFactory.java48 final LinearLayout ll = new LinearLayout(context); in twoButtonsSeparatedByFiller() local
93 final LinearLayout ll = new LinearLayout(context); in horizontalButtonSlots() local
236 final LinearLayout ll = new LinearLayout(context); in doubleText() local
/cts/tests/tests/widget/src/android/widget/cts/
DLayoutDirectionTest.java106 ViewGroup ll = (ViewGroup) getActivity().findViewById(parentId); in checkDirectionForOneLayoutFromXml() local
DTextViewTest.java3800 LinearLayout ll = new LinearLayout(mActivity); in testGetResolvedTextDirectionLtrWithInheritance() local
3866 LinearLayout ll = new LinearLayout(mActivity); in testGetResolvedTextDirectionRtlWithInheritance() local
3927 LinearLayout ll = (LinearLayout) mActivity.findViewById(R.id.layout_textviewtest); in testResetTextDirection() local
3947 LinearLayout ll = new LinearLayout(mActivity); in testTextDirectionFirstStrongLtr() local
3962 LinearLayout ll = new LinearLayout(mActivity); in testTextDirectionFirstStrongLtr() local
3978 LinearLayout ll = new LinearLayout(mActivity); in testTextDirectionFirstStrongLtr() local
3997 LinearLayout ll = new LinearLayout(mActivity); in testTextDirectionFirstStrongRtl() local
4012 LinearLayout ll = new LinearLayout(mActivity); in testTextDirectionFirstStrongRtl() local
4028 LinearLayout ll = new LinearLayout(mActivity); in testTextDirectionFirstStrongRtl() local
4123 LinearLayout ll = new LinearLayout(getActivity()); in testGetResolvedTextAlignmentWithInheritance() local
[all …]