Home | History | Annotate | Download | only in assetstudiolib

Lines Matching refs:Version

4  * Licensed under the Eclipse Public License, Version 1.0 (the "License");
42 if (notificationOptions.version == Version.OLDER) {
45 } else if (notificationOptions.version == Version.V11) {
49 assert notificationOptions.version == Version.V9;
65 if (notificationOptions.version == Version.OLDER) {
75 } else if (notificationOptions.version == Version.V11) {
81 assert notificationOptions.version == Version.V9;
111 options.version = Version.OLDER;
112 super.generate(options.version.getDisplayName(), categoryMap, context, options, name);
115 options.version = Version.V9;
116 super.generate(options.version.getDisplayName(), categoryMap, context, options, name);
118 options.version = Version.V11;
119 super.generate(options.minSdk < 11 ? options.version.getDisplayName() : null,
126 Version version = ((NotificationOptions) options).version;
127 if (version == Version.V11 && options.minSdk < 11) {
129 } else if (version == Version.V9 && options.minSdk < 9) {
141 * The shape to use for graphics behind the icon (for {@link Version#OLDER} only)
146 * The version of the icon to generate - different styles are used for different
149 public Version version = Version.V9;
153 * The version of the icon to generate - different styles are used for different
156 public enum Version {
168 Version(String displayName) {
173 * Returns the display name for this version, typically shown as a