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.cc69 bool OverflowBubbleView::IsHorizontalAlignment() const { in IsHorizontalAlignment() function in ash::OverflowBubbleView
71 return shelf_layout_manager ? shelf_layout_manager->IsHorizontalAlignment() in IsHorizontalAlignment()
117 if (IsHorizontalAlignment()) { in GetPreferredSize()
144 if (IsHorizontalAlignment()) in ChildPreferredSizeChanged()
156 if (IsHorizontalAlignment()) in OnMouseWheel()
Dshelf_layout_manager.cc408 bool horizontal = IsHorizontalAlignment(); in UpdateGestureDrag()
432 bool horizontal = IsHorizontalAlignment(); in CompleteGestureDrag()
561 bool ShelfLayoutManager::IsHorizontalAlignment() const { in IsHorizontalAlignment() function in ash::ShelfLayoutManager
746 if (IsHorizontalAlignment()) in GetShelfSize()
769 if (IsHorizontalAlignment()) in CalculateTargetBounds()
779 if (IsHorizontalAlignment()) in CalculateTargetBounds()
786 if (IsHorizontalAlignment()) in CalculateTargetBounds()
808 if (IsHorizontalAlignment()) in CalculateTargetBounds()
880 bool horizontal = IsHorizontalAlignment(); in UpdateTargetBoundsForGesture()
992 if (IsHorizontalAlignment()) in GetAutoHideShowShelfRegionInScreen()
Doverflow_bubble_view.h36 bool IsHorizontalAlignment() const;
Dshelf_layout_manager.h213 return IsHorizontalAlignment() ? horizontal : vertical; in PrimaryAxisValue()
217 bool IsHorizontalAlignment() const;
Doverflow_button.cc61 if (shelf->IsHorizontalAlignment()) { in PaintBackground()
Dshelf_button.cc397 if (shelf_layout_manager_->IsHorizontalAlignment()) { in Layout()
490 return shelf_layout_manager_->IsHorizontalAlignment(); in IsShelfHorizontal()
Dshelf_view.cc968 if (layout_manager_->IsHorizontalAlignment()) { in ContinueDrag()
991 layout_manager_->IsHorizontalAlignment() ? in ContinueDrag()
1312 if (layout_manager_->IsHorizontalAlignment()) { in GetBoundsForDragInsertInScreen()
1386 if (layout_manager_->IsHorizontalAlignment()) { in GetPreferredSize()
Dshelf_layout_manager_unittest.cc158 if (GetShelfLayoutManager()->IsHorizontalAlignment()) { in ProcessScroll()
475 if (GetShelfLayoutManager()->IsHorizontalAlignment()) in RunGestureDragTests()
507 if (GetShelfLayoutManager()->IsHorizontalAlignment()) in RunGestureDragTests()
564 if (GetShelfLayoutManager()->IsHorizontalAlignment()) in RunGestureDragTests()
Dshelf_widget.cc546 if (shelf_->shelf_layout_manager()->IsHorizontalAlignment()) { in Layout()
/external/chromium_org/ash/system/tray/
Dtray_background_view.cc168 !shelf_widget->shelf_layout_manager()->IsHorizontalAlignment()) in Paint()