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

  /external/chromium_org/ash/launcher/
launcher_view.h 136 return first_visible_index_ > 0;
292 int first_visible_index_; member in class:ash::internal::LauncherView
launcher_view.cc 390 first_visible_index_(0),
464 if (i >= first_visible_index_ && i <= last_visible_index_)
474 if (i >= first_visible_index_ && i <= last_visible_index_)
718 if (i < first_visible_index_) {
733 bool visible = i >= first_visible_index_ &&
    [all...]

Completed in 35 milliseconds