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

  /external/chromium_org/ash/shelf/
shelf_layout_manager.h 73 static const int kAutoHideSize;
shelf_layout_manager.cc 98 const int ShelfLayoutManager::kAutoHideSize = 3;
723 shelf_height = kAutoHideSize;
725 shelf_width = kAutoHideSize;
828 resistance_free_region = GetPreferredShelfSize() - kAutoHideSize;
852 shelf_height = std::max(shelf_height, kAutoHideSize);
    [all...]

Completed in 44 milliseconds