OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PrimaryAxisValue
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/ash/launcher/
launcher_view.cc
510
shelf->
PrimaryAxisValue
(view_model_->ideal_bounds(target_index).x(),
512
shelf->
PrimaryAxisValue
(midpoint_in_view.x(), midpoint_in_view.y())) {
516
shelf->
PrimaryAxisValue
(
519
shelf->
PrimaryAxisValue
(midpoint_in_view.x(), midpoint_in_view.y())) {
695
int available_size = shelf->
PrimaryAxisValue
(width(), height());
715
int w = shelf->
PrimaryAxisValue
(button_size, width());
716
int h = shelf->
PrimaryAxisValue
(height(), button_size);
725
x = shelf->
PrimaryAxisValue
(x + w + button_spacing, x);
726
y = shelf->
PrimaryAxisValue
(y, y + h + button_spacing);
747
shelf->
PrimaryAxisValue
(inset + w, w)
[
all
...]
launcher_button.cc
401
int x_offset = shelf_layout_manager_->
PrimaryAxisValue
(0, icon_pad);
402
int y_offset = shelf_layout_manager_->
PrimaryAxisValue
(icon_pad, 0);
556
shelf_layout_manager_->
PrimaryAxisValue
(views::ImageView::CENTER,
559
shelf_layout_manager_->
PrimaryAxisValue
(views::ImageView::LEADING,
/external/chromium_org/ash/shelf/
shelf_layout_manager.h
193
T
PrimaryAxisValue
(T horizontal, T vertical) const {
shelf_layout_manager_unittest.cc
123
float scroll_delta = GetShelfLayoutManager()->
PrimaryAxisValue
(
132
int shelf_size = GetShelfLayoutManager()->
PrimaryAxisValue
(
135
int visible_bounds_size = GetShelfLayoutManager()->
PrimaryAxisValue
(
138
int not_visible_bounds_size = GetShelfLayoutManager()->
PrimaryAxisValue
(
[
all
...]
shelf_layout_manager.cc
745
PrimaryAxisValue
(status_size.height(), status_size.width()));
[
all
...]
Completed in 1015 milliseconds