Searched refs:getDisplay (Results 1 - 25 of 36) sorted by relevance

12

/frameworks/support/v4/jellybean-mr1/android/support/v4/hardware/display/
H A DDisplayManagerJellybeanMr1.java27 public static Display getDisplay(Object displayManagerObj, int displayId) { method in class:DisplayManagerJellybeanMr1
28 return ((android.hardware.display.DisplayManager)displayManagerObj).getDisplay(displayId);
/frameworks/opt/chips/src/com/android/ex/chips/recipientchip/
H A DBaseRecipientChip.java40 CharSequence getDisplay(); method in interface:BaseRecipientChip
H A DInvisibleRecipientChip.java50 public CharSequence getDisplay() { method in class:InvisibleRecipientChip
51 return mDelegate.getDisplay();
H A DVisibleRecipientChip.java48 public CharSequence getDisplay() { method in class:VisibleRecipientChip
49 return mDelegate.getDisplay();
H A DSimpleRecipientChip.java63 public CharSequence getDisplay() { method in class:SimpleRecipientChip
/frameworks/support/v4/java/android/support/v4/hardware/display/
H A DDisplayManagerCompat.java78 public abstract Display getDisplay(int displayId); method in class:DisplayManagerCompat
113 public Display getDisplay(int displayId) { method in class:DisplayManagerCompat.LegacyImpl
140 public Display getDisplay(int displayId) { method in class:DisplayManagerCompat.JellybeanMr1Impl
141 return DisplayManagerJellybeanMr1.getDisplay(mDisplayManagerObj, displayId);
/frameworks/base/core/java/android/hardware/display/
H A DVirtualDisplay.java51 public Display getDisplay() { method in class:VirtualDisplay
H A DDisplayManager.java252 public Display getDisplay(int displayId) { method in class:DisplayManager
547 * Use {@link DisplayManager#getDisplay} to get more information about
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_EGLImpl.cpp51 static inline EGLDisplay getDisplay(JNIEnv* env, jobject o) { function in namespace:android
127 EGLDisplay dpy = getDisplay(_env, display);
149 EGLDisplay dpy = getDisplay(_env, display);
168 EGLDisplay dpy = getDisplay(_env, display);
182 EGLDisplay dpy = getDisplay(_env, display);
200 EGLDisplay dpy = getDisplay(_env, display);
233 EGLDisplay dpy = getDisplay(_env, display);
249 EGLDisplay dpy = getDisplay(_env, display);
276 EGLDisplay dpy = getDisplay(_env, display);
319 EGLDisplay dpy = getDisplay(_en
[all...]
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardDisplayManager.java100 if (mPresentation != null && mPresentation.getDisplay() != presentationDisplay) {
101 if (DEBUG) Slog.v(TAG, "Display gone: " + mPresentation.getDisplay());
160 getDisplay().getSize(p);
/frameworks/native/opengl/libs/EGL/
H A Degl_object.cpp73 getDisplay()->onWindowSurfaceCreated();
84 getDisplay()->onWindowSurfaceDestroyed();
H A Degl_display.cpp86 if (object->getDisplay() == this) {
98 return sDisplay[uintptr_t(disp)].getDisplay(disp);
101 EGLDisplay egl_display_t::getDisplay(EGLNativeDisplayType display) { function in class:android::egl_display_t
311 egl_display_t* display = cur_c->getDisplay();
H A Degl_display.h48 EGLDisplay getDisplay(EGLNativeDisplayType display);
H A Degl_object.h55 inline egl_display_t* getDisplay() const { return display; } function in class:android::egl_object_t
/frameworks/base/core/tests/coretests/src/android/hardware/display/
H A DVirtualDisplayTest.java117 Display display = virtualDisplay.getDisplay();
141 Display display = virtualDisplay.getDisplay();
170 Display display = virtualDisplay.getDisplay();
177 Display defaultDisplay = mDisplayManager.getDisplay(Display.DEFAULT_DISPLAY);
224 Display display = virtualDisplay.getDisplay();
231 Display defaultDisplay = mDisplayManager.getDisplay(Display.DEFAULT_DISPLAY);
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/
H A DDisplaySourceService.java210 virtualDisplay.getDisplay()).sendToTarget();
215 virtualDisplay.getDisplay()).sendToTarget();
/frameworks/base/core/java/android/app/
H A DPresentation.java191 public Display getDisplay() { method in class:Presentation
245 * @see #getDisplay
258 * @see #getDisplay
/frameworks/base/services/core/java/com/android/server/policy/
H A DBurnInProtectionHelper.java114 mDisplay = displayManager.getDisplay(Display.DEFAULT_DISPLAY);
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouter.java1220 mPresentationDisplay = sGlobal.getDisplay(mPresentationDisplayId);
1695 public Display getDisplay(int displayId) { method in class:MediaRouter.GlobalMediaRouter
1696 return mDisplayManager.getDisplay(displayId);
/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayContent.java129 Display getDisplay() { method in class:DisplayContent
H A DScreenRotationAnimation.java209 final Display display = displayContent.getDisplay();
529 final int layerStack = mDisplayContent.getDisplay().getLayerStack();
H A DSession.java308 Display display = displayContent.getDisplay();
H A DWindowManagerService.java994 getDefaultDisplayContentLocked().getDisplay(), mFxSession);
5997 getDefaultDisplayContentLocked().getDisplay(),
6026 getDefaultDisplayContentLocked().getDisplay(),
6081 getDefaultDisplayContentLocked().getDisplay(), mFxSession);
6360 int rot = getDefaultDisplayContentLocked().getDisplay().getRotation();
7511 final Display display = displayContent.getDisplay();
8670 mPolicy.setInitialDisplaySize(displayContent.getDisplay(),
8676 mPolicy.setDisplayOverscan(displayContent.getDisplay(),
9513 final Display display = displayContent.getDisplay();
10972 mWatermark = new Watermark(getDefaultDisplayContentLocked().getDisplay(),
[all...]
/frameworks/opt/chips/tests/src/com/android/ex/chips/
H A DChipsTest.java654 assertEquals((String) spans[0].getDisplay(), "replacement");
687 assertEquals((String) spans[0].getDisplay(), "replacement");
717 assertEquals((String) spans[0].getDisplay(), "replacement");
/frameworks/base/core/java/android/view/
H A DSurfaceView.java495 Display display = getDisplay();

Completed in 2019 milliseconds

12