Searched refs:windowless (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/service/dreams/
H A DDreamService.java565 * Marks this dream as windowless. Only available to doze dreams.
569 public void setWindowless(boolean windowless) { argument
570 mWindowless = windowless;
574 * Returns whether or not this dream is windowless. Only available to doze dreams.
966 throw new IllegalStateException("Only doze dreams can be windowless");
1089 if (isWindowless()) pw.print(" windowless");

Completed in 62 milliseconds