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

123

/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.java49 public CharSequence getDisplay() { method in class:VisibleRecipientChip
50 return mDelegate.getDisplay();
H A DInvisibleRecipientChip.java51 public CharSequence getDisplay() { method in class:InvisibleRecipientChip
52 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/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/support/compat/tests/java/android/support/v4/view/
H A DViewCompatTest.java61 final Display display = ViewCompat.getDisplay(mView);
68 final Display display = ViewCompat.getDisplay(view);
/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/base/core/java/android/view/
H A DWindowManagerImpl.java93 mGlobal.addView(view, params, mContext.getDisplay(), mParentWindow);
147 return mContext.getDisplay();
/frameworks/native/opengl/libs/EGL/
H A Degl_object.cpp74 getDisplay()->onWindowSurfaceCreated();
82 getDisplay()->onWindowSurfaceDestroyed();
H A Degl_display.cpp90 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 Degl_display.h48 EGLDisplay getDisplay(EGLNativeDisplayType display);
H A Degl_object.h56 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/UiBench/src/com/android/test/uibench/
H A DBitmapUploadActivity.java58 getDisplay().getMetrics(mMetrics);
/frameworks/support/compat/gingerbread/android/support/v4/view/
H A DViewCompatBase.java156 static Display getDisplay(View view) { method in class:ViewCompatBase
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DClock.java179 if (mSecondsHandler == null && getDisplay() != null) {
181 if (getDisplay().getState() == Display.STATE_ON) {
/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/packages/SettingsLib/src/com/android/settingslib/display/
H A DDisplayDensityUtils.java101 context.getDisplay().getRealMetrics(metrics);
/frameworks/base/services/core/java/com/android/server/policy/
H A DBurnInProtectionHelper.java120 mDisplay = displayManager.getDisplay(Display.DEFAULT_DISPLAY);

Completed in 618 milliseconds

123