OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:launcher_bounds
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/ash/wm/panels/
panel_window_resizer.cc
150
gfx::Rect
launcher_bounds
= ScreenAsh::ConvertRectFromScreen(
local
156
if (bounds.bottom() >= (
launcher_bounds
.y() -
159
offset->set_y(
launcher_bounds
.y() - bounds.height() - bounds.y());
163
if (bounds.x() <= (
launcher_bounds
.right() +
166
offset->set_x(
launcher_bounds
.right() - bounds.x());
170
if (bounds.right() >= (
launcher_bounds
.x() -
173
offset->set_x(
launcher_bounds
.x() - bounds.width() - bounds.x());
177
if (bounds.y() <= (
launcher_bounds
.bottom() +
180
offset->set_y(
launcher_bounds
.bottom() - bounds.y());
panel_layout_manager.cc
590
gfx::Rect
launcher_bounds
= ash::ScreenAsh::ConvertRectFromScreen(
local
607
!BoundsAdjacent(panel->bounds(),
launcher_bounds
))) {
683
bounds.set_y(
launcher_bounds
.y() - bounds.height());
686
bounds.set_x(
launcher_bounds
.right());
689
bounds.set_x(
launcher_bounds
.x() - bounds.width());
692
bounds.set_y(
launcher_bounds
.bottom());
[
all
...]
panel_layout_manager_unittest.cc
135
gfx::Rect
launcher_bounds
= launcher->shelf_widget()->
local
153
EXPECT_EQ(
launcher_bounds
.y(), window_bounds.bottom());
156
EXPECT_EQ(
launcher_bounds
.right(), window_bounds.x());
159
EXPECT_EQ(
launcher_bounds
.x(), window_bounds.right());
162
EXPECT_EQ(
launcher_bounds
.bottom(), window_bounds.y());
/external/chromium_org/ash/shelf/
shelf_layout_manager_unittest.cc
672
gfx::Rect
launcher_bounds
(
710
launcher_bounds
= shelf->GetNativeView()->bounds();
711
EXPECT_LT(
launcher_bounds
.y(),
[
all
...]
shelf_view_unittest.cc
1740
gfx::Rect
launcher_bounds
= shelf_view_->GetBoundsInScreen();
local
[
all
...]
Completed in 306 milliseconds