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

  /external/chromium_org/cc/input/
top_controls_manager.h 44 return controls_top_offset_ + top_controls_height_;
86 float top_controls_height_; member in class:cc::TopControlsManager
top_controls_manager.cc 46 top_controls_height_(top_controls_height),
75 final_controls_position = -top_controls_height_;
148 controls_top_offset = std::max(controls_top_offset, -top_controls_height_);
189 controls_top_offset_ == -top_controls_height_) {
203 (direction == SHOWING_CONTROLS ? 1 : -1) * top_controls_height_;
214 && controls_top_offset_ != -top_controls_height_) {
245 && new_offset <= -top_controls_height_)) {

Completed in 34 milliseconds