Searched defs:top_controls_height (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/cc/input/
H A Dtop_controls_manager.h37 float top_controls_height,
66 float top_controls_height() { return top_controls_height_; } function in class:cc::TopControlsManager
70 float top_controls_height,
H A Dtop_controls_manager.cc29 float top_controls_height,
33 top_controls_height,
39 float top_controls_height,
45 top_controls_height_(top_controls_height),
49 top_controls_height * top_controls_hide_threshold),
51 top_controls_height * (1.f - top_controls_show_threshold)),
27 Create( TopControlsManagerClient* client, float top_controls_height, float top_controls_show_threshold, float top_controls_hide_threshold) argument
38 TopControlsManager(TopControlsManagerClient* client, float top_controls_height, float top_controls_show_threshold, float top_controls_hide_threshold) argument
/external/chromium_org/cc/trees/
H A Dlayer_tree_settings.h60 float top_controls_height; member in class:cc::LayerTreeSettings

Completed in 79 milliseconds