HomeSort by relevance Sort by last modified time
    Searched defs:programGuide (Results 1 - 2 of 2) sorted by null

  /packages/apps/TV/src/com/android/tv/dvr/ui/
DvrHalfSizedDialogFragment.java 31 import com.android.tv.guide.ProgramGuide;
50 ProgramGuide programGuide =
52 if (programGuide != null && programGuide.isActive()) {
53 programGuide.cancelHide();
63 ProgramGuide programGuide =
65 if (programGuide != null && programGuide.isActive())
    [all...]
  /packages/apps/TV/src/com/android/tv/guide/
ProgramGuide.java 69 public class ProgramGuide
71 private static final String TAG = "ProgramGuide";
166 public ProgramGuide(
442 * <p>Note: the animation which starts together with ProgramGuide showing animation needs to be
    [all...]

Completed in 218 milliseconds