/frameworks/base/docs/html/guide/ |
guide_toc.cs | 1 <?cs # Table of contents for Dev Guide. 11 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/index.html"> 15 <li><a href="<?cs var:toroot ?>guide/components/fundamentals.html"> 18 <li><a href="<?cs var:toroot ?>guide/practices/compatibility.html"> 21 <li><a href="<?cs var:toroot ?>guide/topics/security/permissions.html"> 30 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/components/index.html"> 35 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/components/intents-filters.html"> 39 <li><a href="<?cs var:toroot ?>guide/components/intents-common.html"> 45 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/components/activities.html"> 49 <li><a href="<?cs var:toroot ?>guide/components/fragments.html" [all...] |
/frameworks/base/docs/html/ |
jd_extras_es.js | 4 "intl/es/distribute/googleplay/guide.html": {
|
jd_extras_ru.js | 4 "intl/ru/distribute/googleplay/guide.html": {
|
jd_extras_zh-tw.js | 4 "intl/zh-tw/distribute/googleplay/guide.html": {
|
/packages/apps/TV/src/com/android/tv/guide/ |
GuideUtils.java | 17 package com.android.tv.guide; 25 * Sets the width in pixels that corresponds to an hour in program guide. 33 * Gets the number of pixels in program guide table that corresponds to the given milliseconds. 40 * Gets the number of pixels in program guide table that corresponds to the given range. 49 * Gets the time in millis that corresponds to the given pixels in the program guide.
|
GenreListAdapter.java | 17 package com.android.tv.guide; 33 * Adapts the genre items obtained from {@link GenreItems} to the program guide side panel. 44 public GenreListAdapter(Context context, ProgramManager programManager, ProgramGuide guide) { 54 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;
|
/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/api/ |
generate.sh | 46 rm -f ../../base/docs/html/guide/topics/renderscript/reference/*.jd 47 mv docs/*.jd ../../base/docs/html/guide/topics/renderscript/reference/ 60 echo "Be sure to update platform/frameworks/base/docs/html/guide/guide_toc.cs if needed."
|
/packages/apps/TV/tests/func/src/com/android/tv/tests/ui/ |
ProgramGuideTest.java | 24 import com.android.tv.guide.ProgramGuide;
|
/external/opencv3/ |
README.md | 22 * Follow the coding style guide.
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
URLHandler.java | 167 public void guide(URLVisitor v, boolean recurse, boolean strip) { method in class:URLHandler.FileURLHandler 224 public void guide(URLVisitor v, boolean recurse, boolean strip) { method in class:URLHandler.JarURLHandler 254 public void guide(URLVisitor visitor, boolean recurse) method in class:URLHandler 256 guide(visitor, recurse, true); method 259 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 | 163 public void guide(URLVisitor v, boolean recurse, boolean strip) { method in class:URLHandler.FileURLHandler 220 public void guide(URLVisitor v, boolean recurse, boolean strip) { method in class:URLHandler.JarURLHandler 250 public void guide(URLVisitor visitor, boolean recurse) method in class:URLHandler 252 guide(visitor, recurse, true); method 255 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/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/apps/TV/src/com/android/tv/dvr/ui/ |
DvrDialogFragment.java | 13 import com.android.tv.guide.ProgramGuide;
|
DvrRecordDeleteFragment.java | 10 import com.android.tv.guide.ProgramManager.TableEntry;
|
/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/tools/droiddoc/templates-ds/ |
sampleindex.cs | 12 <div id="jd-header" class="guide-header">
|
/build/tools/droiddoc/templates-pdk/ |
sampleindex.cs | 12 <div id="jd-header" class="guide-header">
|
/build/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">
|