OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shelf_height
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/shelf/
shelf_layout_manager.cc
710
int shelf_width = 0,
shelf_height
= 0;
local
711
GetShelfSize(&shelf_width, &
shelf_height
);
715
shelf_height
= available_bounds.height();
723
shelf_height
= kAutoHideSize;
729
shelf_height
= 0;
735
gfx::Rect(available_bounds.x(), available_bounds.bottom() -
shelf_height
,
736
available_bounds.width(),
shelf_height
),
742
available_bounds.width(),
shelf_height
));
754
shelf_height
- status_size.height(), status_size.width(),
756
gfx::Rect(status_inset,
shelf_height
- status_size.height()
851
int
shelf_height
= target_bounds->shelf_bounds_in_root.height() - translate;
local
[
all
...]
shelf_layout_manager_unittest.cc
615
int
shelf_height
= manager->GetIdealBounds().height();
local
621
EXPECT_EQ(
shelf_height
, display.GetWorkAreaInsets().bottom());
648
EXPECT_EQ(
shelf_height
, display.GetWorkAreaInsets().bottom());
653
screen->GetPrimaryDisplay().bounds().bottom() -
shelf_height
;
659
bottom +
shelf_height
- status_bounds.height());
[
all
...]
Completed in 291 milliseconds