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

  /external/chromium_org/ash/launcher/
launcher_view.cc 400 last_hidden_index_(0),
787 last_hidden_index_ = DetermineFirstVisiblePanelIndex(end_position) - 1;
791 last_hidden_index_ >= first_panel_index);
798 bool visible = i <= last_visible_index_ || i > last_hidden_index_;
823 for (int i = first_panel_index; i <= last_hidden_index_; ++i)
    [all...]
launcher_view.h 342 int last_hidden_index_; member in class:ash::internal::LauncherView

Completed in 1272 milliseconds