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

  /external/chromium_org/ash/wm/workspace/
snap_sizer.h 53 const gfx::Rect& target_bounds() const { return target_bounds_; } function in class:ash::internal::SnapSizer
  /external/chromium_org/ui/views/animation/
bounds_animator.h 123 gfx::Rect target_bounds; member in struct:views::BoundsAnimator::Data
bounds_animator_unittest.cc 116 gfx::Rect target_bounds(10, 10, 20, 20);
117 animator()->AnimateViewTo(child(), target_bounds); local
128 EXPECT_EQ(target_bounds, child()->bounds());
132 EXPECT_EQ(gfx::UnionRects(target_bounds, initial_bounds),
  /external/chromium_org/chrome/browser/extensions/api/system_display/
display_info_provider_chromeos.cc 401 gfx::Rect target_bounds = target.bounds(); local
402 target_bounds.Offset(new_bounds_origin.x() - target.bounds().x(),
405 target_bounds, target.id());
  /external/chromium_org/ash/wm/
app_list_controller.cc 260 gfx::Rect target_bounds; local
262 target_bounds = widget->GetWindowBoundsInScreen();
263 widget->SetBounds(OffsetTowardsShelf(target_bounds, widget));
265 target_bounds = OffsetTowardsShelf(widget->GetWindowBoundsInScreen(),
276 widget->SetBounds(target_bounds);
window_animations.cc 81 gfx::Rect target_bounds = GetMinimizeAnimationTargetBoundsInScreen(window); local
82 target_bounds =
83 ScreenAsh::ConvertRectFromScreen(window->parent(), target_bounds);
85 float scale_x = static_cast<float>(target_bounds.width()) / bounds.width();
86 float scale_y = static_cast<float>(target_bounds.height()) / bounds.height();
95 gfx::Point(target_bounds.x() - bounds.x(),
96 target_bounds.y() - bounds.y())));
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_stack_view.cc 344 gfx::Rect target_bounds = panel->GetBounds(); local
348 iter->second, target_bounds);
350 current_bounds = target_bounds;
  /external/chromium_org/chrome/browser/ui/panels/
panel_drag_controller.cc 282 gfx::Rect target_bounds(target_position, dragging_panel_->GetBounds().size());
287 GetDisplayAreaMatching(target_bounds);
289 GetWorkAreaMatching(target_bounds);
308 gfx::Rect target_bounds(target_position, dragging_panel_->full_size());
313 GetWorkAreaMatching(target_bounds);
316 dock_work_area.bottom() - target_bounds.bottom() <
322 dragging_panel_->SetPanelBoundsInstantly(target_bounds);
335 gfx::Rect target_bounds(target_position, dragging_panel_->GetBounds().size());
341 GetWorkAreaMatching(target_bounds);
344 dock_work_area.bottom() - target_bounds.bottom()
359 gfx::Rect target_bounds; local
439 gfx::Rect target_bounds = last_panel_to_unstack->GetBounds(); local
    [all...]
  /external/chromium_org/ui/compositor/
layer_animator_unittest.cc 197 gfx::Rect target_bounds(0, 0, 50, 50);
199 animator->SetBounds(target_bounds);
205 CheckApproximatelyEqual(delegate.GetBoundsForAnimation(), target_bounds);
217 gfx::Rect target_bounds(0, 0, 50, 50);
219 animator->SetBounds(target_bounds);
224 CheckApproximatelyEqual(delegate.GetBoundsForAnimation(), target_bounds);
240 gfx::Rect target_bounds(0, 0, 50, 50);
242 animator->SetBounds(target_bounds);
351 gfx::Rect start_bounds, target_bounds, middle_bounds; local
352 start_bounds = target_bounds = middle_bounds = gfx::Rect(0, 0, 50, 50)
403 gfx::Rect start_bounds, target_bounds, middle_bounds; local
523 gfx::Rect start_bounds, target_bounds, middle_bounds; local
602 gfx::Rect start_bounds, target_bounds, middle_bounds; local
    [all...]
  /external/chromium_org/ash/shelf/
shelf_layout_manager.cc 277 TargetBounds target_bounds; local
278 CalculateTargetBounds(state_, &target_bounds);
279 GetLayer(shelf_)->SetOpacity(target_bounds.opacity);
283 target_bounds.shelf_bounds_in_root));
286 target_bounds.launcher_bounds_in_shelf);
288 target_bounds.status_opacity);
291 gfx::Rect status_bounds = target_bounds.status_bounds_in_shelf;
293 target_bounds.shelf_bounds_in_root.x());
295 target_bounds.shelf_bounds_in_root.y());
301 root_window_, target_bounds.work_area_insets)
598 TargetBounds target_bounds; local
    [all...]

Completed in 489 milliseconds