Searched refs:display (Results 76 - 100 of 144) sorted by relevance

123456

/frameworks/base/services/java/com/android/server/display/
H A DDisplayDeviceInfo.java17 package com.android.server.display;
26 * Describes the characteristics of a physical display device.
30 * Flag: Indicates that this display device should be considered the default display
36 * Flag: Indicates that the orientation of this display device is coupled to the
37 * rotation of its associated logical display.
39 * This flag should be applied to the default display to indicate that the user
40 * physically rotates the display when content is presented in a different orientation.
41 * The display manager will apply a coordinate transformation assuming that the
42 * physical orientation of the display matche
[all...]
H A DLocalDisplayAdapter.java17 package com.android.server.display;
33 * A display adapter for the local displays managed by Surface Flinger.
155 // For demonstration purposes, allow rotation of the external display.
H A DOverlayDisplayWindow.java17 package com.android.server.display;
23 import android.hardware.display.DisplayManager;
166 Slog.w(TAG, "Cannot show overlay display because there is no "
167 + "default display upon which to show it.");
213 // The position and scale will be clamped when the display is first shown.
360 * Watches for significant changes in the overlay display window lifecycle.
/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);
H A DRecipientEditTextView.java360 * display buffer, upgrading it to BufferType.EDITABLE if it was
1011 String display = null;
1015 display = tokens[0].getName();
1016 if (!TextUtils.isEmpty(display)) {
1026 return RecipientEntry.constructGeneratedEntry(display, token);
1028 display = tokens[0].getAddress();
1029 if (!TextUtils.isEmpty(display)) {
1030 return RecipientEntry.constructFakeEntry(display);
1088 * contact information including display text, address, and id.
1557 String display
[all...]
/frameworks/rs/driver/
H A DrsdGL.h41 EGLDisplay display; member in struct:RsdGLRec::__anon1536
/frameworks/av/services/audioflinger/
H A DAndroid.mk61 # uncomment to display CPU load adjusted for CPU frequency
/frameworks/base/core/java/android/hardware/display/
H A DDisplayManagerGlobal.java17 package android.hardware.display;
20 import android.hardware.display.DisplayManager.DisplayListener;
36 * Manager communication with the display manager service on behalf of
45 // True if display info and display ids should be cached.
51 // an application could start processing a configuration change due to a display
52 // orientation change before the display info cache has actually been invalidated.
77 * Gets an instance of the display manager global singleton.
79 * @return The display manager instance, may be null early in system startup
80 * before the display manage
[all...]
/frameworks/base/core/java/android/view/
H A DViewConfiguration.java114 * Defines the duration in milliseconds we want to display zoom controls in response
253 * various parameters of the context, like the dimension of the display or the density
254 * of the display.
283 final Display display = win.getDefaultDisplay();
285 display.getRealSize(size);
312 * various parameters of the context, like the dimension of the display or the
313 * density of the display.
H A DWindowManagerGlobal.java42 * the caller already knows the display and relevant compatibility information
164 Display display, Window parentWindow) {
168 if (display == null) {
169 throw new IllegalArgumentException("display must not be null");
216 root = new ViewRootImpl(view.getContext(), display);
466 pw.printf(" %s\n %d views, %.2f kB of display lists",
163 addView(View view, ViewGroup.LayoutParams params, Display display, Window parentWindow) argument
H A DDisplay.java22 import android.hardware.display.DisplayManagerGlobal;
28 * Provides information about the size and density of a logical display.
30 * The display area is described in two different ways.
32 * <li>The application display area specifies the part of the display that may contain
33 * an application window, excluding the system decorations. The application display area may
34 * be smaller than the real display area because the system subtracts the space needed
36 * application display area: {@link #getSize}, {@link #getRectSize} and {@link #getMetrics}.</li>
37 * <li>The real display area specifies the part of the display tha
[all...]
/frameworks/base/services/java/com/android/server/wm/
H A DWatermark.java54 Watermark(Display display, DisplayMetrics dm, SurfaceSession session, String[] tokens) { argument
62 mDisplay = display;
H A DSession.java294 Display display = callingWin.mDisplayContent.getDisplay();
295 mService.mDragState.register(display);
325 surface.setLayerStack(display.getLayerStack());
H A DDragState.java91 * @param display The Display that the window being dragged is on.
93 void register(Display display) { argument
94 mDisplay = display;
133 // The drag window covers the entire display
/frameworks/native/libs/gui/
H A DConsumerBase.cpp222 status_t ConsumerBase::releaseBufferLocked(int slot, EGLDisplay display, argument
225 status_t err = mBufferQueue->releaseBuffer(slot, display, eglFence,
H A DSurfaceComposerClient.cpp573 const sp<IBinder>& display, DisplayInfo* info)
575 return ComposerService::getComposerService()->getDisplayInfo(display, info);
592 status_t ScreenshotClient::update(const sp<IBinder>& display) { argument
596 return s->captureScreen(display, &mHeap,
601 status_t ScreenshotClient::update(const sp<IBinder>& display, argument
606 return s->captureScreen(display, &mHeap,
611 status_t ScreenshotClient::update(const sp<IBinder>& display, argument
617 return s->captureScreen(display, &mHeap,
572 getDisplayInfo( const sp<IBinder>& display, DisplayInfo* info) argument
H A DSurface.cpp308 // TODO: the display metrics should come from the display manager
310 sp<IBinder> display = SurfaceComposerClient::getBuiltInDisplay( local
312 SurfaceComposerClient::getDisplayInfo(display, &dinfo);
/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 DSurfaceTexture.h231 virtual status_t releaseBufferLocked(int buf, EGLDisplay display,
363 // current display when updateTexImage is called for the first time and when
/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
/frameworks/av/cmds/stagefright/
H A Dstream.cpp310 sp<IBinder> display(SurfaceComposerClient::getBuiltInDisplay(
313 SurfaceComposerClient::getDisplayInfo(display, &info);
317 ALOGV("display is %d x %d\n", displayWidth, displayHeight);
H A Dcodec.cpp383 sp<IBinder> display(SurfaceComposerClient::getBuiltInDisplay(
386 SurfaceComposerClient::getDisplayInfo(display, &info);
390 ALOGV("display is %ld x %ld\n", displayWidth, displayHeight);
/frameworks/av/media/libmedia/
H A DIMediaPlayerService.cpp255 sp<IRemoteDisplay> display(listenForRemoteDisplay(client, iface));
256 reply->writeStrongBinder(display->asBinder());
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DCallbackProxy.java173 mLayoutTestController.display();
377 public void display() { method in class:CallbackProxy
/frameworks/base/core/java/android/app/
H A DActivityManager.java34 import android.hardware.display.DisplayManager;
35 import android.hardware.display.DisplayManagerGlobal;
390 Display display = DisplayManagerGlobal.getInstance().getRealDisplay(
393 display.getRealSize(p);

Completed in 504 milliseconds

123456