Searched refs:mDisplay (Results 1 - 12 of 12) sorted by relevance

/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientChip.java29 private final CharSequence mDisplay; field in class:RecipientChip
45 mDisplay = entry.getDisplayName();
71 return mDisplay;
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLImpl.java28 private EGLDisplayImpl mDisplay = new EGLDisplayImpl(-1); field in class:EGLImpl
112 if (mDisplay.mEGLDisplay != value)
113 mDisplay = new EGLDisplayImpl(value);
114 return mDisplay;
132 if (mDisplay.mEGLDisplay != value)
133 mDisplay = new EGLDisplayImpl(value);
134 return mDisplay;
/frameworks/base/services/surfaceflinger/DisplayHardware/
H A DDisplayHardware.h78 EGLDisplay getEGLDisplay() const { return mDisplay; }
100 EGLDisplay mDisplay; member in class:android::DisplayHardware
H A DDisplayHardware.cpp257 mDisplay = display;
311 mHwc->setFrameBuffer(mDisplay, mSurface);
328 eglMakeCurrent(mDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
329 eglTerminate(mDisplay);
361 EGLDisplay dpy = mDisplay;
398 eglMakeCurrent(mDisplay, mSurface, mSurface, mContext);
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp255 mDisplay = display;
296 eglMakeCurrent(mDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
297 eglDestroyContext(mDisplay, mContext);
298 eglDestroySurface(mDisplay, mSurface);
301 eglTerminate(mDisplay);
317 eglSwapBuffers(mDisplay, mSurface);
354 EGLBoolean res = eglSwapBuffers(mDisplay, mSurface);
453 eglSwapBuffers(mDisplay, mSurface);
507 eglSwapBuffers(mDisplay, mSurface);
H A DBootAnimation.h91 EGLDisplay mDisplay; member in class:android::BootAnimation
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNavigationBarView.java57 final Display mDisplay; field in class:NavigationBarView
117 mDisplay = ((WindowManager)context.getSystemService(
255 final int rot = mDisplay.getRotation();
273 Slog.d(TAG, "reorient(): rot=" + mDisplay.getRotation());
343 final boolean offscreen = r.right > mDisplay.getRawWidth()
344 || r.bottom > mDisplay.getRawHeight();
H A DPhoneStatusBar.java143 Display mDisplay; field in class:PhoneStatusBar
253 mDisplay = ((WindowManager)mContext.getSystemService(Context.WINDOW_SERVICE))
388 if (ActivityManager.isHighEndGfx(mDisplay)) {
483 if (ActivityManager.isHighEndGfx(mDisplay)) {
1854 if (ActivityManager.isHighEndGfx(mDisplay)) {
1883 if (ActivityManager.isHighEndGfx(mDisplay)) {
2031 mDisplay.getMetrics(mDisplayMetrics);
/frameworks/base/core/java/android/view/
H A DDisplay.java56 mDisplay = display;
65 return mDisplay;
386 private final int mDisplay; field in class:Display
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DGlobalScreenshot.java243 private Display mDisplay; field in class:GlobalScreenshot
299 mDisplay = mWindowManager.getDefaultDisplay();
301 mDisplay.getRealMetrics(mDisplayMetrics);
349 mDisplay.getRealMetrics(mDisplayMetrics);
351 float degrees = getDegreesForRotation(mDisplay.getRotation());
/frameworks/base/core/java/android/text/
H A DDynamicLayout.java105 mDisplay = display;
191 CharSequence text = mDisplay;
479 private CharSequence mDisplay; field in class:DynamicLayout
/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java501 Display mDisplay; field in class:WindowManagerService
2010 if (mDisplay == null) {
5033 mStrictModeFlash = new StrictModeFlash(mDisplay, mFxSession);
5142 rot = mDisplay.getRotation();
6017 if (mDisplay == null) {
6064 mDisplay.getMetricsWithSize(mRealDisplayMetrics, mCurDisplayWidth, mCurDisplayHeight);
6078 mDisplay.getMetricsWithSize(dm, mAppDisplayWidth, mAppDisplayHeight);
6438 if (mDisplay != null) {
6442 mDisplay = wm.getDefaultDisplay();
6444 mInitialDisplayWidth = mDisplay
[all...]

Completed in 1302 milliseconds