HomeSort by relevance Sort by last modified time
    Searched refs:EXTENDED (Results 1 - 8 of 8) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 87 EXTENDED='extended'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 87 EXTENDED='extended'
  /hardware/intel/img/psb_video/src/x11/
psb_xrandr.h 67 EXTENDED,
psb_xrandr.c 200 psb_xrandr_info->hdmi_extvideo_prop->ExtDesktopMode = EXTENDED;
242 if (psb_xrandr_info->hdmi_extvideo_prop->ExtDesktopMode == EXTENDED
620 ret = (psb_xrandr_info->hdmi_extvideo_prop->ExtDesktopMode == EXTENDED) ? 1 : 0;
    [all...]
  /external/chromium_org/ash/display/
display_manager.h 70 // 1) EXTENDED mode extends the desktop to the second dislpay.
77 EXTENDED,
display_manager.cc 118 enabled_(manager_->second_display_mode() != DisplayManager::EXTENDED &&
158 second_display_mode_(EXTENDED),
663 if (second_display_mode_ != EXTENDED && new_display_info_list.size() == 2) {
    [all...]
display_controller.cc 665 case DisplayManager::EXTENDED:
  /external/chromium_org/ash/system/web_notification/
web_notification_tray_unittest.cc 266 // Verifies if the notification appears on both displays when extended mode.
284 // Transition to mirroring and then back to extended display, which recreates
295 display_manager->SetSecondDisplayMode(DisplayManager::EXTENDED);

Completed in 183 milliseconds