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

  /external/chromium_org/ash/test/
shelf_view_test_api.cc 59 return shelf_view_->first_visible_index_;
  /external/chromium_org/ash/shelf/
shelf_view.h 337 int first_visible_index_; member in class:ash::ShelfView
shelf_view.cc 373 first_visible_index_(0),
434 if (i >= first_visible_index_ && i <= last_visible_index_)
444 if (i >= first_visible_index_ && i <= last_visible_index_)
696 bool visible = i >= first_visible_index_ &&
725 if (i < first_visible_index_) {
    [all...]

Completed in 106 milliseconds