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

  /external/chromium_org/ash/touch/
touch_transformer_controller.cc 146 ui::MultipleDisplayState display_state = local
147 Shell::GetInstance()->display_configurator()->display_state();
148 if (display_state == ui::MULTIPLE_DISPLAY_STATE_INVALID ||
149 display_state == ui::MULTIPLE_DISPLAY_STATE_HEADLESS) {
151 } else if (display_state == ui::MULTIPLE_DISPLAY_STATE_DUAL_MIRROR ||
152 display_state == ui::MULTIPLE_DISPLAY_STATE_DUAL_EXTENDED) {
167 if (display_state == ui::MULTIPLE_DISPLAY_STATE_DUAL_MIRROR) {
184 if (display_state == ui::MULTIPLE_DISPLAY_STATE_DUAL_EXTENDED) {
  /external/chromium_org/ui/display/chromeos/
display_configurator.h 154 MultipleDisplayState display_state() const { return display_state_; } function in class:ui::DisplayConfigurator
300 // Switches to the state specified in |display_state| and |power_state|.
307 MultipleDisplayState display_state,
310 // Switches to the state specified in |display_state| and |power_state|.
313 bool EnterState(MultipleDisplayState display_state,
display_configurator.cc 553 DisplayState display_state; local
554 display_state.display = snapshots[i];
555 cached_displays_.push_back(display_state);
562 DisplayState* display_state = &cached_displays_[i]; local
563 if (display_state->display->has_proper_display_id()) {
567 display_state->display->display_id(), &size)) {
568 display_state->selected_mode =
569 FindDisplayModeMatchingSize(*display_state->display, size);
573 if (!display_state->selected_mode)
574 display_state->selected_mode = display_state->display->native_mode()
    [all...]
  /external/qemu/ui/
console.c 191 static DisplayState *display_state; variable
    [all...]

Completed in 414 milliseconds