/frameworks/support/compat/jellybean-mr1/android/support/v4/hardware/display/ |
H A D | DisplayManagerJellybeanMr1.java | 27 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 D | BaseRecipientChip.java | 40 CharSequence getDisplay(); method in interface:BaseRecipientChip
|
H A D | InvisibleRecipientChip.java | 51 public CharSequence getDisplay() { method in class:InvisibleRecipientChip 52 return mDelegate.getDisplay();
|
H A D | SimpleRecipientChip.java | 63 public CharSequence getDisplay() { method in class:SimpleRecipientChip
|
H A D | VisibleRecipientChip.java | 49 public CharSequence getDisplay() { method in class:VisibleRecipientChip 50 return mDelegate.getDisplay();
|
/frameworks/support/compat/java/android/support/v4/hardware/display/ |
H A D | DisplayManagerCompat.java | 78 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 D | Presentation.java | 191 public Display getDisplay() { method in class:Presentation 245 * @see #getDisplay 258 * @see #getDisplay
|
H A D | ContextImpl.java | 1906 public Display getDisplay() { method in class:ContextImpl
|
/frameworks/base/core/java/android/hardware/display/ |
H A D | VirtualDisplay.java | 51 public Display getDisplay() { method in class:VirtualDisplay
|
H A D | DisplayManager.java | 252 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 D | ViewCompatBase.java | 156 static Display getDisplay(View view) { method in class:ViewCompatBase
|
/frameworks/support/compat/jellybean-mr1/android/support/v4/view/ |
H A D | ViewCompatJellybeanMr1.java | 68 public static Display getDisplay(View view) { method in class:ViewCompatJellybeanMr1 69 return view.getDisplay();
|
/frameworks/native/opengl/libs/EGL/ |
H A D | egl_display.cpp | 90 if (object->getDisplay() == this) { 102 return sDisplay[uintptr_t(disp)].getDisplay(disp); 105 EGLDisplay egl_display_t::getDisplay(EGLNativeDisplayType display) { function in class:android::egl_display_t 303 egl_display_t* display = cur_c->getDisplay();
|
H A D | egl_object.h | 56 inline egl_display_t* getDisplay() const { return display; } function in class:android::egl_object_t
|
/frameworks/base/core/jni/ |
H A D | com_google_android_gles_jni_EGLImpl.cpp | 51 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 D | DisplayContent.java | 149 Display getDisplay() { method in class:DisplayContent
|
/frameworks/base/test-runner/src/android/test/mock/ |
H A D | MockContext.java | 707 public Display getDisplay() { method in class:MockContext
|
/frameworks/base/core/java/android/content/ |
H A D | ContextWrapper.java | 826 public Display getDisplay() { method in class:ContextWrapper 827 return mBase.getDisplay();
|
H A D | Context.java | 4285 public abstract Display getDisplay(); method in class:Context
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
H A D | BridgeContext.java | 1802 public Display getDisplay() { method in class:BridgeContext
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
H A D | HWC2On1Adapter.h | 402 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 D | HWC2On1Adapter.cpp | 2363 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 D | ViewCompat.java | 490 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 D | MediaRouter.java | 1373 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 D | View.java | 15459 public Display getDisplay() { method in class:View
|