Searched refs:display (Results 26 - 50 of 83) sorted by relevance

1234

/frameworks/native/libs/gui/
H A DISurfaceComposerClient.cpp55 DisplayID display,
64 data.writeInt32(display);
96 DisplayID display = data.readInt32(); local
101 sp<ISurface> s = createSurface(&params, name, display, w, h,
53 createSurface( surface_data_t* params, 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_cache.h45 void initialize(egl_display_t* display);
H A Degl_display.cpp114 EGLDisplay egl_display_t::getDisplay(EGLNativeDisplayType display) { argument
123 EGLDisplay dpy = cnx->egl.eglGetDisplay(display);
131 return EGLDisplay(uintptr_t(display) + 1U);
186 // display is now initialized
189 // get the query-strings for this display for each implementation
205 // the query strings are per-display
269 // this is specific to Android, display termination is ref-counted.
309 egl_display_t* display = cur_c->getDisplay(); local
310 if (display) {
311 display
[all...]
H A Degl_cache.cpp84 void egl_cache_t::initialize(egl_display_t *display) { argument
89 const char* exts = display->disp.queryString.extensions;
109 eglSetBlobCacheFuncsANDROID(display->disp.dpy,
/frameworks/native/services/surfaceflinger/
H A DLayerScreenshot.h38 LayerScreenshot(SurfaceFlinger* flinger, DisplayID display,
H A DLayerScreenshot.cpp34 LayerScreenshot::LayerScreenshot(SurfaceFlinger* flinger, DisplayID display, argument
36 : LayerBaseClient(flinger, display, client),
H A DSurfaceFlinger.h77 DisplayID display, uint32_t w, uint32_t h,PixelFormat format,
246 DisplayID display, uint32_t w, uint32_t h, PixelFormat format,
250 const sp<Client>& client, DisplayID display,
255 const sp<Client>& client, DisplayID display,
259 const sp<Client>& client, DisplayID display,
/frameworks/base/core/java/android/provider/
H A DContacts.java260 * The display name. If name is not null name, else if number is not null number,
962 CharSequence display = "";
969 display = labels[type - 1];
971 display = labels[People.Phones.TYPE_HOME - 1];
975 display = label;
978 return display;
1399 CharSequence display = "";
1406 display = labels[type - 1];
1408 display = labels[ContactMethods.TYPE_HOME - 1];
1412 display
[all...]
/frameworks/base/packages/FakeOemFeatures/src/com/android/fakeoemfeatures/
H A DFakeApp.java98 final Display display = wm.getDefaultDisplay();
122 if (ActivityManager.isHighEndGfx(display)) {
127 int maxSize = display.getMaximumSizeDimension();
H A DFakeBackgroundService.java72 final Display display = wm.getDefaultDisplay();
92 int maxSize = display.getMaximumSizeDimension();
/frameworks/base/media/mca/filterfw/jni/
H A Djni_gl_environment.cpp166 eglChooseConfig(gl_env->display(), configAttribs, &config, 1, &numConfigs);
173 EGLSurface egl_surface = eglCreateWindowSurface(gl_env->display(),
235 eglChooseConfig(gl_env->display(), configAttribs, &config, 1, &numConfigs);
242 EGLSurface egl_surface = eglCreateWindowSurface(gl_env->display(),
333 eglChooseConfig(gl_env->display(), configAttribs, &config, 1, &numConfigs);
341 EGLSurface egl_surface = eglCreateWindowSurface(gl_env->display(),
/frameworks/rs/driver/
H A DrsdFrameBufferObj.cpp132 eglQuerySurface(dc->gl.egl.display, dc->gl.egl.surface, EGL_WIDTH, &width);
133 eglQuerySurface(dc->gl.egl.display, dc->gl.egl.surface, EGL_HEIGHT, &height);
/frameworks/base/core/java/android/view/
H A DDisplay.java29 * Provides information about the display size and density.
43 * Display gives you access to some information about a particular display
46 Display(int display, CompatibilityInfoHolder compatInfo) { argument
56 mDisplay = display;
57 init(display);
61 * Returns the index of this display. This is currently undefined; do
75 * Gets the size of the display, in pixels.
79 * along the edges of the display that reduce the amount of application
83 * The size is adjusted based on the current rotation of the display.
86 * actual raw size (native resolution) of the display
435 init(int display) argument
[all...]
H A DViewConfiguration.java33 * Expected bit depth of the display panel.
131 * Defines the duration in milliseconds we want to display zoom controls in response
270 * various parameters of the context, like the dimension of the display or the density
271 * of the display.
298 final Display display = WindowManagerImpl.getDefault().getDefaultDisplay();
300 mMaximumDrawingCacheSize = 4 * display.getRawWidth() * display.getRawHeight();
326 * various parameters of the context, like the dimension of the display or the
327 * density of the display.
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DDisplay_Delegate.java80 /*package*/ static void init(Display theDisplay, int display) { argument
/frameworks/native/include/gui/
H A DISurfaceComposerClient.h57 DisplayID display,
H A DSurfaceComposerClient.h68 DisplayID display, // Display to create this surface on
76 DisplayID display, // Display to create this surface on
97 //! Freeze the specified display but not transactions.
100 //! Resume updates on the specified display.
103 //! Set the orientation of the given display
109 // Get information about a display
/frameworks/base/core/java/android/text/
H A DDynamicLayout.java31 * or custom display object, or need to call
58 public DynamicLayout(CharSequence base, CharSequence display, argument
63 this(base, display, paint, width, align, spacingmult, spacingadd,
74 public DynamicLayout(CharSequence base, CharSequence display, argument
80 this(base, display, paint, width, align, TextDirectionHeuristics.FIRSTSTRONG_LTR,
93 public DynamicLayout(CharSequence base, CharSequence display, argument
100 ? display
101 : (display instanceof Spanned)
102 ? new SpannedEllipsizer(display)
103 : new Ellipsizer(display),
[all...]
/frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
H A DUiDevice.java122 Display display = WindowManagerImpl.getDefault().getDefaultDisplay();
123 display.getMetrics(metrics);
147 Display display = WindowManagerImpl.getDefault().getDefaultDisplay();
148 return display.getRotation() == Surface.ROTATION_0 ||
149 display.getRotation() == Surface.ROTATION_180;
282 * Gets the raw width of the display, in pixels. The size is adjusted based
283 * on the current rotation of the display.
316 * Gets the raw height of the display, in pixels. The size is adjusted based
317 * on the current rotation of the display.
429 * reason to check for possible exceptions on the display
[all...]
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp248 EGLDisplay display = eglGetDisplay(EGL_DEFAULT_DISPLAY); local
250 eglInitialize(display, 0, 0);
251 eglChooseConfig(display, attribs, &config, 1, &numConfigs);
252 surface = eglCreateWindowSurface(display, config, s.get(), NULL);
253 context = eglCreateContext(display, config, NULL, NULL);
254 eglQuerySurface(display, surface, EGL_WIDTH, &w);
255 eglQuerySurface(display, surface, EGL_HEIGHT, &h);
257 if (eglMakeCurrent(display, surface, surface, context) == EGL_FALSE)
260 mDisplay = display;
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEntry.java35 /** Used when {@link #mDestinationType} is invalid and thus shouldn't be used for display. */
45 * True when this entry is the first entry in a group, which should have a photo and display
124 * @return the display name for the entry. If the display name source is larger than
125 * {@link DisplayNameSources#PHONE} we use the contact's display name, but if not,
126 * i.e. the display name came from an email address or a phone number, we don't use it
136 * with both an associated display name. This address has not been resolved
139 public static RecipientEntry constructGeneratedEntry(String display, String address) { argument
140 return new RecipientEntry(ENTRY_TYPE_PERSON, display,
H A DRecipientEditTextView.java338 * display buffer, upgrading it to BufferType.EDITABLE if it was
910 String display = null;
926 display = tokens[i].getName();
927 if (!TextUtils.isEmpty(display) && isPhoneNumber(display)) {
928 return RecipientEntry.constructGeneratedEntry(display, display);
930 display = tokens[i].getAddress();
931 if (!TextUtils.isEmpty(display) && isPhoneNumber(display)) {
[all...]
/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_env.h56 // includes the display, context, and surface. It is possible to either create
59 // necessarily through this class), and have an active display, context, and
76 // there is already a display, surface and context available (possibly
156 // Obtain the environment's EGL display.
157 const EGLDisplay& display() const { function in class:android::filterfw::GLEnv
206 // Get the currently active display.
227 // The EGL display, contexts, and surfaces.
/frameworks/native/opengl/include/EGL/
H A Deglext.h71 EGLAPI EGLBoolean EGLAPIENTRY eglLockSurfaceKHR (EGLDisplay display, EGLSurface surface, const EGLint *attrib_list);
72 EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay display, EGLSurface surface);
74 typedef EGLBoolean (EGLAPIENTRYP PFNEGLLOCKSURFACEKHRPROC) (EGLDisplay display, EGLSurface surface, const EGLint *attrib_list);
75 typedef EGLBoolean (EGLAPIENTRYP PFNEGLUNLOCKSURFACEKHRPROC) (EGLDisplay display, EGLSurface surface);
/frameworks/base/docs/html/reference/renderscript/
H A Ddoxygen.css550 display: none;
564 display: none;
595 display: none;
723 display:block;
920 #top { display: none; }
921 #side-nav { display: none; }
922 #nav-path { display: none; }
925 .summary { display: none; }
933 display:inline;

Completed in 920 milliseconds

1234