Searched defs:guide (Results 1 - 14 of 14) sorted by relevance

/packages/apps/TV/src/com/android/tv/guide/
H A DTimelineGridView.java17 package com.android.tv.guide;
51 // off screen views in order to reduce jank, however the program guide is capable to scroll
H A DGuideUtils.java17 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.
H A DGenreListAdapter.java17 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) { argument
54 mProgramGuide = guide;
H A DTimeListAdapter.java17 package com.android.tv.guide;
34 * guide table.
H A DTimelineRow.java17 package com.android.tv.guide;
H A DProgramListAdapter.java17 package com.android.tv.guide;
28 import com.android.tv.guide.ProgramManager.TableEntriesUpdatedListener;
29 import com.android.tv.guide.ProgramManager.TableEntry;
33 * guide table.
H A DProgramGrid.java17 package com.android.tv.guide;
120 // off screen views in order to reduce jank, however the program guide is capable to scroll
H A DProgramItemView.java17 package com.android.tv.guide;
49 import com.android.tv.guide.ProgramManager.TableEntry;
H A DProgramRow.java17 package com.android.tv.guide;
29 import com.android.tv.guide.ProgramManager.TableEntry;
229 // Current program is visible in the guide.
H A DProgramTableAdapter.java17 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.
H A DProgramGuide.java17 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 tabl
[all...]
H A DProgramManager.java17 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
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
H A DTutorialEN.java95 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));
94 Bubble(Context context, View inputView, int backgroundResource, int bx, int by, int description, int guide) argument
101 Bubble(Context context, View inputView, int backgroundResource, int bx, int by, CharSequence description, int guide, boolean leftAlign) argument
106 init(Context context, View inputView, int backgroundResource, int bx, int by, CharSequence description, int guide, boolean leftAlign) argument
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
H A DTutorialJAJP.java97 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));
96 Bubble(Context context, View inputView, int backgroundResource, int bx, int by, int description, int guide) argument
103 Bubble(Context context, View inputView, int backgroundResource, int bx, int by, CharSequence description, int guide, boolean leftAlign) argument
108 init(Context context, View inputView, int backgroundResource, int bx, int by, CharSequence description, int guide, boolean leftAlign) argument

Completed in 144 milliseconds