blob: f6ffcafc3aaad5c6ffcc32d57a177de886349480 [file] [log] [blame]
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef UI_ANDROID_RESOURCES_SYSTEM_UI_RESOURCE_TYPE_H_
#define UI_ANDROID_RESOURCES_SYSTEM_UI_RESOURCE_TYPE_H_
namespace ui {
// A Java counterpart will be generated for this enum.
// GENERATED_JAVA_ENUM_PACKAGE: org.chromium.ui.resources
enum SystemUIResourceType {
OVERSCROLL_EDGE,
OVERSCROLL_GLOW,
OVERSCROLL_GLOW_L,
OVERSCROLL_REFRESH_IDLE,
OVERSCROLL_REFRESH_ACTIVE
};
} // namespace ui
#endif // UI_ANDROID_RESOURCES_SYSTEM_UI_RESOURCE_TYPE_H_