Searched refs:getDisplay (Results 1 - 25 of 32) 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/native/opengl/libs/EGL/
H A Degl_object.cpp70 getDisplay()->onWindowSurfaceCreated();
81 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.h54 inline egl_display_t* getDisplay() const { return display; } function in class:android::egl_object_t
/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
130 EGLDisplay dpy = getDisplay(_env, display);
152 EGLDisplay dpy = getDisplay(_env, display);
171 EGLDisplay dpy = getDisplay(_env, display);
185 EGLDisplay dpy = getDisplay(_env, display);
203 EGLDisplay dpy = getDisplay(_env, display);
236 EGLDisplay dpy = getDisplay(_env, display);
252 EGLDisplay dpy = getDisplay(_env, display);
279 EGLDisplay dpy = getDisplay(_env, display);
323 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());
158 getDisplay().getSize(p);
/frameworks/base/core/java/android/hardware/display/
H A DVirtualDisplay.java52 public Display getDisplay() { method in class:VirtualDisplay
H A DDisplayManager.java252 public Display getDisplay(int displayId) { method in class:DisplayManager
546 * Use {@link DisplayManager#getDisplay} to get more information about
/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/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.java128 Display getDisplay() { method in class:DisplayContent
H A DScreenRotationAnimation.java209 final Display display = displayContent.getDisplay();
535 final int layerStack = mDisplayContent.getDisplay().getLayerStack();
H A DSession.java307 Display display = displayContent.getDisplay();
H A DWindowManagerService.java916 getDefaultDisplayContentLocked().getDisplay(), mFxSession);
5931 getDefaultDisplayContentLocked().getDisplay(),
5960 getDefaultDisplayContentLocked().getDisplay(),
6015 getDefaultDisplayContentLocked().getDisplay(), mFxSession);
6242 rot = getDefaultDisplayContentLocked().getDisplay().getRotation();
7387 final Display display = displayContent.getDisplay();
8476 mPolicy.setInitialDisplaySize(displayContent.getDisplay(),
8482 mPolicy.setDisplayOverscan(displayContent.getDisplay(),
9291 final Display display = displayContent.getDisplay();
10754 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.java494 Display display = getDisplay();
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java870 mDisplay = mDisplayManager.getDisplay(Display.DEFAULT_DISPLAY);

Completed in 315 milliseconds

12