Searched defs:ll (Results 1 – 6 of 6) sorted by relevance
27 LocaleList ll = new LocaleList(); in testEmptyLocaleList() local45 final LocaleList ll = new LocaleList(Locale.US); in testOneMemberLocaleList() local56 final LocaleList ll = new LocaleList(la); in testTwoMemberLocaleList() local67 LocaleList ll = new LocaleList((Locale) null); in testNullArgument() local73 LocaleList ll = new LocaleList((Locale[]) null); in testNullArgument() local82 LocaleList ll = null; in testNullArguments() local93 LocaleList ll = null; in testRepeatedArguments() local154 LocaleList ll = new LocaleList(); in testToString() local167 LocaleList ll = new LocaleList(); in testToLanguageTags() local201 final LocaleList ll = LocaleList.getDefault(); in testGetDefault() local[all …]
558 LocaleList ll = new LocaleList(loc); in testSetLocales_oneLtr() local568 LocaleList ll = new LocaleList(loc); in testSetLocales_oneRtl() local579 LocaleList ll = LocaleList.forLanguageTags("az-Arab,en"); in testSetLocales_twoLocales() local589 LocaleList ll = LocaleList.forLanguageTags("az-Arab,en"); in testSetLocales_overridesLocale() local600 LocaleList ll = LocaleList.forLanguageTags("az-Arab,en"); in testSetLocales_overridesSetLocale() local
48 final LinearLayout ll = new LinearLayout(context); in twoButtonsSeparatedByFiller() local93 final LinearLayout ll = new LinearLayout(context); in horizontalButtonSlots() local236 final LinearLayout ll = new LinearLayout(context); in doubleText() local
106 ViewGroup ll = (ViewGroup) getActivity().findViewById(parentId); in checkDirectionForOneLayoutFromXml() local
4355 LinearLayout ll = new LinearLayout(mActivity); in testGetResolvedTextDirectionLtrWithInheritance() local4421 LinearLayout ll = new LinearLayout(mActivity); in testGetResolvedTextDirectionRtlWithInheritance() local4482 LinearLayout ll = (LinearLayout) mActivity.findViewById(R.id.layout_textviewtest); in testResetTextDirection() local4502 LinearLayout ll = new LinearLayout(mActivity); in testTextDirectionFirstStrongLtr() local4517 LinearLayout ll = new LinearLayout(mActivity); in testTextDirectionFirstStrongLtr() local4533 LinearLayout ll = new LinearLayout(mActivity); in testTextDirectionFirstStrongLtr() local4552 LinearLayout ll = new LinearLayout(mActivity); in testTextDirectionFirstStrongRtl() local4567 LinearLayout ll = new LinearLayout(mActivity); in testTextDirectionFirstStrongRtl() local4583 LinearLayout ll = new LinearLayout(mActivity); in testTextDirectionFirstStrongRtl() local4713 LinearLayout ll = new LinearLayout(getActivity()); in testGetResolvedTextAlignmentWithInheritance() local[all …]
243 int ll = is.read(); in parse() local