Home
last modified time | relevance | path

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

/frameworks/base/services/input/
DPointerController.h84 enum Presentation { enum
92 virtual void setPresentation(Presentation presentation) = 0;
168 virtual void setPresentation(Presentation presentation);
224 Presentation presentation;
DPointerController.cpp228 void PointerController::setPresentation(Presentation presentation) { in setPresentation()
/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;
125 private final static class KeyguardPresentation extends Presentation {
/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.jd810 <h3 id="42-presentation">Presentation window</h3>
813 provides a new UI object called a <strong>Presentation</strong> &mdash; a type of dialog that
816 content to show. The Presentation handles inflating resources and rendering your
823 … can take full control of two or more independent displays using <strong>Presentation</strong>.</p>
826 <p>A Presentation gives your app full control over the remote display window and
829 to create a UI and render content in the Presentation, from building an
838 external display &mdash; but always on the that’s best for Presentation content.
842 the system’s <strong>preferred Presentation display</strong> and receive callbacks when that
846 Presentation display is attached, at which time it can automatically switch to
847 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.java19 import android.app.Presentation;
/frameworks/base/docs/html/sdk/api_diff/17/
DmissingSinces.txt23 NO DOC BLOCK: android.app.Presentation Class
/frameworks/base/services/input/tests/
DInputReader_test.cpp113 virtual void setPresentation(Presentation presentation) { in setPresentation()
/frameworks/base/docs/html/
Dsitemap.txt933 http://developer.android.com/reference/android/app/Presentation.html
/frameworks/base/api/
Dcurrent.txt4110 public class Presentation extends android.app.Dialog {
4111 ctor public Presentation(android.content.Context, android.view.Display);
4112 ctor public Presentation(android.content.Context, android.view.Display, int);