Home
last modified time | relevance | path

Searched refs:IsHorizontalAlignment (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/ash/shelf/
Doverflow_bubble_view.cc71 bool OverflowBubbleView::IsHorizontalAlignment() const { in IsHorizontalAlignment() function in ash::internal::OverflowBubbleView
74 shelf_layout_manager->IsHorizontalAlignment() : in IsHorizontalAlignment()
120 if (IsHorizontalAlignment()) { in GetPreferredSize()
147 if (IsHorizontalAlignment()) in ChildPreferredSizeChanged()
159 if (IsHorizontalAlignment()) in OnMouseWheel()
Dshelf_layout_manager.cc403 bool horizontal = IsHorizontalAlignment(); in UpdateGestureDrag()
427 bool horizontal = IsHorizontalAlignment(); in CompleteGestureDrag()
546 bool ShelfLayoutManager::IsHorizontalAlignment() const { in IsHorizontalAlignment() function in ash::internal::ShelfLayoutManager
713 if (IsHorizontalAlignment()) in GetShelfSize()
736 if (IsHorizontalAlignment()) in CalculateTargetBounds()
746 if (IsHorizontalAlignment()) in CalculateTargetBounds()
752 if (IsHorizontalAlignment()) in CalculateTargetBounds()
773 if (IsHorizontalAlignment()) in CalculateTargetBounds()
846 bool horizontal = IsHorizontalAlignment(); in UpdateTargetBoundsForGesture()
976 if (IsHorizontalAlignment()) in GetAutoHideShowShelfRegionInScreen()
Doverflow_bubble_view.h39 bool IsHorizontalAlignment() const;
Dshelf_layout_manager.h212 return IsHorizontalAlignment() ? horizontal : vertical; in PrimaryAxisValue()
216 bool IsHorizontalAlignment() const;
Doverflow_button.cc63 if (shelf->IsHorizontalAlignment()) { in PaintBackground()
Dshelf_button.cc433 if (shelf_layout_manager_->IsHorizontalAlignment()) { in Layout()
526 return shelf_layout_manager_->IsHorizontalAlignment(); in IsShelfHorizontal()
Dshelf_view.cc1031 if (layout_manager_->IsHorizontalAlignment()) { in ContinueDrag()
1054 layout_manager_->IsHorizontalAlignment() ? in ContinueDrag()
1403 if (layout_manager_->IsHorizontalAlignment()) { in GetBoundsForDragInsertInScreen()
1479 if (layout_manager_->IsHorizontalAlignment()) { in GetPreferredSize()
Dshelf_layout_manager_unittest.cc163 if (GetShelfLayoutManager()->IsHorizontalAlignment()) { in ProcessScroll()
465 if (GetShelfLayoutManager()->IsHorizontalAlignment()) in RunGestureDragTests()
495 if (GetShelfLayoutManager()->IsHorizontalAlignment()) in RunGestureDragTests()
548 if (GetShelfLayoutManager()->IsHorizontalAlignment()) in RunGestureDragTests()
Dshelf_widget.cc457 if (shelf_->shelf_layout_manager()->IsHorizontalAlignment()) { in Layout()
/external/chromium_org/ash/system/tray/
Dtray_background_view.cc161 !shelf_widget->shelf_layout_manager()->IsHorizontalAlignment()) in PaintForAlternateShelf()