Searched refs:li (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/docs/html/design/
H A Ddesign_toc.cs3 <li class="nav-section">
6 <li><a href="<?cs var:toroot ?>design/get-started/creative-vision.html">Creative Vision</a></li>
7 <li><a href="<?cs var:toroot ?>design/get-started/principles.html">Design Principles</a></li>
8 <li><a href="<?cs var:toroot ?>design/get-started/ui-overview.html">UI Overview</a></li>
10 </li>
12 <li class="nav-section">
15 <li><
[all...]
/frameworks/base/docs/html/about/
H A Dabout_toc.cs3 <li class="nav-section">
6 <li><a href="<?cs var:toroot?>about/start.html">Get Started</a></li>
8 </li>
9 <li class="nav-section">
13 <li><a href="<?cs var:toroot ?>about/versions/android-4.1.html">Android 4.1 APIs</a></li>
15 </li>
17 <li class="nav-section">
21 <li><
[all...]
/frameworks/base/docs/html/distribute/
H A Ddistribute_toc.cs3 <li class="nav-section">
8 <li><a href="<?cs var:toroot ?>distribute/googleplay/about/visibility.html">
9 <span class="en">Visibility</a></li>
10 <li><a href="<?cs var:toroot ?>distribute/googleplay/about/monetizing.html">
11 <span class="en">Monetizing</a></li>
12 <li><a href="<?cs var:toroot ?>distribute/googleplay/about/distribution.html">
13 <span class="en">Distribution</a></li>
15 </li>
17 <li class="nav-section">
22 <li><
[all...]
/frameworks/base/docs/html/tools/
H A Dtools_toc.cs3 <li class="nav-section">
7 </li>
9 <li class="nav-section">
13 <li class="nav-section">
18 <li><a href="<?cs var:toroot ?>sdk/installing/adding-packages.html">
19 <span class="en">Adding Platforms and Packages</span></a></li>
20 <li><a href="<?cs var:toroot ?>sdk/installing/installing-adt.html">
21 <span class="en">Installing the Eclipse Plugin</span></a></li>
22 <li><a href="<?cs var:toroot ?>sdk/installing/next.html">
23 <span class="en">Next Steps</span></a></li>
[all...]
/frameworks/base/docs/html/training/
H A Dtraining_toc.cs4 <li class="nav-section">
12 <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/base/core/java/android/content/
H A DUriMatcher.java205 final int li = pathSegments.size();
209 if (li == 0 && uri.getAuthority() == null) {
213 for (int i=-1; i<li; i++) {
/frameworks/base/core/java/android/app/
H A DLoaderManager.java88 * <li> <p>The Loader will monitor for changes to the data, and report
100 * <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);
882 final LoaderInfo li = mLoaders.valueAt(i);
883 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
801 LoaderInfo li = mLoaders.valueAt(i);
803 writer.print(": "); writer.println(li.toString());
804 li.dump(innerPrefix, fd, writer, args);
811 LoaderInfo li = mInactiveLoaders.valueAt(i);
813 writer.print(": "); writer.println(li.toString());
814 li.dump(innerPrefix, fd, writer, args);
824 final LoaderInfo li = mLoaders.valueAt(i);
825 loadersRunning |= li
[all...]
/frameworks/base/core/java/android/view/
H A DKeyCharacterMap.java642 * <li>Chorded behavior: When the modifier key is pressed together with one or more
644 * then resets the modifier state when the modifier key is released.</li>
645 * <li>Toggled behavior: When the modifier key is pressed and released on its own
H A DView.java123 * <li><strong>Set properties:</strong> for example setting the text of a
127 * files.</li>
128 * <li><strong>Set focus:</strong> The framework will handled moving focus in
130 * {@link #requestFocus}.</li>
131 * <li><strong>Set up listeners:</strong> Views allow clients to set listeners
137 * exposes a listener to notify clients when the button is clicked.</li>
138 * <li><strong>Set visibility:</strong> You can hide or show views using
139 * {@link #setVisibility(int)}.</li>
269 * <li>Define a Button in the layout file and assign it a unique ID.
276 * </pre></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/av/media/libstagefright/codecs/aacdec/
H A Dcalc_sbr_envelope.cpp244 Int32 li; local
394 li = freqBandTable1[ frame_info[nEnv+2+i] ][j ];
398 for (k = li; k < ui; k++)
441 for (k = c - (ui - li); k < c; k++)
450 for (k = c - (ui - li); k < c; k++)
454 nrg /= (ui - li);
459 c -= (ui - li);
461 for (k = 0; k < ui - li; k++)
463 o = (k + li >= ui2) ? o + 1 : o;
483 dontUseTheseGainValues[k + li
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java501 LabeledIntent li = (LabeledIntent)ii;
502 ri.resolvePackageName = li.getSourcePackage();
503 ri.labelRes = li.getLabelResource();
504 ri.nonLocalizedLabel = li.getNonLocalizedLabel();
505 ri.icon = li.getIconResource();
/frameworks/base/docs/html/reference/renderscript/
H A Ddoxygen.css708 .navpath li
720 .navpath li.navelem a
728 .navpath li.navelem a:hover
733 .navpath li.footer

Completed in 399 milliseconds