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

  /frameworks/base/core/java/android/app/
Presentation.java 36 * A presentation is a special kind of dialog whose purpose is to present
37 * content on a secondary display. A {@link Presentation} is associated with
41 * Notably, the {@link Context} of a presentation is different from the context
43 * of a presentation and load other resources using the presentation's own context
47 * A presentation is automatically canceled (see {@link Dialog#cancel()}) when
49 * care of pausing and resuming whatever content is playing within the presentation
53 * <h3>Choosing a presentation display</h3>
55 * Before showing a {@link Presentation} it's important to choose the {@link Display}
56 * on which it will appear. Choosing a presentation display is sometimes difficul
    [all...]
  /frameworks/base/services/input/
PointerController.h 84 enum Presentation {
92 virtual void setPresentation(Presentation presentation) = 0;
168 virtual void setPresentation(Presentation presentation);
224 Presentation presentation; member in struct:android::PointerController::Locked
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 42 milliseconds