* commit '3179154c367ace1deb56340a641a7ebc53ba5e82': Make invalidateOptionsMenu asynchronous
This commit is contained in:
@@ -89,6 +89,13 @@ 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;
|
||||
|
||||
/**
|
||||
* Max value used as a feature ID
|
||||
* @hide
|
||||
*/
|
||||
public static final int FEATURE_MAX = FEATURE_ACTION_MODE_OVERLAY;
|
||||
|
||||
/** 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 */
|
||||
|
||||
Reference in New Issue
Block a user