HomeSort by relevance Sort by last modified time
    Searched refs:display (Results 226 - 250 of 2028) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/cmds/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
DumpCommand.java 21 import android.hardware.display.DisplayManagerGlobal;
23 import android.view.Display;
94 Display display = local
95 DisplayManagerGlobal.getInstance().getRealDisplay(Display.DEFAULT_DISPLAY);
96 int rotation = display.getRotation();
98 display.getSize(size);
  /hardware/intel/img/hwcomposer/merrifield/include/
IDisplayContext.h 34 virtual bool commitContents(hwc_display_contents_1_t *display, HwcLayerList *layerList) = 0;
IDisplayDevice.h 26 // display config
51 // display device interface
54 // display device type
74 virtual bool prePrepare(hwc_display_contents_1_t *display) = 0;
75 virtual bool prepare(hwc_display_contents_1_t *display) = 0;
76 virtual bool commit(hwc_display_contents_1_t *display,
PhysicalDevice.h 50 virtual bool prePrepare(hwc_display_contents_1_t *display);
51 virtual bool prepare(hwc_display_contents_1_t *display);
52 virtual bool commit(hwc_display_contents_1_t *display, IDisplayContext *context);
68 // display config operations
98 // display configs
  /hardware/intel/img/hwcomposer/moorefield_hdmi/include/
IDisplayContext.h 34 virtual bool commitContents(hwc_display_contents_1_t *display, HwcLayerList *layerList) = 0;
IDisplayDevice.h 26 // display config
51 // display device interface
54 // display device type
74 virtual bool prePrepare(hwc_display_contents_1_t *display) = 0;
75 virtual bool prepare(hwc_display_contents_1_t *display) = 0;
76 virtual bool commit(hwc_display_contents_1_t *display,
  /hardware/libhardware/tests/hwc/
util.h 28 void egl_destroy(EGLDisplay display, EGLSurface surface);
  /packages/apps/Settings/src/com/android/settings/display/
NightDisplayPreferenceController.java 14 package com.android.settings.display;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/display/daydream/
DaydreamActivity.java 17 package com.android.tv.settings.device.display.daydream;
  /external/libpng/contrib/gregbook/
rpng-x.c 3 rpng - simple PNG display program rpng-x.c
28 - 2.01: fixed improper display of usage screen on PNG error(s)
58 software must display the following acknowledgment:
142 static Display *display; variable
175 double default_display_exponent; /* whole display system */
184 /* First set the default value for our display-system exponent, i.e.,
238 if (!strncmp(*argv, "-display", 2)) {
281 "Usage: %s [-display xdpy] [-gamma exp] [-bgcolor bg] file.png\n"
282 " xdpy\tname of the target X display (e.g., ``hostname:0'')\n
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_session.cpp 80 const char *qservice_name = "display.qservice";
100 DLOGE("Display core initialization failed. Error = %d", error);
104 // Read which display is first, and create it and store it in primary slot
110 // HDMI is primary display. If already connected, then create it and store in
111 // primary display slot. If not connected, create a NULL display for now.
115 // Create and power on primary display
153 DLOGE("Display core de-initialization failed. Error = %d", error);
224 hwc2_display_t display) {
226 return HWCSession::CallDisplayFunction(device, display, &HWCDisplay::AcceptDisplayChanges)
1221 auto display = static_cast<hwc2_display_t >(input_parcel->readInt32()); local
    [all...]
  /cts/hostsidetests/services/activityandwindowmanager/activitymanager/app/src/android/server/cts/
VirtualDisplayActivity.java 19 import static android.hardware.display.DisplayManager.VIRTUAL_DISPLAY_FLAG_OWN_CONTENT_ONLY;
20 import static android.hardware.display.DisplayManager.VIRTUAL_DISPLAY_FLAG_PUBLIC;
24 import android.hardware.display.DisplayManager;
25 import android.hardware.display.VirtualDisplay;
37 * Activity that is able to create and destroy a virtual display.
51 // Container for details about a pending virtual display creation request.
62 // Container to hold association between an active virtual display and surface view.
64 public final VirtualDisplay display; field in class:VirtualDisplayActivity.VirtualDisplayEntry
69 public VirtualDisplayEntry(VirtualDisplay display, SurfaceView surfaceView, int density,
71 this.display = display
    [all...]
  /developers/build/prebuilts/gradle/BasicMediaRouter/Application/src/main/java/com/example/android/basicmediarouter/
SamplePresentation.java 22 import android.view.Display;
32 * It displays the name of the display in which it has been embedded (see
34 * background color and display its text.
42 public SamplePresentation(Context outerContext, Display display) {
43 super(outerContext, display);
51 setContentView(R.layout.display);
58 * Show the name of the display this presentation was embedded in.
66 * Set the background color of the layout and display the color as a String.
73 // Display the color as a string on scree
    [all...]
  /developers/samples/android/media/BasicMediaRouter/Application/src/main/java/com/example/android/basicmediarouter/
SamplePresentation.java 22 import android.view.Display;
32 * It displays the name of the display in which it has been embedded (see
34 * background color and display its text.
42 public SamplePresentation(Context outerContext, Display display) {
43 super(outerContext, display);
51 setContentView(R.layout.display);
58 * Show the name of the display this presentation was embedded in.
66 * Set the background color of the layout and display the color as a String.
73 // Display the color as a string on scree
    [all...]
  /development/samples/browseable/BasicMediaRouter/src/com.example.android.basicmediarouter/
SamplePresentation.java 22 import android.view.Display;
32 * It displays the name of the display in which it has been embedded (see
34 * background color and display its text.
42 public SamplePresentation(Context outerContext, Display display) {
43 super(outerContext, display);
51 setContentView(R.layout.display);
58 * Show the name of the display this presentation was embedded in.
66 * Set the background color of the layout and display the color as a String.
73 // Display the color as a string on scree
    [all...]
  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
DemoKitLaunch.java 8 import android.view.Display;
14 Display display = activity.getWindowManager().getDefaultDisplay(); local
15 int maxExtent = Math.max(display.getWidth(), display.getHeight());
  /external/autotest/frontend/client/src/autotest/tko/
ParameterizedFieldListPresenter.java 20 public interface Display {
32 private Display display; field in class:ParameterizedFieldListPresenter
34 private Map<ParameterizedField, Display.FieldWidget> fieldInputMap =
35 new HashMap<ParameterizedField, Display.FieldWidget>();
47 public void bindDisplay(Display display) {
48 this.display = display;
49 display.getAddLink().addClickHandler(this)
    [all...]
  /external/deqp/framework/egl/
egluConfigFilter.hpp 46 CandidateConfig (const eglw::Library& egl, eglw::EGLDisplay display, eglw::EGLConfig config);
81 eglw::EGLDisplay display; member in struct:eglu::CandidateConfig::__anon16763::__anon16764
99 bool match (const eglw::Library& egl, eglw::EGLDisplay display, eglw::EGLConfig config) const;
  /external/deqp/modules/egl/
teglMultiContextTests.cpp 94 eglw::EGLConfig getConfig (const eglw::Library& egl, eglw::EGLDisplay display)
98 return eglu::chooseSingleConfig(egl, display, filters);
123 const eglu::UniqueDisplay display (egl, eglu::getAndInitDisplay(m_eglTestCtx.getNativeDisplay()));
124 const eglw::EGLConfig config = getConfig(egl, *display);
126 const eglu::UniqueSurface surface (egl, *display, m_use != USE_NONE ? egl.createPbufferSurface(*display, config, pbufferAttribList) : EGL_NO_SURFACE);
147 const eglw::EGLContext context = egl.createContext(*display, config, sharedContext, attribList);
175 const eglw::EGLBoolean result = egl.makeCurrent(*display, *surface, *surface, context);
198 EGLU_CHECK_CALL(egl, destroyContext(*display, contexts[contextNdx]));
203 EGLU_CHECK_CALL(egl, makeCurrent(*display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT))
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/draw2d/
IColorConstants.java 15 import org.eclipse.swt.widgets.Display;
84 * Invokes {@link Display#getSystemColor(int)} in UI thread.
88 final Display display = Display.getDefault(); local
89 display.syncExec(new Runnable() {
92 color[0] = display.getSystemColor(id);
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DisplayTest.java 4 import android.view.Display;
17 Display display = Robolectric.newInstanceOf(Display.class); local
18 ShadowDisplay shadow = Robolectric.shadowOf(display);
30 display.getMetrics(metrics);
  /external/swiftshader/src/OpenGL/libEGL/
Surface.cpp 22 #include "Display.h"
42 Surface::Surface(const Display *display, const Config *config) : display(display), config(config)
161 swapInterval = std::max(swapInterval, display->getMinSwapInterval());
162 swapInterval = std::min(swapInterval, display->getMaxSwapInterval());
230 WindowSurface::WindowSurface(Display *display, const Config *config, EGLNativeWindowType window)
231 : Surface(display, config), window(window
    [all...]
  /external/swiftshader/src/OpenGL/libGL/
main.h 23 #include "Display.h"
35 Display *display; member in struct:gl::Current
40 void makeCurrent(Context *context, Display *display, Surface *surface);
43 Display *getDisplay();
48 void setCurrentDisplay(Display *dpy);
72 extern sw::FrameBuffer *createFrameBuffer(void *display, NativeWindowType window, int width, int height);
  /frameworks/base/tools/layoutlib/bridge/src/android/view/
AttachInfo_Accessor.java 34 Display display = wm.getDefaultDisplay(); local
35 ViewRootImpl root = new ViewRootImpl(context, display);
37 display, root, new Handler(), null, context);
40 info.mInTouchMode = false; // this is so that we can display selections.
  /frameworks/support/compat/java/android/support/v4/view/
GravityCompat.java 106 * Apply additional gravity behavior based on the overall "display" that an
109 * within a visible display. By default this moves or clips the object
110 * to be visible in the display; the gravity flags
115 * display.
116 * @param display The rectangle of the display in which the object is
119 * modified if needed to fit in the display.
125 public static void applyDisplay(int gravity, Rect display, Rect inoutObj, int layoutDirection) {
127 Gravity.applyDisplay(gravity, display, inoutObj, layoutDirection);
129 Gravity.applyDisplay(gravity, display, inoutObj)
    [all...]

Completed in 1917 milliseconds

1 2 3 4 5 6 7 8 91011>>