Home
last modified time | relevance | path

Searched refs:divider_bounds (Results 1 – 8 of 8) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wm/gestures/back_gesture/
H A Dback_gesture_affordance_unittest.cc78 gfx::Rect divider_bounds = in TEST_F() local
84 gfx::Point start_point(0, divider_bounds.bottom() + 10); in TEST_F()
89 EXPECT_LT(divider_bounds.bottom(), affordance_bounds.y()); in TEST_F()
94 start_point.set_y(divider_bounds.bottom() + 150); in TEST_F()
99 EXPECT_LE(divider_bounds.bottom(), affordance_bounds.y()); in TEST_F()
H A Dback_gesture_event_handler.cc93 gfx::Rect divider_bounds = in CanStartGoingBackFromSplitViewDivider() local
96 const int y_center = divider_bounds.CenterPoint().y(); in CanStartGoingBackFromSplitViewDivider()
105 divider_bounds.set_x(divider_bounds.x() - in CanStartGoingBackFromSplitViewDivider()
108 divider_bounds.set_x(divider_bounds.x() - in CanStartGoingBackFromSplitViewDivider()
113 divider_bounds.set_width( in CanStartGoingBackFromSplitViewDivider()
114 divider_bounds.width() + SplitViewDivider::kDividerEdgeInsetForTouch + in CanStartGoingBackFromSplitViewDivider()
116 return divider_bounds.Contains(screen_location); in CanStartGoingBackFromSplitViewDivider()
H A Dback_gesture_affordance.cc279 const gfx::Rect divider_bounds = GetSplitViewDividerBoundsInScreen(location); in ToMirrorLocationIfRTL() local
280 return gfx::Point(2 * divider_bounds.CenterPoint().x() - location.x(), in ToMirrorLocationIfRTL()
368 const gfx::Rect divider_bounds = in CreateAffordanceWidget() local
374 clip_bounds = gfx::Rect(divider_bounds.x() - kDistanceForMaxRadius - in CreateAffordanceWidget()
379 clip_bounds = gfx::Rect(divider_bounds.right() - work_area.x() + in CreateAffordanceWidget()
428 const gfx::Rect divider_bounds = in UpdateTransform() local
432 offset = divider_bounds.right() - work_area.x() - offset + in UpdateTransform()
435 offset += divider_bounds.right() - work_area.x(); in UpdateTransform()
H A Dback_gesture_event_handler_unittest.cc304 gfx::Rect divider_bounds = in TEST_F() local
312 gfx::Point start(divider_bounds.x(), 10); in TEST_F()
332 start = divider_bounds.CenterPoint(); in TEST_F()
386 gfx::Rect divider_bounds = in TEST_F() local
389 start = gfx::Point(divider_bounds.x(), 10); in TEST_F()
447 divider_bounds = in TEST_F()
450 start = gfx::Point(0, divider_bounds.bottom() + 10); in TEST_F()
621 gfx::Rect divider_bounds = in TEST_F() local
639 start = gfx::Point(divider_bounds.CenterPoint().x(), in TEST_F()
710 gfx::Rect divider_bounds = in TEST_F() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wm/splitview/
H A Dsplit_view_controller_unittest.cc813 gfx::Rect divider_bounds = in TEST_P() local
838 divider_bounds = in TEST_P()
851 divider_bounds = in TEST_P()
1688 gfx::Rect divider_bounds = in TEST_P() local
1834 gfx::Rect divider_bounds = in TEST_P() local
1923 gfx::Rect divider_bounds = in TEST_P() local
2011 gfx::Rect divider_bounds = in TEST_P() local
2053 gfx::Rect divider_bounds = in TEST_P() local
2099 gfx::Rect divider_bounds = in TEST_P() local
2348 gfx::Rect divider_bounds = in TEST_P() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/passwords/
H A Dpassword_generation_popup_view_views.cc257 gfx::Rect divider_bounds(0, password_view_->bounds().bottom(), in OnPaint() local
259 canvas->FillRect(divider_bounds, GetSeparatorColor()); in OnPaint()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wm/overview/
H A Doverview_session_unittest.cc4982 const gfx::Rect divider_bounds = in TEST_P() local
4986 EXPECT_EQ(window1_bounds.right(), divider_bounds.x()); in TEST_P()
4987 EXPECT_EQ(divider_bounds.right(), overview_grid_bounds.x()); in TEST_P()
5002 EXPECT_EQ(window1_bounds.right(), divider_bounds.x()); in TEST_P()
5009 EXPECT_NE(divider_bounds, divider_bounds_after_resize); in TEST_P()
5105 const gfx::Rect divider_bounds = in TEST_P() local
5108 divider_bounds.CenterPoint()); in TEST_P()
5501 const gfx::Rect divider_bounds = in TEST_P() local
5504 divider_bounds.CenterPoint()); in TEST_P()
5537 const gfx::Rect divider_bounds = in TEST_P() local
[all …]
H A Doverview_grid.cc1084 SkIRect divider_bounds = in CalculateWindowListAnimationStates() local
1086 occluded_region.op(divider_bounds, SkRegion::kUnion_Op); in CalculateWindowListAnimationStates()