am c9a04522: Merge "@hide TYPE_APPLICATION_ABOVE_SUB_PANEL window type." into mnc-dev
* commit 'c9a0452244420b910ca3294f043f34ccc6a6044c': @hide TYPE_APPLICATION_ABOVE_SUB_PANEL window type.
This commit is contained in:
@@ -37391,7 +37391,6 @@ package android.view {
|
||||
field public static final int TITLE_CHANGED = 64; // 0x40
|
||||
field public static final int TYPE_ACCESSIBILITY_OVERLAY = 2032; // 0x7f0
|
||||
field public static final int TYPE_APPLICATION = 2; // 0x2
|
||||
field public static final int TYPE_APPLICATION_ABOVE_SUB_PANEL = 1005; // 0x3ed
|
||||
field public static final int TYPE_APPLICATION_ATTACHED_DIALOG = 1003; // 0x3eb
|
||||
field public static final int TYPE_APPLICATION_MEDIA = 1001; // 0x3e9
|
||||
field public static final int TYPE_APPLICATION_PANEL = 1000; // 0x3e8
|
||||
|
||||
@@ -39656,7 +39656,6 @@ package android.view {
|
||||
field public static final int TITLE_CHANGED = 64; // 0x40
|
||||
field public static final int TYPE_ACCESSIBILITY_OVERLAY = 2032; // 0x7f0
|
||||
field public static final int TYPE_APPLICATION = 2; // 0x2
|
||||
field public static final int TYPE_APPLICATION_ABOVE_SUB_PANEL = 1005; // 0x3ed
|
||||
field public static final int TYPE_APPLICATION_ATTACHED_DIALOG = 1003; // 0x3eb
|
||||
field public static final int TYPE_APPLICATION_MEDIA = 1001; // 0x3e9
|
||||
field public static final int TYPE_APPLICATION_PANEL = 1000; // 0x3e8
|
||||
|
||||
@@ -309,6 +309,7 @@ public interface WindowManager extends ViewManager {
|
||||
* Window type: a above sub-panel on top of an application window and it's
|
||||
* sub-panel windows. These windows are displayed on top of their attached window
|
||||
* and any {@link #TYPE_APPLICATION_SUB_PANEL} panels.
|
||||
* @hide
|
||||
*/
|
||||
public static final int TYPE_APPLICATION_ABOVE_SUB_PANEL = FIRST_SUB_WINDOW + 5;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user