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

  /external/chromium_org/ash/wm/
app_list_controller.h 128 bool should_snap_back_; member in class:ash::internal::AppListController
app_list_controller.cc 138 should_snap_back_(false) {
408 if (!should_snap_back_ && !widget_animator->is_animating())
420 should_snap_back_ = true;
421 } else if (should_snap_back_) {
422 should_snap_back_ = false;

Completed in 95 milliseconds