Searched defs:ll (Results 1 – 7 of 7) sorted by relevance
30 LocaleList ll = new LocaleList(); in testEmptyLocaleList() local48 final LocaleList ll = new LocaleList(Locale.US); in testOneMemberLocaleList() local59 final LocaleList ll = new LocaleList(la); in testTwoMemberLocaleList() local70 LocaleList ll = new LocaleList((Locale) null); in testNullArgument() local76 LocaleList ll = new LocaleList((Locale[]) null); in testNullArgument() local85 LocaleList ll = null; in testNullArguments() local96 LocaleList ll = new LocaleList(la); in testRepeatedArguments() local153 LocaleList ll = new LocaleList(); in testToString() local166 LocaleList ll = new LocaleList(); in testToLanguageTags() local200 final LocaleList ll = LocaleList.getDefault(); in testGetDefault() local[all …]
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
753 LocaleList ll = new LocaleList(loc); in testSetLocales_oneLtr() local763 LocaleList ll = new LocaleList(loc); in testSetLocales_oneRtl() local774 LocaleList ll = LocaleList.forLanguageTags("az-Arab,en"); in testSetLocales_twoLocales() local784 LocaleList ll = LocaleList.forLanguageTags("az-Arab,en"); in testSetLocales_overridesLocale() local795 LocaleList ll = LocaleList.forLanguageTags("az-Arab,en"); in testSetLocales_overridesSetLocale() local
132 ViewGroup ll = (ViewGroup) mActivity.findViewById(parentId); in verifyDirectionForOneLayoutFromXml() local
6083 LinearLayout ll = new LinearLayout(mActivity); in testGetResolvedTextDirectionLtrWithInheritance() local6151 LinearLayout ll = new LinearLayout(mActivity); in testGetResolvedTextDirectionRtlWithInheritance() local6213 LinearLayout ll = (LinearLayout) mActivity.findViewById(R.id.layout_textviewtest); in testResetTextDirection() local6234 LinearLayout ll = new LinearLayout(mActivity); in testTextDirectionFirstStrongLtr() local6249 LinearLayout ll = new LinearLayout(mActivity); in testTextDirectionFirstStrongLtr() local6265 LinearLayout ll = new LinearLayout(mActivity); in testTextDirectionFirstStrongLtr() local6285 LinearLayout ll = new LinearLayout(mActivity); in testTextDirectionFirstStrongRtl() local6300 LinearLayout ll = new LinearLayout(mActivity); in testTextDirectionFirstStrongRtl() local6316 LinearLayout ll = new LinearLayout(mActivity); in testTextDirectionFirstStrongRtl() local6501 LinearLayout ll = new LinearLayout(mActivity); in testGetResolvedTextAlignmentWithInheritance() local[all …]
362 LinearLayout ll = new LinearLayout(activity); in testSizeHandling() local
243 int ll = is.read(); in parse() local