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

  /external/chromium_org/ui/app_list/
app_list_constants.h 47 APP_LIST_EXPORT extern const gfx::Tween::Type kFolderFadeInTweenType;
app_list_constants.cc 59 const gfx::Tween::Type kFolderFadeInTweenType = gfx::Tween::EASE_IN_2;
  /external/chromium_org/ui/app_list/views/
app_list_folder_view.cc 105 show ? kFolderFadeInTweenType : kFolderFadeOutTweenType);
apps_grid_view.cc 752 show ? kFolderFadeInTweenType : kFolderFadeOutTweenType);
    [all...]

Completed in 160 milliseconds