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

  /external/chromium_org/third_party/WebKit/Source/web/
PopupContainerTest.cpp 104 IntRect resultRect = calculatePosition(initialRect, &content);
105 EXPECT_EQ(initialRect, resultRect);
114 IntRect resultRect = calculatePosition(initialRect, &content);
115 EXPECT_EQ(IntRect(20, 100, 100, 258), resultRect);
123 IntRect resultRect = calculatePosition(initialRect, &content);
124 EXPECT_EQ(IntRect(0, 100, 120, 258), resultRect);
134 IntRect resultRect = calculatePosition(initialRect, &content);
135 EXPECT_EQ(IntRect(screenMaxX - 100, 100, 100, 258), resultRect);
144 IntRect resultRect = calculatePosition(initialRect, &content);
145 EXPECT_EQ(IntRect(100, 422, targetControlWidth, 258), resultRect);
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
CameraTestUtils.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebFrameTest.cpp     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
CellLayout.java     [all...]

Completed in 211 milliseconds