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

  /external/chromium_org/third_party/WebKit/Source/modules/presentation/
Presentation.cpp 6 #include "modules/presentation/Presentation.h"
12 Presentation::Presentation(ExecutionContext* executionContext)
17 Presentation::~Presentation()
22 Presentation* Presentation::create(ExecutionContext* executionContext)
24 return new Presentation(executionContext);
27 const AtomicString& Presentation::interfaceName() cons
    [all...]
  /frameworks/native/services/inputflinger/
PointerControllerInterface.h 77 enum Presentation {
85 virtual void setPresentation(Presentation presentation) = 0;
  /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...]
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 128 milliseconds