HomeSort by relevance Sort by last modified time
    Searched defs:displays (Results 26 - 49 of 49) sorted by null

12

  /development/samples/ApiDemos/src/com/example/android/apis/app/
PresentationActivity.java 59 * The activity uses the {@link DisplayManager} API to enumerate displays.
63 * We also write information about displays and display-related events to
67 * "Simulate secondary displays" feature in Development Settings to create a few
68 * simulated secondary displays. Each display will appear in the list along with a
132 // Set up checkbox to toggle between showing all displays or only presentation displays.
136 // Set up the list of displays.
147 // Update our list of displays on resume.
233 * Called when the show all displays checkbox is toggled or when
234 * an item in the list of displays is checked or unchecked
373 Display[] displays = mDisplayManager.getDisplays(displayCategory); local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/display/
display_preferences_unittest.cc 244 const base::DictionaryValue* displays = local
248 EXPECT_TRUE(displays->GetDictionary(key, &layout_value));
338 EXPECT_TRUE(displays->GetDictionary(key, &layout_value));
359 EXPECT_TRUE(displays->GetDictionary(key, &layout_value));
392 EXPECT_TRUE(displays->GetDictionary(key, &layout_value));
418 EXPECT_TRUE(displays->GetDictionary(key, &layout_value));
500 const base::DictionaryValue* displays = local
504 EXPECT_TRUE(displays->GetDictionary(key, &new_value));
513 EXPECT_TRUE(displays->GetDictionary(key, &new_value));
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowAnimator.java 842 SparseIntArray displays = new SparseIntArray(2); local
    [all...]
WindowManagerService.java 672 // Affects the behavior of mirroring on secondary displays.
841 Display[] displays = mDisplayManager.getDisplays(); local
842 for (Display display : displays) {
    [all...]
  /external/chromium_org/extensions/browser/app_window/
app_window.cc 841 std::vector<gfx::Display> displays = screen->GetAllDisplays(); local
843 for (std::vector<gfx::Display>::const_iterator it = displays.begin();
844 it != displays.end();
    [all...]
  /frameworks/base/services/core/java/com/android/server/display/
WifiDisplayController.java 87 // 4. We don't seem to get updated results for displays we've already found until
470 final WifiDisplay[] displays = WifiDisplay.CREATOR.newArray(count); local
473 displays[i] = createWifiDisplay(device);
480 mListener.onScanResults(displays);
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvmuxer.cpp 1184 Display* const displays = new (std::nothrow) Display[size]; // NOLINT local
1185 if (displays == NULL)
1189 displays[idx] = displays_[idx]; // shallow copy
1194 displays_ = displays;
    [all...]
mkvparser.cpp 4206 Display* const displays = new (std::nothrow) Display[size]; local
    [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host_x11.cc 1224 std::vector<gfx::Display> displays = local
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxer.cpp 1215 Display* const displays = new (std::nothrow) Display[size]; \/\/ NOLINT local
    [all...]
mkvparser.cpp 4758 Display* const displays = new (std::nothrow) Display[size]; local
    [all...]
  /external/qemu/android/skin/
window.c 805 ADisplay* displays; member in struct:Layout
823 ADisplay* __display = (layout)->displays; \
845 display_done( &layout->displays[nn] );
853 AFREE( layout->displays );
854 layout->displays = NULL;
895 AARRAY_NEW0(layout->displays, n_displays);
899 if (layout->displays == NULL && n_displays > 0) goto Fail;
919 ADisplay* disp = layout->displays + n_displays;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxer.cpp 1215 Display* const displays = new (std::nothrow) Display[size]; \/\/ NOLINT local
    [all...]
mkvparser.cpp 4758 Display* const displays = new (std::nothrow) Display[size]; local
    [all...]
  /external/libvpx/libwebm/
mkvparser.cpp 4209 Display* const displays = new (std::nothrow) Display[size]; local
    [all...]
  /frameworks/base/media/java/android/media/
MediaRouter.java 125 // Only the system can configure wifi displays. The display manager
618 * Temporary interop constant to identify remote displays.
1296 WifiDisplay[] displays; local
1861 Display[] displays = sStatic.getAllPresentationDisplays(); local
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityStackSupervisor.java 354 Display[] displays = mDisplayManager.getDisplays(); local
355 for (int displayNdx = displays.length - 1; displayNdx >= 0; --displayNdx) {
356 final int displayId = displays[displayNdx].getDisplayId();
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 

Completed in 1331 milliseconds

12