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

  /external/chromium_org/ash/launcher/
launcher_view_unittest.cc 183 gfx::Size shelf_size = local
185 shelf_size.set_width(shelf_size.width() / 2);
186 ASSERT_GT(shelf_size.width(), 0);
187 launcher->SetLauncherViewBounds(gfx::Rect(shelf_size));
    [all...]
  /external/chromium_org/ash/shelf/
shelf_layout_manager_unittest.cc 132 int shelf_size = GetShelfLayoutManager()->PrimaryAxisValue( local
145 EXPECT_LE(visible_bounds_size, shelf_size);
146 EXPECT_LE(abs(shelf_size - visible_bounds_size),
149 if (shelf_size > not_visible_bounds_size) {
152 EXPECT_EQ(shelf_size, visible_bounds_size - abs(scroll_delta));
160 EXPECT_EQ(shelf_size, not_visible_bounds_size + abs(scroll_delta));
164 EXPECT_LT(shelf_size, not_visible_bounds_size + abs(scroll_delta));
    [all...]

Completed in 1333 milliseconds