Home | History | Annotate | Download | only in tray

Lines Matching defs:TrayBackgroundView

54 // TrayBackgroundView.
64 const char TrayBackgroundView::kViewClassName[] = "tray/TrayBackgroundView";
68 class TrayBackgroundView::TrayWidgetObserver : public views::WidgetObserver {
70 explicit TrayWidgetObserver(TrayBackgroundView* host)
85 TrayBackgroundView* host_;
101 explicit TrayBackground(TrayBackgroundView* tray_background_view) :
223 // Reference to the TrayBackgroundView for which this is a background.
224 TrayBackgroundView* tray_background_view_;
235 TrayBackgroundView::TrayContainer::TrayContainer(ShelfAlignment alignment)
240 void TrayBackgroundView::TrayContainer::SetAlignment(ShelfAlignment alignment) {
247 gfx::Size TrayBackgroundView::TrayContainer::GetPreferredSize() const {
253 void TrayBackgroundView::TrayContainer::ChildPreferredSizeChanged(
258 void TrayBackgroundView::TrayContainer::ChildVisibilityChanged(View* child) {
262 void TrayBackgroundView::TrayContainer::ViewHierarchyChanged(
268 void TrayBackgroundView::TrayContainer::UpdateLayout() {
299 // TrayBackgroundView
301 TrayBackgroundView::TrayBackgroundView(StatusAreaWidget* status_area_widget)
338 TrayBackgroundView::~TrayBackgroundView() {
343 void TrayBackgroundView::Initialize() {
348 void TrayBackgroundView::SetVisible(bool visible) {
353 // The alignment of the shelf can change while the TrayBackgroundView is
398 const char* TrayBackgroundView::GetClassName() const {
402 void TrayBackgroundView::OnMouseEntered(const ui::MouseEvent& event) {
406 void TrayBackgroundView::OnMouseExited(const ui::MouseEvent& event) {
410 void TrayBackgroundView::ChildPreferredSizeChanged(views::View* child) {
414 void TrayBackgroundView::GetAccessibleState(ui::AXViewState* state) {
419 void TrayBackgroundView::AboutToRequestFocusFromTabTraversal(bool reverse) {
426 bool TrayBackgroundView::PerformAction(const ui::Event& event) {
430 gfx::Rect TrayBackgroundView::GetFocusBounds() {
437 void TrayBackgroundView::OnGestureEvent(ui::GestureEvent* event) {
449 void TrayBackgroundView::UpdateBackground(int alpha) {
458 TrayBackgroundView::SetContents(views::View* contents) {
463 void TrayBackgroundView::SetPaintsBackground(
468 void TrayBackgroundView::SetContentsBackground() {
473 ShelfLayoutManager* TrayBackgroundView::GetShelfLayoutManager() {
477 void TrayBackgroundView::SetShelfAlignment(ShelfAlignment alignment) {
483 void TrayBackgroundView::SetTrayBorder() {
511 void TrayBackgroundView::OnImplicitAnimationsCompleted() {
524 void TrayBackgroundView::HideTransformation() {
534 void TrayBackgroundView::InitializeBubbleAnimations(
547 aura::Window* TrayBackgroundView::GetBubbleWindowContainer() const {
553 gfx::Rect TrayBackgroundView::GetBubbleAnchorRect(
635 TrayBubbleView::AnchorAlignment TrayBackgroundView::GetAnchorAlignment() const {
650 void TrayBackgroundView::SetDrawBackgroundAsActive(bool visible) {
667 void TrayBackgroundView::UpdateBubbleViewArrow(