HomeSort by relevance Sort by last modified time
    Searched refs:getDisplay (Results 1 - 25 of 152) 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);
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
main.h 32 egl::Display *getDisplay();
main.cpp 96 egl::Display *getDisplay()
105 egl::Display *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/skia/include/views/
SkOSWindow_Unix.h 32 void* getDisplay() const { return (void*)fUnixWindow.fDisplay; }
  /external/skia/legacy/include/views/
SkOSWindow_Unix.h 35 void* getDisplay() const { return (void*)fUnixWindow.fDisplay; }
  /frameworks/native/opengl/libs/EGL/
egl_object.cpp 70 getDisplay()->onWindowSurfaceCreated();
81 getDisplay()->onWindowSurfaceDestroyed();
egl_display.cpp 75 if (object->getDisplay() == this) {
87 return sDisplay[uintptr_t(disp)].getDisplay(disp);
90 EGLDisplay egl_display_t::getDisplay(EGLNativeDisplayType display) {
295 egl_display_t* display = cur_c->getDisplay();
  /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);
275 EGLDisplay dpy = getDisplay(_env, display);
319 EGLDisplay dpy = getDisplay(_env, display)
    [all...]
  /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/BasicMediaRouter/src/main/java/com/example/android/media/basicmediarouter/
SamplePresentation.java 35 * {@link Presentation#getDisplay()}) and exposes a facility to change its
63 final String name = getDisplay().getName();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
WelcomeWizard.java 120 getShell().getDisplay().asyncExec(new Runnable() {
166 Display display = AdtPlugin.getDisplay();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
LaunchShortcut.java 65 PlatformUI.getWorkbench().getDisplay().getActiveShell(),
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
TableView.java 71 mClipboard = new Clipboard(parent.getDisplay());

Completed in 568 milliseconds

1 2 3 4 5 6 7