HomeSort by relevance Sort by last modified time
    Searched refs:getDisplay (Results 1 - 25 of 168) sorted by null

1 2 3 4 5 6 7

  /frameworks/support/v4/jellybean-mr1/android/support/v4/hardware/display/
DisplayManagerJellybeanMr1.java 27 public static Display getDisplay(Object displayManagerObj, int displayId) {
28 return ((android.hardware.display.DisplayManager)displayManagerObj).getDisplay(displayId);
  /frameworks/ex/chips/src/com/android/ex/chips/recipientchip/
BaseRecipientChip.java 40 CharSequence getDisplay();
InvisibleRecipientChip.java 50 public CharSequence getDisplay() {
51 return mDelegate.getDisplay();
VisibleRecipientChip.java 51 public CharSequence getDisplay() {
52 return mDelegate.getDisplay();
SimpleRecipientChip.java 57 public CharSequence getDisplay() {
  /sdk/emulator/opengl/host/libs/libOpenglRender/
RenderContext.cpp 51 c->m_ctx = s_egl.eglCreateContext(FrameBuffer::getFB()->getDisplay(),
74 s_egl.eglDestroyContext(FrameBuffer::getFB()->getDisplay(), m_ctx);
WindowSurface.cpp 44 s_egl.eglDestroySurface(FrameBuffer::getFB()->getDisplay(), m_eglSurface);
160 if (!s_egl.eglMakeCurrent(fb->getDisplay(), m_eglSurface,
168 s_egl.eglMakeCurrent(fb->getDisplay(), prevDrawSurf,
193 s_egl.eglMakeCurrent(fb->getDisplay(), EGL_NO_SURFACE,
201 s_egl.eglDestroySurface(fb->getDisplay(), m_eglSurface);
217 m_eglSurface = s_egl.eglCreatePbufferSurface(fb->getDisplay(),
229 s_egl.eglMakeCurrent(fb->getDisplay(),
  /frameworks/support/v4/java/android/support/v4/hardware/display/
DisplayManagerCompat.java 78 public abstract Display getDisplay(int displayId);
113 public Display getDisplay(int displayId) {
140 public Display getDisplay(int displayId) {
141 return DisplayManagerJellybeanMr1.getDisplay(mDisplayManagerObj, displayId);
  /frameworks/base/core/java/android/hardware/display/
VirtualDisplay.java 46 public Display getDisplay() {
  /external/chromium_org/ui/android/java/src/org/chromium/ui/gfx/
DeviceDisplayInfo.java 55 return getDisplay().getPixelFormat();
118 private Display getDisplay() {
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglGlobalInfo.h 34 EglDisplay* getDisplay(EGLNativeDisplayType dpy);
35 EglDisplay* getDisplay(EGLDisplay dpy);
EglGlobalInfo.cpp 82 EglDisplay* EglGlobalInfo::getDisplay(EGLNativeDisplayType dpy) {
90 EglDisplay* EglGlobalInfo::getDisplay(EGLDisplay dpy) {
  /external/chromium_org/third_party/skia/include/views/
SkOSWindow_Unix.h 32 void* getDisplay() const { return (void*)fUnixWindow.fDisplay; }
  /external/skia/include/views/
SkOSWindow_Unix.h 32 void* getDisplay() const { return (void*)fUnixWindow.fDisplay; }
  /frameworks/native/opengl/libs/EGL/
egl_object.cpp 70 getDisplay()->onWindowSurfaceCreated();
81 getDisplay()->onWindowSurfaceDestroyed();
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
DurationMinimap.java 181 mBackgroundColor = new Color(getDisplay(), 0x33, 0x33, 0x33);
182 mDurationLineColor = new Color(getDisplay(), 0x08, 0x51, 0x9c);
183 mGlDrawColor = new Color(getDisplay(), 0x6b, 0xae, 0xd6);
184 mContextHeaderColor = new Color(getDisplay(), 0xd1, 0xe5, 0xf0);
185 mVisibleCallsHighlightColor = new Color(getDisplay(), 0xcc, 0xcc, 0xcc);
186 mMouseMarkerColor = new Color(getDisplay(), 0xaa, 0xaa, 0xaa);
188 mGlErrorColor = getDisplay().getSystemColor(SWT.COLOR_RED);
201 mFontRegistry = new FontRegistry(getDisplay());
205 GC gc = new GC(getDisplay());
221 mBackBufferImage = new Image(getDisplay(),
    [all...]
  /frameworks/base/core/jni/
com_google_android_gles_jni_EGLImpl.cpp 51 static inline EGLDisplay getDisplay(JNIEnv* env, jobject o) {
125 EGLDisplay dpy = getDisplay(_env, display);
147 EGLDisplay dpy = getDisplay(_env, display);
166 EGLDisplay dpy = getDisplay(_env, display);
180 EGLDisplay dpy = getDisplay(_env, display);
198 EGLDisplay dpy = getDisplay(_env, display);
231 EGLDisplay dpy = getDisplay(_env, display);
247 EGLDisplay dpy = getDisplay(_env, display);
274 EGLDisplay dpy = getDisplay(_env, display);
318 EGLDisplay dpy = getDisplay(_env, display)
    [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardDisplayManager.java 100 if (mPresentation != null && mPresentation.getDisplay() != presentationDisplay) {
101 if (DEBUG) Slog.v(TAG, "Display gone: " + mPresentation.getDisplay());
158 getDisplay().getSize(p);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GestureToolTip.java 99 Display display = parent.getDisplay();
136 Point location = mShell.getDisplay().getCursorLocation();
203 mShell.getDisplay().timerExec(TIMEOUT_MS, timer);
LintTooltip.java 41 super(canvas.getDisplay(), SWT.ON_TOP | SWT.NO_FOCUS | SWT.TOOL);
49 Display display = getDisplay();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/actions/
ExportWizardAction.java 74 MessageDialog.openError(mWorkbench.getDisplay().getActiveShell(),
82 mWorkbench.getDisplay().getActiveShell(), wizard);
  /developers/samples/android/media/BasicMediaRouter/BasicMediaRouterSample/src/main/java/com/example/android/basicmediarouter/
SamplePresentation.java 33 * {@link android.app.Presentation#getDisplay()}) and exposes a facility to change its
61 final String name = getDisplay().getName();
  /development/samples/browseable/BasicMediaRouter/src/com.example.android.basicmediarouter/
SamplePresentation.java 33 * {@link android.app.Presentation#getDisplay()}) and exposes a facility to change its
61 final String name = getDisplay().getName();
  /external/chromium_org/third_party/angle_dx11/src/libEGL/
Display.h 38 static egl::Display *getDisplay(EGLNativeDisplayType displayId);
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/
main.h 35 egl::Display *getDisplay();

Completed in 1725 milliseconds

1 2 3 4 5 6 7