We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a05f2b + 29d8d26 commit f404d10Copy full SHA for f404d10
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