Home
last modified time | relevance | path

Searched refs:kVerticalGap (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chromeos/display/
Doutput_configurator_unittest.cc524 kSmallModeHeight + OutputConfigurator::kVerticalGap + kBigModeHeight; in TEST_F()
531 kSmallModeHeight + OutputConfigurator::kVerticalGap, in TEST_F()
575 kSmallModeHeight + OutputConfigurator::kVerticalGap, in TEST_F()
694 kSmallModeHeight + OutputConfigurator::kVerticalGap + kBigModeHeight; in TEST_F()
701 kSmallModeHeight + OutputConfigurator::kVerticalGap, in TEST_F()
738 kSmallModeHeight + OutputConfigurator::kVerticalGap, in TEST_F()
756 kSmallModeHeight + OutputConfigurator::kVerticalGap, in TEST_F()
1246 kSmallModeHeight + OutputConfigurator::kVerticalGap + kBigModeHeight; in TEST_F()
1256 EXPECT_EQ(kSmallModeHeight + OutputConfigurator::kVerticalGap, in TEST_F()
Doutput_configurator.h314 static const int kVerticalGap = 60; variable
Doutput_configurator.cc919 output->y = height ? height + kVerticalGap : 0; in EnterState()
930 height += (height ? kVerticalGap : 0) + mode_info->height; in EnterState()