Searched refs:display (Results 51 - 75 of 83) sorted by relevance

1234

/frameworks/base/services/java/com/android/server/wm/
H A DStrictModeFlash.java40 public StrictModeFlash(Display display, SurfaceSession session) { argument
H A DWindowStateAnimator.java229 // We will run animations as long as the display isn't frozen.
281 // If the display is frozen, and there is a pending animation,
327 // for it to be displayed before enabling the display, that
328 // we allow the display to be enabled now.
466 int pid, int display, int w, int h, int format, int flags) throws
468 super(s, pid, display, w, h, format, flags);
475 int pid, String name, int display, int w, int h, int format, int flags)
477 super(s, pid, name, display, w, h, format, flags);
1394 // Only apply an animation if the display isn't frozen. If it is
1396 // artifacts when we unfreeze the display i
465 SurfaceTrace(SurfaceSession s, int pid, int display, int w, int h, int format, int flags) argument
474 SurfaceTrace(SurfaceSession s, int pid, String name, int display, int w, int h, int format, int flags) argument
[all...]
H A DWindowState.java180 // "Real" frame that the application sees, in display coordinate space.
363 final Rect display = mDisplayFrame;
364 display.set(df);
442 // Now make sure the window fits in the overall display.
945 // for it to be displayed before enabling the display, that
946 // we allow the display to be enabled now.
1084 pw.print(" display="); mDisplayFrame.printShortString(pw);
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientAlternatesAdapter.java262 TextView display = (TextView) view.findViewById(android.R.id.title);
266 display.setText(cursor.getString(Queries.Query.NAME));
267 display.setVisibility(View.VISIBLE);
273 display.setVisibility(View.GONE);
/frameworks/native/services/surfaceflinger/
H A DLayer.h53 Layer(SurfaceFlinger* flinger, DisplayID display,
H A DLayerBase.h59 LayerBase(SurfaceFlinger* flinger, DisplayID display);
301 LayerBaseClient(SurfaceFlinger* flinger, DisplayID display,
H A DLayerBase.cpp42 LayerBase::LayerBase(SurfaceFlinger* flinger, DisplayID display) argument
43 : dpy(display), contentDirty(false),
478 LayerBaseClient::LayerBaseClient(SurfaceFlinger* flinger, DisplayID display, argument
480 : LayerBase(flinger, display),
H A DSurfaceFlinger.cpp218 // we only support one display currently
222 // initialize the main display
239 // (other display should be initialized in the same manner, but
1225 const sp<Client>& client, DisplayID display,
1249 sp<Layer> layer = new Layer(this, display, client);
1259 const sp<Client>& client, DisplayID display,
1262 sp<LayerDim> layer = new LayerDim(this, display, client);
1267 const sp<Client>& client, DisplayID display,
1270 sp<LayerScreenshot> layer = new LayerScreenshot(this, display, client);
2329 // only one display supporte
[all...]
H A DLayer.cpp53 DisplayID display, const sp<Client>& client)
54 : LayerBaseClient(flinger, display, client),
186 // the display's pixel format
52 Layer(SurfaceFlinger* flinger, DisplayID display, const sp<Client>& client) argument
/frameworks/rs/driver/
H A DrsdGL.h41 EGLDisplay display; member in struct:RsdGLRec::__anon1545
/frameworks/av/services/audioflinger/
H A DAndroid.mk87 # uncomment to display CPU load adjusted for CPU frequency
/frameworks/base/test-runner/src/android/test/
H A DTouchUtils.java56 Display display = activity.getWindowManager().getDefaultDisplay();
58 display.getSize(size);
86 Display display = activity.getWindowManager().getDefaultDisplay();
88 display.getSize(size);
/frameworks/native/include/gui/
H A DBufferQueue.h214 status_t releaseBuffer(int buf, EGLDisplay display, EGLSyncKHR fence);
/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp355 DisplayID display,
367 return SurfaceComposerClient::createSurface(name, display,
373 DisplayID display,
383 display, w, h, format, flags);
354 createSurface( DisplayID display, uint32_t w, uint32_t h, PixelFormat format, uint32_t flags) argument
371 createSurface( const String8& name, DisplayID display, uint32_t w, uint32_t h, PixelFormat format, uint32_t flags) argument
/frameworks/native/opengl/libs/EGL/
H A Degl_display.h50 EGLDisplay getDisplay(EGLNativeDisplayType display);
66 // add object to this display's list
68 // remove object from this display's list
73 // These notifications allow the display to keep track of how many window
H A DeglApi.cpp111 EGLDisplay eglGetDisplay(EGLNativeDisplayType display) argument
115 uint32_t index = uint32_t(display);
124 EGLDisplay dpy = egl_display_t::getFromNativeDisplay(display);
454 // a valid but uninitialized display.
/frameworks/base/core/jni/
H A Dandroid_view_Surface.cpp476 JNIEnv* env, jobject clazz, jint display, jint orientation, jint flags)
478 int err = SurfaceComposerClient::setOrientation(display, orientation, flags);
485 JNIEnv* env, jobject clazz, jint display)
487 int err = SurfaceComposerClient::freezeDisplay(display, 0);
494 JNIEnv* env, jobject clazz, jint display)
496 int err = SurfaceComposerClient::unfreezeDisplay(display, 0);
475 Surface_setOrientation( JNIEnv* env, jobject clazz, jint display, jint orientation, jint flags) argument
484 Surface_freezeDisplay( JNIEnv* env, jobject clazz, jint display) argument
493 Surface_unfreezeDisplay( JNIEnv* env, jobject clazz, jint display) argument
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DCallbackProxy.java176 mLayoutTestController.display();
385 public void display() { method in class:CallbackProxy
/frameworks/base/core/java/android/view/
H A DWindowManagerPolicy.java144 * @param displayFrame The frame of the overall display in which this
147 * @param contentFrame The frame within the display in which we would
150 * @param visibleFrame The frame within the display that the window
177 * Retrieve the frame of the display that this window was last
181 * @return Rect The rectangle holding the display frame.
188 * should be placed. It will be smaller than the display frame to
484 * display dimensions.
486 public void setInitialDisplaySize(Display display, int width, int height); argument
511 * on its knowledge of the display and input devices, it gives the policy
564 * Return the display widt
[all...]
/frameworks/base/tests/RenderScriptTests/SampleTest/src/com/android/rs/sample/
H A DSampleRSActivity.java116 TextureView displayView = (TextureView) findViewById(R.id.display);
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Degl.h196 GLAPI EGLDisplay APIENTRY eglGetDisplay (NativeDisplayType display);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java79 Display display = windowManager.getDefaultDisplay();
80 mIsHwAccelerated = ActivityManager.isHighEndGfx(display);
/frameworks/base/tests/RenderScriptTests/ImageProcessing/src/com/android/rs/image/
H A DImageProcessingActivity.java170 mDisplayView = (ImageView) findViewById(R.id.display);
/frameworks/base/media/java/android/mtp/
H A DMtpDatabase.java808 Display display = ((WindowManager)mContext.getSystemService(
810 int width = display.getMaximumSizeDimension();
811 int height = display.getMaximumSizeDimension();
/frameworks/base/core/java/android/app/
H A DActivityManager.java369 static public boolean isHighEndGfx(Display display) { argument
378 display.getRealSize(p);

Completed in 454 milliseconds

1234