Home | History | Annotate | Download | only in launcher

Lines Matching refs:last_visible_index_

391       last_visible_index_(-1),
464 if (i >= first_visible_index_ && i <= last_visible_index_)
474 if (i >= first_visible_index_ && i <= last_visible_index_)
483 if (index == -1 || (index > last_visible_index_ &&
731 DCHECK_LT(last_visible_index_, view_model_->view_size());
734 i <= last_visible_index_;
782 last_visible_index_ = DetermineLastVisibleIndex(
785 last_visible_index_ = DetermineLastVisibleIndex(
790 last_visible_index_ < last_button_index ||
795 last_visible_index_ > 0)
796 --last_visible_index_;
798 bool visible = i <= last_visible_index_ || i > last_hidden_index_;
808 if (last_visible_index_ == -1) {
811 } else if (last_visible_index_ == last_button_index) {
812 x = view_model_->ideal_bounds(last_visible_index_).x();
813 y = view_model_->ideal_bounds(last_visible_index_).y();
816 view_model_->ideal_bounds(last_visible_index_).right(),
817 view_model_->ideal_bounds(last_visible_index_).x());
819 view_model_->ideal_bounds(last_visible_index_).y(),
820 view_model_->ideal_bounds(last_visible_index_).bottom());
1012 last_drag_index > last_visible_index_)
1013 last_drag_index = last_visible_index_;
1133 if (overflow_button_->visible() && last_visible_index_ >= 0) {
1134 views::View* last_visible_view = view_model_->view_at(last_visible_index_);
1144 const int first_overflow_index = last_visible_index_ + 1;
1150 overflow_view->last_visible_index_ = last_overflow_index;
1204 last_visible_index_ : app_list_index;
1271 if (model_index <= last_visible_index_ ||