HomeSort by relevance Sort by last modified time
    Searched defs:displayId (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/angle/src/libEGL/
libEGL.cpp 119 EGLNativeDisplayType displayId = static_cast<EGLNativeDisplayType>(native_display);
122 if (WindowFromDC(displayId) == NULL)
170 return egl::Display::getDisplay(displayId, requestedDisplayType);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
PresentationActivity.java 97 // List of presentation contents indexed by displayId.
178 int displayId = mActivePresentations.keyAt(i);
179 mSavedPresentationContents.put(displayId, presentation.mContents);
196 final int displayId = display.getDisplayId();
197 if (mActivePresentations.get(displayId) != null) {
202 + " on display #" + displayId + ".");
207 mActivePresentations.put(displayId, presentation);
214 final int displayId = display.getDisplayId();
215 DemoPresentation presentation = mActivePresentations.get(displayId);
220 Log.d(TAG, "Dismissing presentation on display #" + displayId + ".")
    [all...]
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 1034 milliseconds