/external/chromium_org/ash/display/ |
root_window_transformers_unittest.cc | 145 gfx::Display display1 = Shell::GetScreen()->GetPrimaryDisplay(); local 162 EXPECT_EQ(gfx::Display::ROTATE_0, GetStoredRotation(display1.id())); 166 display_manager->SetDisplayRotation(display1.id(), 181 EXPECT_EQ(gfx::Display::ROTATE_90, GetStoredRotation(display1.id())); 204 EXPECT_EQ(gfx::Display::ROTATE_90, GetStoredRotation(display1.id())); 208 display_manager->SetDisplayRotation(display1.id(), 221 EXPECT_EQ(gfx::Display::ROTATE_180, GetStoredRotation(display1.id())); 237 gfx::Display display1 = Shell::GetScreen()->GetPrimaryDisplay(); local 238 gfx::Display::SetInternalDisplayId(display1.id()); 246 EXPECT_EQ("0,0 450x300", display1.bounds().ToString()) 318 gfx::Display display1 = Shell::GetScreen()->GetPrimaryDisplay(); local [all...] |
display_controller_unittest.cc | 970 gfx::Display display1 = Shell::GetScreen()->GetPrimaryDisplay(); local 1020 gfx::Display display1 = Shell::GetScreen()->GetPrimaryDisplay(); local 1090 gfx::Display display1 = Shell::GetScreen()->GetPrimaryDisplay(); local 1160 gfx::Display display1 = Shell::GetScreen()->GetPrimaryDisplay(); local [all...] |
/external/jmonkeyengine/engine/src/test/jme3test/post/ |
TestMultiRenderTarget.java | 55 private Picture display1, display2, display3, display4; field in class:TestMultiRenderTarget 79 display1 = new Picture("Picture"); 80 display1.move(0, 0, -1); // make it appear behind stats view 81 display2 = (Picture) display1.clone(); 82 display3 = (Picture) display1.clone(); 83 display4 = (Picture) display1.clone(); 84 display = (Picture) display1.clone(); 116 // guiNode.attachChild(display1); 140 display1.setTexture(assetManager, diffuseData, false); 145 display1.setPosition(0, 0) [all...] |
/external/chromium_org/remoting/host/linux/ |
x_server_clipboard_unittest.cc | 73 Display* display1 = XOpenDisplay(NULL); variable 74 XSynchronize(display1, True); 75 client1_.Init(display1);
|
/frameworks/base/core/tests/coretests/src/android/provider/ |
SearchRecentSuggestionsProviderTest.java | 306 * @param matchDisplay1 If non-null, must match DISPLAY1 column if row counts as match 343 * @param colQuery The column # containing the query. The query must match display1. 346 * @param matchDisplay1 If non-null, this must be the prefix of display1 354 String display1 = c.getString(colDisp1); local 357 assertEquals(query, display1); 360 result = result && (display1 != null) && display1.startsWith(matchDisplay1);
|
/external/chromium_org/ash/ |
extended_desktop_unittest.cc | 527 gfx::Display display1 = Shell::GetScreen()->GetDisplayMatching( local 529 EXPECT_NE(display0.id(), display1.id()); 535 // parameter is |display1|, the window should be shown on the secondary root. 537 display1); [all...] |