We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 402206b commit 29d8d26Copy full SHA for 29d8d26
core/java/android/view/WindowManager.java
@@ -180,7 +180,7 @@ public static class LayoutParams extends ViewGroup.LayoutParams
180
@ViewDebug.IntToString(from = TYPE_HIDDEN_NAV_CONSUMER, to = "TYPE_HIDDEN_NAV_CONSUMER"),
181
@ViewDebug.IntToString(from = TYPE_DREAM, to = "TYPE_DREAM"),
182
@ViewDebug.IntToString(from = TYPE_NAVIGATION_BAR_PANEL, to = "TYPE_NAVIGATION_BAR_PANEL"),
183
- @ViewDebug.IntToString(from = TYPE_DISPLAY_OVERLAY, to = "TYPE_DISPLAY_OVERLAY"),
+ @ViewDebug.IntToString(from = TYPE_DISPLAY_OVERLAY, to = "TYPE_DISPLAY_OVERLAY")
184
})
185
public int type;
186
0 commit comments