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

  /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
PointerController.cpp 67 mLocked.presentation = PRESENTATION_POINTER;
228 void PointerController::setPresentation(Presentation presentation) {
231 if (mLocked.presentation != presentation) {
232 mLocked.presentation = presentation;
235 if (presentation != PRESENTATION_SPOT) {
497 mLocked.pointerSprite->setIcon(mLocked.presentation == PRESENTATION_POINTER
  /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...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
PresentationWithMediaRouterActivity.java 24 import android.app.Presentation;
42 * <h3>Presentation Activity</h3>
46 * on a secondary display using a {@link Presentation}.
49 * a presentation display is available and to allow the user to control the
50 * media routes using a menu item. When a presentation display is available,
52 * {@link Presentation} on the preferred presentation display. When a presentation
60 * checkbox to show a presentation on that display.
110 // Update the presentation based on the currently selected route
    [all...]
PresentationActivity.java 25 import android.app.Presentation;
53 * <h3>Presentation Activity</h3>
57 * on a secondary display using a {@link Presentation}.
60 * When the user selects a display, the activity opens a {@link Presentation}
61 * on that display. We show a different photograph in each presentation
69 * checkbox to show a presentation on that display.
81 private static final String PRESENTATION_KEY = "presentation";
83 // The content that we want to show on the presentation.
97 // List of presentation contents indexed by displayId.
98 // This state persists so that we can restore the old presentation
177 DemoPresentation presentation = mActivePresentations.valueAt(i); local
204 DemoPresentation presentation = new DemoPresentation(this, display, contents); local
215 DemoPresentation presentation = mActivePresentations.get(displayId); local
    [all...]
  /frameworks/base/core/java/android/view/
WindowManager.java 19 import android.app.Presentation;
42 * {@link Presentation}. The presentation will automatically obtain a
66 * be found. See {@link android.app.Presentation} for more information on secondary displays.
    [all...]
  /frameworks/base/services/input/tests/
InputReader_test.cpp 113 virtual void setPresentation(Presentation presentation) {
    [all...]
  /prebuilts/sdk/17/
android.jar 

Completed in 352 milliseconds