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

  /external/chromium_org/ash/display/
root_window_transformers_unittest.cc 147 gfx::Display display1 = Shell::GetScreen()->GetPrimaryDisplay(); local
164 EXPECT_EQ(gfx::Display::ROTATE_0, GetStoredRotation(display1.id()));
168 display_manager->SetDisplayRotation(display1.id(),
183 EXPECT_EQ(gfx::Display::ROTATE_90, GetStoredRotation(display1.id()));
206 EXPECT_EQ(gfx::Display::ROTATE_90, GetStoredRotation(display1.id()));
210 display_manager->SetDisplayRotation(display1.id(),
223 EXPECT_EQ(gfx::Display::ROTATE_180, GetStoredRotation(display1.id()));
239 gfx::Display display1 = Shell::GetScreen()->GetPrimaryDisplay(); local
240 gfx::Display::SetInternalDisplayId(display1.id());
248 EXPECT_EQ("0,0 450x300", display1.bounds().ToString())
320 gfx::Display display1 = Shell::GetScreen()->GetPrimaryDisplay(); local
    [all...]
display_controller_unittest.cc 794 gfx::Display display1 = Shell::GetScreen()->GetPrimaryDisplay(); local
797 display_controller->SetOverscanInsets(display1.id(),
808 display_controller->SetOverscanInsets(display1.id(), gfx::Insets());
844 gfx::Display display1 = Shell::GetScreen()->GetPrimaryDisplay(); local
914 gfx::Display display1 = Shell::GetScreen()->GetPrimaryDisplay(); local
984 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 530 gfx::Display display1 = Shell::GetScreen()->GetDisplayMatching( local
532 EXPECT_NE(display0.id(), display1.id());
538 // parameter is |display1|, the window should be shown on the secondary root.
540 display1);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Node.cpp 267 EDisplay display1 = s1 ? s1->display() : NONE; local
280 if (display1 != display2 || fl1 != fl2 || colSpan1 != colSpan2
    [all...]

Completed in 119 milliseconds