Home
last modified time | relevance | path

Searched refs:getDisplay (Results 1 – 25 of 63) sorted by relevance

123

/frameworks/base/core/jni/
Dcom_google_android_gles_jni_EGLImpl.cpp51 static inline EGLDisplay getDisplay(JNIEnv* env, jobject o) { in getDisplay() function
127 EGLDisplay dpy = getDisplay(_env, display); in jni_eglInitialize()
149 EGLDisplay dpy = getDisplay(_env, display); in jni_eglQueryContext()
168 EGLDisplay dpy = getDisplay(_env, display); in jni_eglQuerySurface()
182 EGLDisplay dpy = getDisplay(_env, display); in jni_getInitCount()
200 EGLDisplay dpy = getDisplay(_env, display); in jni_eglChooseConfig()
233 EGLDisplay dpy = getDisplay(_env, display); in jni_eglCreateContext()
249 EGLDisplay dpy = getDisplay(_env, display); in jni_eglCreatePbufferSurface()
276 EGLDisplay dpy = getDisplay(_env, display); in jni_eglCreatePixmapSurface()
319 EGLDisplay dpy = getDisplay(_env, display); in jni_eglCreateWindowSurface()
[all …]
/frameworks/support/compat/java/android/support/v4/hardware/display/
DDisplayManagerCompat.java78 public abstract Display getDisplay(int displayId); in getDisplay() method in DisplayManagerCompat
113 public Display getDisplay(int displayId) { in getDisplay() method in DisplayManagerCompat.LegacyImpl
140 public Display getDisplay(int displayId) { in getDisplay() method in DisplayManagerCompat.JellybeanMr1Impl
141 return DisplayManagerJellybeanMr1.getDisplay(mDisplayManagerObj, displayId); in getDisplay()
/frameworks/support/compat/jellybean-mr1/android/support/v4/hardware/display/
DDisplayManagerJellybeanMr1.java27 public static Display getDisplay(Object displayManagerObj, int displayId) { in getDisplay() method in DisplayManagerJellybeanMr1
28 return ((android.hardware.display.DisplayManager)displayManagerObj).getDisplay(displayId); in getDisplay()
/frameworks/support/compat/jellybean-mr1/android/support/v4/view/
DViewCompatJellybeanMr1.java68 public static Display getDisplay(View view) { in getDisplay() method in ViewCompatJellybeanMr1
69 return view.getDisplay(); in getDisplay()
/frameworks/base/core/tests/coretests/src/android/hardware/display/
DVirtualDisplayTest.java117 Display display = virtualDisplay.getDisplay(); in testPrivateVirtualDisplay()
141 Display display = virtualDisplay.getDisplay(); in testPrivatePresentationVirtualDisplay()
170 Display display = virtualDisplay.getDisplay(); in testPublicPresentationVirtualDisplay()
177 Display defaultDisplay = mDisplayManager.getDisplay(Display.DEFAULT_DISPLAY); in testPublicPresentationVirtualDisplay()
224 Display display = virtualDisplay.getDisplay(); in testSecurePublicPresentationVirtualDisplay()
231 Display defaultDisplay = mDisplayManager.getDisplay(Display.DEFAULT_DISPLAY); in testSecurePublicPresentationVirtualDisplay()
/frameworks/support/compat/tests/java/android/support/v4/view/
DViewCompatTest.java61 final Display display = ViewCompat.getDisplay(mView); in testGetDisplay()
68 final Display display = ViewCompat.getDisplay(view); in testGetDisplay_returnsNullForUnattachedView()
/frameworks/opt/chips/src/com/android/ex/chips/recipientchip/
DVisibleRecipientChip.java49 public CharSequence getDisplay() { in getDisplay() method in VisibleRecipientChip
50 return mDelegate.getDisplay(); in getDisplay()
DInvisibleRecipientChip.java51 public CharSequence getDisplay() { in getDisplay() method in InvisibleRecipientChip
52 return mDelegate.getDisplay(); in getDisplay()
DBaseRecipientChip.java40 CharSequence getDisplay(); in getDisplay() method
DSimpleRecipientChip.java63 public CharSequence getDisplay() { in getDisplay() method in SimpleRecipientChip
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardDisplayManager.java100 if (mPresentation != null && mPresentation.getDisplay() != presentationDisplay) { in updateDisplays()
101 if (DEBUG) Slog.v(TAG, "Display gone: " + mPresentation.getDisplay()); in updateDisplays()
160 getDisplay().getSize(p); in onCreate()
/frameworks/native/opengl/libs/EGL/
Degl_object.cpp74 getDisplay()->onWindowSurfaceCreated(); in egl_surface_t()
82 getDisplay()->onWindowSurfaceDestroyed(); in ~egl_surface_t()
Degl_display.cpp90 if (object->getDisplay() == this) { in getObject()
102 return sDisplay[uintptr_t(disp)].getDisplay(disp); in getFromNativeDisplay()
105 EGLDisplay egl_display_t::getDisplay(EGLNativeDisplayType display) { in getDisplay() function in android::egl_display_t
303 egl_display_t* display = cur_c->getDisplay(); in loseCurrent()
Degl_display.h48 EGLDisplay getDisplay(EGLNativeDisplayType display);
Degl_object.h56 inline egl_display_t* getDisplay() const { return display; } in getDisplay() function
/frameworks/base/core/java/android/view/
DWindowManagerImpl.java93 mGlobal.addView(view, params, mContext.getDisplay(), mParentWindow); in addView()
147 return mContext.getDisplay(); in getDefaultDisplay()
/frameworks/base/core/java/android/hardware/display/
DVirtualDisplay.java51 public Display getDisplay() { in getDisplay() method in VirtualDisplay
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/
DDisplaySourceService.java210 virtualDisplay.getDisplay()).sendToTarget(); in run()
215 virtualDisplay.getDisplay()).sendToTarget(); in run()
/frameworks/base/tests/UiBench/src/com/android/test/uibench/
DBitmapUploadActivity.java58 getDisplay().getMetrics(mMetrics); in onAttachedToWindow()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DClock.java179 if (mSecondsHandler == null && getDisplay() != null) { in updateShowSeconds()
181 if (getDisplay().getState() == Display.STATE_ON) { in updateShowSeconds()
/frameworks/base/core/java/android/app/
DPresentation.java191 public Display getDisplay() { in getDisplay() method in Presentation
/frameworks/support/compat/gingerbread/android/support/v4/view/
DViewCompatBase.java156 static Display getDisplay(View view) { in getDisplay() method in ViewCompatBase
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/display/
DDisplayDensityUtils.java101 context.getDisplay().getRealMetrics(metrics); in DisplayDensityUtils()
/frameworks/base/docs/html/sdk/support_api_diff/25.0.0/
DmissingSinces.txt9 NO DOC BLOCK: android.support.v4.view.ViewCompat Method getDisplay(android.view.View)
/frameworks/support/compat/java/android/support/v4/view/
DViewCompat.java490 Display getDisplay(View view); in getDisplay() method
1161 public Display getDisplay(View view) { in getDisplay() method in ViewCompat.BaseViewCompatImpl
1162 return ViewCompatBase.getDisplay(view); in getDisplay()
1563 public Display getDisplay(View view) { in getDisplay() method in ViewCompat.JbMr1ViewCompatImpl
1564 return ViewCompatJellybeanMr1.getDisplay(view); in getDisplay()
3579 public static Display getDisplay(@NonNull View view) { in getDisplay() method in ViewCompat
3580 return IMPL.getDisplay(view); in getDisplay()

123