Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 93e50888 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 2941

* changes:
  make FEATURE_OPENGL public (but hidden for now) so we can test with it
parents 868443a9 5b4718ba
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -56,11 +56,11 @@ public abstract class Window {
    public static final int FEATURE_CONTEXT_MENU = 6;
    /** Flag for custom title. You cannot combine this feature with other title features. */
    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.
        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 */
    public static final int PROGRESS_VISIBILITY_ON = -1;
    /** Flag for setting the progress bar's visibility to GONE */