Loading api/current.xml +0 −11 Original line number Diff line number Diff line Loading @@ -206818,17 +206818,6 @@ visibility="public" > </field> <field name="FEATURE_HARDWARE_ACCELERATED" type="int" transient="false" volatile="false" value="11" static="true" final="true" deprecated="not deprecated" visibility="public" > </field> <field name="FEATURE_INDETERMINATE_PROGRESS" type="int" transient="false" core/java/android/view/Window.java +0 −4 Original line number Diff line number Diff line Loading @@ -78,10 +78,6 @@ public abstract class Window { * If overlay is enabled, the action mode UI will be allowed to cover existing window content. */ public static final int FEATURE_ACTION_MODE_OVERLAY = 10; /** * Flag for requesting this window to be hardware accelerated, if possible. */ public static final int FEATURE_HARDWARE_ACCELERATED = 11; /** 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 */ Loading Loading
api/current.xml +0 −11 Original line number Diff line number Diff line Loading @@ -206818,17 +206818,6 @@ visibility="public" > </field> <field name="FEATURE_HARDWARE_ACCELERATED" type="int" transient="false" volatile="false" value="11" static="true" final="true" deprecated="not deprecated" visibility="public" > </field> <field name="FEATURE_INDETERMINATE_PROGRESS" type="int" transient="false"
core/java/android/view/Window.java +0 −4 Original line number Diff line number Diff line Loading @@ -78,10 +78,6 @@ public abstract class Window { * If overlay is enabled, the action mode UI will be allowed to cover existing window content. */ public static final int FEATURE_ACTION_MODE_OVERLAY = 10; /** * Flag for requesting this window to be hardware accelerated, if possible. */ public static final int FEATURE_HARDWARE_ACCELERATED = 11; /** 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 */ Loading