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
783 LocaleList ll = new LocaleList(loc); in testSetLocales_oneLtr() local793 LocaleList ll = new LocaleList(loc); in testSetLocales_oneRtl() local804 LocaleList ll = LocaleList.forLanguageTags("az-Arab,en"); in testSetLocales_twoLocales() local814 LocaleList ll = LocaleList.forLanguageTags("az-Arab,en"); in testSetLocales_overridesLocale() local825 LocaleList ll = LocaleList.forLanguageTags("az-Arab,en"); in testSetLocales_overridesSetLocale() local
132 ViewGroup ll = (ViewGroup) mActivity.findViewById(parentId); in verifyDirectionForOneLayoutFromXml() local
6217 LinearLayout ll = new LinearLayout(mActivity); in testGetResolvedTextDirectionLtrWithInheritance() local6285 LinearLayout ll = new LinearLayout(mActivity); in testGetResolvedTextDirectionRtlWithInheritance() local6347 LinearLayout ll = (LinearLayout) mActivity.findViewById(R.id.layout_textviewtest); in testResetTextDirection() local6368 LinearLayout ll = new LinearLayout(mActivity); in testTextDirectionFirstStrongLtr() local6383 LinearLayout ll = new LinearLayout(mActivity); in testTextDirectionFirstStrongLtr() local6399 LinearLayout ll = new LinearLayout(mActivity); in testTextDirectionFirstStrongLtr() local6419 LinearLayout ll = new LinearLayout(mActivity); in testTextDirectionFirstStrongRtl() local6434 LinearLayout ll = new LinearLayout(mActivity); in testTextDirectionFirstStrongRtl() local6450 LinearLayout ll = new LinearLayout(mActivity); in testTextDirectionFirstStrongRtl() local6635 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