Loading core/java/android/view/Window.java +3 −3 Original line number Original line Diff line number Diff line Loading @@ -56,11 +56,11 @@ public abstract class Window { public static final int FEATURE_CONTEXT_MENU = 6; public static final int FEATURE_CONTEXT_MENU = 6; /** Flag for custom title. You cannot combine this feature with other title features. */ /** Flag for custom title. You cannot combine this feature with other title features. */ public static final int FEATURE_CUSTOM_TITLE = 7; public static final int FEATURE_CUSTOM_TITLE = 7; /* Flag for asking for an OpenGL enabled window. /** Flag for asking for an OpenGL enabled window. All 2D graphics will be handled by OpenGL ES. All 2D graphics will be handled by OpenGL ES. Private for now, until it is better tested (not shipping in 1.0) @hide */ */ private static final int FEATURE_OPENGL = 8; public static final int FEATURE_OPENGL = 8; /** Flag for setting the progress bar's visibility to VISIBLE */ /** Flag for setting the progress bar's visibility to VISIBLE */ public static final int PROGRESS_VISIBILITY_ON = -1; public static final int PROGRESS_VISIBILITY_ON = -1; /** Flag for setting the progress bar's visibility to GONE */ /** Flag for setting the progress bar's visibility to GONE */ Loading Loading
core/java/android/view/Window.java +3 −3 Original line number Original line Diff line number Diff line Loading @@ -56,11 +56,11 @@ public abstract class Window { public static final int FEATURE_CONTEXT_MENU = 6; public static final int FEATURE_CONTEXT_MENU = 6; /** Flag for custom title. You cannot combine this feature with other title features. */ /** Flag for custom title. You cannot combine this feature with other title features. */ public static final int FEATURE_CUSTOM_TITLE = 7; public static final int FEATURE_CUSTOM_TITLE = 7; /* Flag for asking for an OpenGL enabled window. /** Flag for asking for an OpenGL enabled window. All 2D graphics will be handled by OpenGL ES. All 2D graphics will be handled by OpenGL ES. Private for now, until it is better tested (not shipping in 1.0) @hide */ */ private static final int FEATURE_OPENGL = 8; public static final int FEATURE_OPENGL = 8; /** Flag for setting the progress bar's visibility to VISIBLE */ /** Flag for setting the progress bar's visibility to VISIBLE */ public static final int PROGRESS_VISIBILITY_ON = -1; public static final int PROGRESS_VISIBILITY_ON = -1; /** Flag for setting the progress bar's visibility to GONE */ /** Flag for setting the progress bar's visibility to GONE */ Loading