Home
last modified time | relevance | path

Searched refs:Presentation (Results 1 – 17 of 17) sorted by relevance

/frameworks/native/services/inputflinger/
DPointerControllerInterface.h77 enum Presentation { enum
85 virtual void setPresentation(Presentation presentation) = 0;
/frameworks/base/core/java/android/app/
DPresentation.java141 public class Presentation extends Dialog { class
158 public Presentation(Context outerContext, Display display) { in Presentation() method in Presentation
176 public Presentation(Context outerContext, Display display, int theme) { in Presentation() method in Presentation
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/
DDemoPresentation.java22 import android.app.Presentation;
40 public final class DemoPresentation extends Presentation {
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardDisplayManager.java18 import android.app.Presentation;
34 Presentation mPresentation;
126 private final static class KeyguardPresentation extends Presentation {
/frameworks/base/libs/input/
DPointerController.h91 virtual void setPresentation(Presentation presentation);
147 Presentation presentation;
DPointerController.cpp231 void PointerController::setPresentation(Presentation presentation) { in setPresentation()
/frameworks/base/docs/html/guide/topics/media/
Dmediarouter.jd28 <li><a href="#pres-obj">Creating a Presentation object</a></li>
29 <li><a href="#pres-cntrlr">Creating a Presentation controller</a></li>
564 {@link android.app.Presentation} class. If you are building an app that supports both
570 <h3 id="pres-obj">Creating a Presentation object</h3>
573 android.app.Presentation} object that contains the content you want to show on that display. The
574 {@link android.app.Presentation} is extended from the {@link android.app.Dialog} class, so can
575 add layouts and views to a {@link android.app.Presentation}.</p>
577 <p>You should be aware that the {@link android.app.Presentation} object has its own
581 context is required, because the content of the {@link android.app.Presentation} is drawn on a
587 {@link android.app.Presentation} object, including a {@link android.opengl.GLSurfaceView}
[all …]
/frameworks/base/docs/html/about/versions/
Dandroid-4.2.jd215 To create unique content for a secondary display, extend the {@link android.app.Presentation}
216 class and implement the {@link android.app.Presentation#onCreate onCreate()} callback. Within
217 {@link android.app.Presentation#onCreate onCreate()}, specify your UI for the secondary display
218 by calling {@link android.app.Presentation#setContentView setContentView()}.
220 android.app.Presentation} class provides the region in which your app can display a unique UI on the
223 <p>To detect secondary displays where you can display your {@link android.app.Presentation},
239 to a constructor for your {@link android.app.Presentation} class. Your presentation will now
254 <p>To further optimize the UI in your {@link android.app.Presentation} for
265 android.app.Presentation}, call {@link android.app.Presentation#getContext()}{@link
271 <p>For more information and some code samples, see the {@link android.app.Presentation}
Djelly-bean.jd811 <h3 id="42-presentation">Presentation window</h3>
814 provides a new UI object called a <strong>Presentation</strong> &mdash; a type of dialog that
817 content to show. The Presentation handles inflating resources and rendering your
824 … can take full control of two or more independent displays using <strong>Presentation</strong>.</p>
827 <p>A Presentation gives your app full control over the remote display window and
830 to create a UI and render content in the Presentation, from building an
839 external display &mdash; but always on the that’s best for Presentation content.
843 the system’s <strong>preferred Presentation display</strong> and receive callbacks when that
847 Presentation display is attached, at which time it can automatically switch to
848 Presentation content on the preferred display. Your apps can also use media
[all …]
/frameworks/base/core/tests/coretests/src/android/hardware/display/
DVirtualDisplayTest.java19 import android.app.Presentation;
343 private final class TestPresentation extends Presentation {
/frameworks/base/tests/AccessoryDisplay/
DREADME37 the application opens a Presentation on the new virtual display
/frameworks/native/opengl/specs/
DEGL_ANDROID_presentation_time.txt69 "3.9.4 Presentation Time
/frameworks/base/core/java/android/view/
DWindowManager.java21 import android.app.Presentation;
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp113 virtual void setPresentation(Presentation) { in setPresentation() argument
/frameworks/base/docs/html/
Dsitemap.txt933 http://developer.android.com/reference/android/app/Presentation.html
/frameworks/base/api/
Dcurrent.txt5111 public class Presentation extends android.app.Dialog {
5112 ctor public Presentation(android.content.Context, android.view.Display);
5113 ctor public Presentation(android.content.Context, android.view.Display, int);
Dsystem-current.txt5228 public class Presentation extends android.app.Dialog {
5229 ctor public Presentation(android.content.Context, android.view.Display);
5230 ctor public Presentation(android.content.Context, android.view.Display, int);