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

/frameworks/support/compat/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 DVisibleRecipientChip.java48 public CharSequence getDisplay() { method in class:VisibleRecipientChip
49 return mDelegate.getDisplay();
H A DInvisibleRecipientChip.java50 public CharSequence getDisplay() { method in class:InvisibleRecipientChip
51 return mDelegate.getDisplay();
H A DSimpleRecipientChip.java63 public CharSequence getDisplay() { method in class:SimpleRecipientChip
/frameworks/support/compat/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/app/
H A DPresentation.java191 public Display getDisplay() { method in class:Presentation
245 * @see #getDisplay
258 * @see #getDisplay
H A DContextImpl.java1906 public Display getDisplay() { method in class:ContextImpl
/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/support/compat/gingerbread/android/support/v4/view/
H A DViewCompatBase.java156 static Display getDisplay(View view) { method in class:ViewCompatBase
/frameworks/support/compat/jellybean-mr1/android/support/v4/view/
H A DViewCompatJellybeanMr1.java68 public static Display getDisplay(View view) { method in class:ViewCompatJellybeanMr1
69 return view.getDisplay();
/frameworks/native/opengl/libs/EGL/
H A Degl_display.cpp88 if (object->getDisplay() == this) {
100 return sDisplay[uintptr_t(disp)].getDisplay(disp);
103 EGLDisplay egl_display_t::getDisplay(EGLNativeDisplayType display) { function in class:android::egl_display_t
300 egl_display_t* display = cur_c->getDisplay();
H A Degl_object.h56 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
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/services/core/java/com/android/server/wm/
H A DDisplayContent.java149 Display getDisplay() { method in class:DisplayContent
/frameworks/base/test-runner/src/android/test/mock/
H A DMockContext.java707 public Display getDisplay() { method in class:MockContext
/frameworks/base/core/java/android/content/
H A DContextWrapper.java826 public Display getDisplay() { method in class:ContextWrapper
827 return mBase.getDisplay();
H A DContext.java4288 public abstract Display getDisplay(); method in class:Context
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java1802 public Display getDisplay() { method in class:BridgeContext
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2On1Adapter.h402 auto display = getAdapter(device)->getDisplay(displayId);
504 Display& getDisplay() const { return mDisplay; } function in class:android::HWC2On1Adapter::Layer
639 Display* getDisplay(hwc2_display_t id);
H A DHWC2On1Adapter.cpp2363 HWC2On1Adapter::Display* HWC2On1Adapter::getDisplay(hwc2_display_t id) function in class:android::HWC2On1Adapter
2378 auto display = getDisplay(displayId);
2389 if (layer->getDisplay().getId() != displayId) {
/frameworks/support/compat/java/android/support/v4/view/
H A DViewCompat.java490 Display getDisplay(View view); method in interface:ViewCompat.ViewCompatImpl
1161 public Display getDisplay(View view) { method in class:ViewCompat.BaseViewCompatImpl
1162 return ViewCompatBase.getDisplay(view);
1563 public Display getDisplay(View view) { method in class:ViewCompat.JbMr1ViewCompatImpl
1564 return ViewCompatJellybeanMr1.getDisplay(view);
3579 public static Display getDisplay(@NonNull View view) { method in class:ViewCompat
3580 return IMPL.getDisplay(view);
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouter.java1373 mPresentationDisplay = sGlobal.getDisplay(mPresentationDisplayId);
1983 public Display getDisplay(int displayId) { method in class:MediaRouter.GlobalMediaRouter
1984 return mDisplayManager.getDisplay(displayId);
/frameworks/base/core/java/android/view/
H A DView.java15459 public Display getDisplay() { method in class:View

Completed in 843 milliseconds