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

  /external/chromium_org/cc/input/
top_controls_manager.h 42 float controls_height() { return top_controls_height_; }
66 float top_controls_height() { return top_controls_height_; }
86 float top_controls_height_; member in class:cc::TopControlsManager
top_controls_manager.cc 45 top_controls_height_(top_controls_height),
64 return client_->ControlsTopOffset() + top_controls_height_;
82 final_controls_position = -top_controls_height_;
155 controls_top_offset = std::max(controls_top_offset, -top_controls_height_);
196 client_->ControlsTopOffset() == -top_controls_height_) {
210 (direction == SHOWING_CONTROLS ? 1 : -1) * top_controls_height_;
221 && client_->ControlsTopOffset() != -top_controls_height_) {
252 && new_offset <= -top_controls_height_)) {
  /external/chromium_org/cc/trees/
layer_tree_host_impl_unittest.cc 6777 static const int top_controls_height_; member in class:cc::__anon7438::LayerTreeHostImplWithTopControlsTest
6780 const int LayerTreeHostImplWithTopControlsTest::top_controls_height_ = 50; member in class:cc::__anon7438::LayerTreeHostImplWithTopControlsTest
    [all...]

Completed in 45 milliseconds