HomeSort by relevance Sort by last modified time
    Searched refs:guide (Results 1 - 25 of 123) sorted by null

1 2 3 4 5

  /compatibility/cdd/9_security-model/
9_3_filesystem-permissions.md 7 http://developer.android.com/guide/topics/security/permissions.html).
9_2_uid-and-process-isolation.md 10 and constructed, as defined in the [Security and Permissions reference](http://developer.android.com/guide/topics/security/permissions.html).
  /compatibility/cdd/3_software/
3_15_instant-apps.md 6 [`android:protectionLevel`](https://developer.android.com/guide/topics/manifest/permission-element.html#plevel)
  /packages/apps/TV/src/com/android/tv/guide/
GenreListAdapter.java 17 package com.android.tv.guide;
34 * Adapts the genre items obtained from {@link GenreItems} to the program guide side panel.
45 GenreListAdapter(Context context, ProgramManager programManager, ProgramGuide guide) {
55 mProgramGuide = guide;
ProgramListAdapter.java 17 package com.android.tv.guide;
28 import com.android.tv.guide.ProgramManager.TableEntriesUpdatedListener;
29 import com.android.tv.guide.ProgramManager.TableEntry;
33 * guide table.
TimelineGridView.java 17 package com.android.tv.guide;
51 // off screen views in order to reduce jank, however the program guide is capable to scroll
TimelineRow.java 17 package com.android.tv.guide;
GuideUtils.java 17 package com.android.tv.guide;
33 * Sets the width in pixels that corresponds to an hour in program guide.
41 * Gets the number of pixels in program guide table that corresponds to the given milliseconds.
48 * Gets the number of pixels in program guide table that corresponds to the given range.
57 * Gets the time in millis that corresponds to the given pixels in the program guide.
122 * {@link com.android.tv.guide.ProgramItemView} is a current program.
TimeListAdapter.java 17 package com.android.tv.guide;
37 * guide table.
  /external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/guide/
GetExample.java 1 package com.squareup.okhttp.guide;
PostExample.java 1 package com.squareup.okhttp.guide;
  /frameworks/rs/script_api/
generate.sh 44 rm -f ../../base/docs/html/guide/topics/renderscript/reference/*.jd
45 mv docs/*.jd ../../base/docs/html/guide/topics/renderscript/reference/
58 echo "Be sure to update platform/frameworks/base/docs/html/guide/guide_toc.cs if needed."
rs_core.spec 32 framework APIs interact, see the <a target="_parent" href="http://developer.android.com/guide/topics/renderscript/index.html">RenderScript developer guide</a> and the <a target="_parent" href="http://developer.android.com/resources/samples/RenderScript/index.html">RenderScript samples</a>.
  /packages/apps/TV/tests/func/src/com/android/tv/tests/ui/
ProgramGuideTest.java 24 import com.android.tv.guide.ProgramGuide;
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
URLHandler.java 170 public void guide(URLVisitor v, boolean recurse, boolean strip) { method in class:URLHandler.FileURLHandler
230 public void guide(URLVisitor v, boolean recurse, boolean strip) { method in class:URLHandler.JarURLHandler
260 public void guide(URLVisitor visitor, boolean recurse) method in class:URLHandler
262 guide(visitor, recurse, true); method
265 public abstract void guide(URLVisitor visitor, boolean recurse, boolean strip); method in class:URLHandler
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
URLHandler.java 166 public void guide(URLVisitor v, boolean recurse, boolean strip) { method in class:URLHandler.FileURLHandler
226 public void guide(URLVisitor v, boolean recurse, boolean strip) { method in class:URLHandler.JarURLHandler
256 public void guide(URLVisitor visitor, boolean recurse) method in class:URLHandler
258 guide(visitor, recurse, true); method
261 public abstract void guide(URLVisitor visitor, boolean recurse, boolean strip); method in class:URLHandler
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
TutorialEN.java 95 int backgroundResource, int bx, int by, int description, int guide) {
98 init(context, inputView, backgroundResource, bx, by, text, guide, false);
102 CharSequence description, int guide, boolean leftAlign) {
103 init(context, inputView, backgroundResource, bx, by, description, guide, leftAlign);
107 int bx, int by, CharSequence description, int guide, boolean leftAlign) {
116 .append(context.getResources().getText(guide));
  /build/make/tools/droiddoc/templates-pdk/assets/
customizations.js 7 + "<p><a href='" +toRoot+ "guide/appendix/api-levels.html'>What is the API Level?</a></p></div>");
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
TutorialJAJP.java 97 int backgroundResource, int bx, int by, int description, int guide) {
100 init(context, inputView, backgroundResource, bx, by, text, guide, false);
104 CharSequence description, int guide, boolean leftAlign) {
105 init(context, inputView, backgroundResource, bx, by, description, guide, leftAlign);
109 int bx, int by, CharSequence description, int guide, boolean leftAlign) {
118 .append(context.getResources().getText(guide));
  /build/make/tools/droiddoc/templates-pdk/
sampleindex.cs 12 <div id="jd-header" class="guide-header">
  /build/make/tools/droiddoc/templates-sac/
sampleindex.cs 12 <div id="jd-header" class="guide-header">
  /external/doclava/res/assets/templates/
docpage.cs 10 <div id="jd-header" class="guide-header">
sample.cs 12 <div id="jd-header" class="guide-header">
  /external/e2fsprogs/ext2ed/
Makefile.in 31 DOCS= doc/ext2ed-design.pdf doc/user-guide.pdf doc/ext2fs-overview.pdf \
32 doc/ext2ed-design.html doc/user-guide.html doc/ext2fs-overview.html
  /external/doclava/res/assets/templates/assets/
doclava-developer-docs.js 134 } else if (location.href.indexOf("/guide/") != -1) {
135 return "guide";
171 if (devdocNav.length) { // only dev guide, resources, and sdk
180 if (fullPageName.indexOf("/guide/") != -1) {
181 firstSlashPos = fullPageName.indexOf("/guide/");
197 if ((link.length == 0) && ((fullPageName.indexOf("/guide/") != -1) || (fullPageName.indexOf("/resources/") != -1))) {
199 // that matches our ancestor directories (only for dev guide and resources)
264 // If in the dev guide docs, also resize the "devdoc-nav" div
265 } else if (href.indexOf("/guide/") != -1) {
355 } else if (path.indexOf("/guide/") != -1)
    [all...]

Completed in 434 milliseconds

1 2 3 4 5