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

1 2

  /frameworks/base/docs/html/
jd_extras.js 148 "type":"Guide"
159 "type":"Guide"
181 "type":"Guide"
192 "type":"Guide"
214 "type":"Guide"
225 "type":"Guide"
236 "type":"Guide"
247 "type":"Guide"
    [all...]
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": {
jd_extras_ja.js 96 "url": "intl/ja/distribute/googleplay/guide.html",
155 "intl/ja/distribute/googleplay/guide.html": {
158 "summary": "Get the updated guide full of useful features, tips, and best practices that will help you grow a successful app or game business on Google Play.",
175 "distribute/googleplay/guide.html",
jd_tag_helpers.js 73 'guide': GUIDE_RESOURCES,
  /packages/apps/TV/src/com/android/tv/guide/
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
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.
TimelineRow.java 17 package com.android.tv.guide;
TimeListAdapter.java 17 package com.android.tv.guide;
34 * guide table.
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.
ProgramRow.java 17 package com.android.tv.guide;
29 import com.android.tv.guide.ProgramManager.TableEntry;
229 // Current program is visible in the guide.
ProgramItemView.java 17 package com.android.tv.guide;
49 import com.android.tv.guide.ProgramManager.TableEntry;
ProgramGrid.java 17 package com.android.tv.guide;
120 // off screen views in order to reduce jank, however the program guide is capable to scroll
ProgramTableAdapter.java 17 package com.android.tv.guide;
51 import com.android.tv.guide.ProgramManager.TableEntriesUpdatedListener;
64 * Adapts the {@link ProgramListAdapter} list to the body of the program guide table.
ProgramManager.java 17 package com.android.tv.guide;
42 * Manages the channels and programs for the program guide.
70 * Entry for program guide table. An "entry" can be either an actual program or a gap between
321 * This is expected to be called whenever program guide is shown.
384 // Note that This can be happens only if program guide isn't shown
ProgramGuide.java 17 package com.android.tv.guide;
66 * The program guide.
72 // Whether we should show the guide partially. The first time the user enters the program guide,
74 // the program guide is entered, we recover the previous state (partial or full).
130 // When the program guide is popped up, we keep the previous state of the guide.
453 * Returns {@code true} if the program guide should process the input events.
461 * Show the program guide. This reveals the side panel, and the program guide table is show
    [all...]
  /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;
  /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/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
CoverageTest.java 224 handler.guide(this, true, false);
  /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
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
CoverageTest.java 220 handler.guide(this, true, false);
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/serializable/
SerializableChecker.java 199 handler.guide(checker, true, false);

Completed in 463 milliseconds

1 2