Searched refs:li (Results 26 - 47 of 47) sorted by relevance

12

/frameworks/base/docs/html-intl/intl/in/preview/
H A Dpreview_toc.cs3 <li class="nav-section">
5 </li>
8 <li class="nav-section">
10 </li>
12 <li class="nav-section">
14 </li>
16 <li class="nav-section">
18 </li>
21 <li class="nav-section">
24 <li><
[all...]
/frameworks/base/docs/html-intl/intl/pt-br/preview/
H A Dpreview_toc.cs3 <li class="nav-section">
5 </li>
8 <li class="nav-section">
10 </li>
12 <li class="nav-section">
14 </li>
16 <li class="nav-section">
18 </li>
21 <li class="nav-section">
24 <li><
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DLocaleStore.java217 for (LocaleInfo li : sLocaleCache.values()) {
222 if (simCountries.contains(li.getLocale().getCountry())) {
223 li.mSuggestionFlags |= LocaleInfo.SUGGESTION_TYPE_SIM;
241 for (LocaleInfo li : sLocaleCache.values()) {
242 if (country.equals(li.getLocale().getCountry())) {
244 li.mSuggestionFlags |= LocaleInfo.SUGGESTION_TYPE_SIM;
260 LocaleInfo li = new LocaleInfo(localeId);
261 if (simCountries.contains(li.getLocale().getCountry())) {
262 li.mSuggestionFlags |= LocaleInfo.SUGGESTION_TYPE_SIM;
264 sLocaleCache.put(li
322 getLevel(Set<String> ignorables, LocaleInfo li, boolean translatedOnly) argument
[all...]
H A DSuggestedLocaleAdapter.java63 for (LocaleStore.LocaleInfo li : localeOptions) {
64 if (li.isSuggested()) {
67 mLocaleOptions.add(li);
263 for (LocaleStore.LocaleInfo li : mLocaleOptions) {
264 if (li.isSuggested()) {
H A DChooserActivity.java856 LabeledIntent li = (LabeledIntent)ii;
857 ri.resolvePackageName = li.getSourcePackage();
858 ri.labelRes = li.getLabelResource();
859 ri.nonLocalizedLabel = li.getNonLocalizedLabel();
860 ri.icon = li.getIconResource();
H A DResolverActivity.java1384 LabeledIntent li = (LabeledIntent)ii;
1385 ri.resolvePackageName = li.getSourcePackage();
1386 ri.labelRes = li.getLabelResource();
1387 ri.nonLocalizedLabel = li.getNonLocalizedLabel();
1388 ri.icon = li.getIconResource();
/frameworks/base/docs/html/ndk/downloads/
H A Ddownloads_toc.cs10 <li class="nav-section">
13 </li>
15 <li class="nav-section">
18 </li>
/frameworks/rs/api/
H A Drs_allocation_data.spec23 <li>Individual cells are accessed using the rsGetElementAt* and
24 @rsSetElementAt functions.</li>
25 <li>Multiple cells can be copied using the rsAllocationCopy* and
26 rsAllocationV* functions.</li>
27 <li>For getting values through a sampler, use @rsSample.</li>
H A Drs_value_types.spec42 <li>The letters x, y, z, and w,</li>
43 <li>The letters r, g, b, and a,</li>
44 <li>The letter s or S, followed by a zero based index.</li></ul>
H A Drs_io.spec21 <li>Send information to the Java client, and</li>
23 <li>Send the processed allocation or receive the next allocation to process.</li></ul>
H A Drs_vector_math.spec29 <li>native_: May have custom hardware implementations with weaker precision. Additionally,
31 infinity input may not be handled correctly.</li>
32 <li>fast_: May perform internal computations using 16 bit floats. Additionally, subnormal
33 values may be flushed to zero, and rounding towards zero may be used.</li>
H A Drs_math.spec43 <li>native_: May have custom hardware implementations with weaker precision. Additionally,
45 infinity input may not be handled correctly.</li>
46 <li>half_: May perform internal computations using 16 bit floats. Additionally, subnormal
47 values may be flushed to zero, and rounding towards zero may be used.</li>
/frameworks/base/docs/html/training/
H A Dtraining_toc.cs2 <li class="nav-section">
10 <li class="nav-section">
19 <li><a href="<?cs var:toroot ?>training/basics/firstapp/creating-project.html">
22 </li>
23 <li><a href="<?cs var:toroot ?>training/basics/firstapp/running-app.html">
26 </li>
27 <li><a href="<?cs var:toroot ?>training/basics/firstapp/building-ui.html">
30 </li>
31 <li><a href="<?cs var:toroot ?>training/basics/firstapp/starting-activity.html">
34 </li>
[all...]
/frameworks/native/opengl/libagl/arch-mips/
H A Dfixed_asm.S37 li $t2,0x8e
58 li $t1,0x7fffffff
/frameworks/base/core/java/android/net/
H A DLinkQualityInfo.java118 LinkQualityInfo li = new LinkQualityInfo();
119 li.initializeFromParcel(in);
120 return li;
/frameworks/base/core/java/android/content/
H A DUriMatcher.java220 final int li = pathSegments.size();
224 if (li == 0 && uri.getAuthority() == null) {
228 for (int i=-1; i<li; i++) {
/frameworks/base/core/java/android/app/
H A DLoaderManager.java87 * <li> <p>The Loader will monitor for changes to the data, and report
99 * <li> The Loader will release the data once it knows the application
867 LoaderInfo li = mLoaders.valueAt(i);
869 writer.print(": "); writer.println(li.toString());
870 li.dump(innerPrefix, fd, writer, args);
877 LoaderInfo li = mInactiveLoaders.valueAt(i);
879 writer.print(": "); writer.println(li.toString());
880 li.dump(innerPrefix, fd, writer, args);
889 final LoaderInfo li = mLoaders.valueAt(i);
890 loadersRunning |= li
[all...]
/frameworks/support/v4/java/android/support/v4/app/
H A DLoaderManager.java68 * <li> <p>The Loader will monitor for changes to the data, and report
80 * <li> The Loader will release the data once it knows the application
860 LoaderInfo li = mLoaders.valueAt(i);
862 writer.print(": "); writer.println(li.toString());
863 li.dump(innerPrefix, fd, writer, args);
870 LoaderInfo li = mInactiveLoaders.valueAt(i);
872 writer.print(": "); writer.println(li.toString());
873 li.dump(innerPrefix, fd, writer, args);
883 final LoaderInfo li = mLoaders.valueAt(i);
884 loadersRunning |= li
[all...]
/frameworks/base/tests/DpiTest/src/com/google/android/test/dpi/
H A DDpiTestActivity.java78 final LayoutInflater li = (LayoutInflater)getSystemService(
106 layout = (LinearLayout)li.inflate(R.layout.image_views, null);
110 layout = (LinearLayout)li.inflate(R.layout.styled_image_views, null);
/frameworks/base/core/java/android/view/
H A DView.java159 * <li><strong>Set properties:</strong> for example setting the text of a
163 * files.</li>
164 * <li><strong>Set focus:</strong> The framework will handle moving focus in
166 * {@link #requestFocus}.</li>
167 * <li><strong>Set up listeners:</strong> Views allow clients to set listeners
173 * exposes a listener to notify clients when the button is clicked.</li>
174 * <li><strong>Set visibility:</strong> You can hide or show views using
175 * {@link #setVisibility(int)}.</li>
305 * <li>Define a Button in the layout file and assign it a unique ID.
312 * </pre></li>
[all...]
/frameworks/base/services/core/java/com/android/server/clipboard/
H A DClipboardService.java229 ListenerInfo li = (ListenerInfo)
231 if (mAppOps.checkOpNoThrow(AppOpsManager.OP_READ_CLIPBOARD, li.mUid,
232 li.mPackageName) == AppOpsManager.MODE_ALLOWED) {
/frameworks/base/docs/html/ndk/reference/
H A Ddoxygen.css860 .navpath li
872 .navpath li.navelem a
884 .navpath li.navelem a:hover
889 .navpath li.footer
1115 div.toc li {
1136 div.toc li.level1 {
1140 div.toc li.level2 {
1144 div.toc li.level3 {
1148 div.toc li.level4 {

Completed in 1319 milliseconds

12