diff options
| author | Suprabh Shukla <suprabh@google.com> | 2019-04-29 14:07:39 -0700 |
|---|---|---|
| committer | Suprabh Shukla <suprabh@google.com> | 2019-05-01 14:04:37 -0700 |
| commit | f6ed8afa405dfae445a16f7433e4d8a9f20115b9 (patch) | |
| tree | 71336c3bb01c392225650472903967918b9f8647 /core/java/android | |
| parent | ef4ddd128157022e4f70069c736b222670a96894 (diff) | |
RESTRICT AUTOMERGE Removing deprecated APIs added to Q
Test: Builds, boots
Bug: 129975435
Change-Id: If083957effedf7987b200c366f65d6863b99bca1
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/widget/PopupWindow.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/java/android/widget/PopupWindow.java b/core/java/android/widget/PopupWindow.java index 20fc0b1a9f0b..3779779e9f21 100644 --- a/core/java/android/widget/PopupWindow.java +++ b/core/java/android/widget/PopupWindow.java @@ -887,6 +887,7 @@ public class PopupWindow { * * @return true if popup will be clipped to the screen instead of the window, false otherwise * @deprecated Use {@link #isClippedToScreen()} instead + * @removed */ @Deprecated public boolean isClipToScreenEnabled() { @@ -901,6 +902,7 @@ public class PopupWindow { * the {@link #update()} methods.</p> * * @deprecated Use {@link #setIsClippedToScreen(boolean)} instead + * @removed */ @Deprecated public void setClipToScreenEnabled(boolean enabled) { @@ -988,6 +990,7 @@ public class PopupWindow { * @return true if the window will always be positioned in screen coordinates. * * @deprecated Use {@link #isLaidOutInScreen()} instead + * @removed */ @Deprecated public boolean isLayoutInScreenEnabled() { @@ -1001,6 +1004,7 @@ public class PopupWindow { * * @param enabled true if the popup should always be positioned in screen coordinates * @deprecated Use {@link #setIsLaidOutInScreen(boolean)} instead + * @removed */ @Deprecated public void setLayoutInScreenEnabled(boolean enabled) { |
