Searched defs:displayId (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DScreenOrientationListener.java187 public void onDisplayAdded(int displayId) { argument
191 public void onDisplayRemoved(int displayId) { argument
195 public void onDisplayChanged(int displayId) { argument
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowDisplay.java16 private int displayId; field in class:ShadowDisplay
51 return displayId;
109 public void setDisplayId(int displayId) { argument
110 this.displayId = displayId;
/external/chromium_org/third_party/angle/src/libEGL/
H A DDisplay.cpp37 egl::Display *Display::getDisplay(EGLNativeDisplayType displayId, EGLint displayType) argument
40 DisplayMap::const_iterator iter = displays->find(displayId);
46 // FIXME: Check if displayId is a valid display device context
48 egl::Display *display = new egl::Display(displayId, displayType);
49 displays->insert(std::make_pair(displayId, display));
54 Display::Display(EGLNativeDisplayType displayId, EGLint displayType) argument
55 : mDisplayId(displayId),
H A DlibEGL.cpp119 EGLNativeDisplayType displayId = static_cast<EGLNativeDisplayType>(native_display); local
122 if (WindowFromDC(displayId) == NULL)
170 return egl::Display::getDisplay(displayId, requestedDisplayType);
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 3528 milliseconds