Searched defs:button_height (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/mojo/examples/keyboard/
H A Dkeyboard_view.cc77 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);
113 LayoutRow(const Row& row, int row_index, int initial_x, int button_width, int button_height) argument
/external/chromium_org/ui/message_center/views/
H A Dmessage_center_view.cc569 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 116 milliseconds