HomeSort by relevance Sort by last modified time
    Searched refs:button_height (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/mojo/examples/keyboard/
keyboard_view.cc 77 const int button_height = local
84 button_height);
90 button_height - insets.height(),
93 button_height - insets.height(),
117 int button_height) {
119 const int y = row_index * (button_height + kVerticalPadding);
127 button->SetBounds(x, y, actual_width, button_height);
keyboard_view.h 59 int button_height);
  /external/chromium_org/ui/message_center/views/
message_center_view.cc 569 const int button_height = button_bar_->GetPreferredSize().height(); local
572 scroller_->ClipHeightTo(kMinScrollViewHeight, max_height - button_height);
723 int button_height = button_bar_->GetHeightForWidth(width()) + local
731 0, height() - button_height, width(), button_height);
737 top_down_ ? button_height : 0,
739 height() - button_height);
741 top_down_ ? button_height : 0,
743 height() - button_height);
764 top_down_ ? 0 : height() - button_height,
    [all...]

Completed in 154 milliseconds