summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
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
commitf6ed8afa405dfae445a16f7433e4d8a9f20115b9 (patch)
tree71336c3bb01c392225650472903967918b9f8647 /api
parentef4ddd128157022e4f70069c736b222670a96894 (diff)
RESTRICT AUTOMERGE Removing deprecated APIs added to Q
Test: Builds, boots Bug: 129975435 Change-Id: If083957effedf7987b200c366f65d6863b99bca1
Diffstat (limited to 'api')
-rw-r--r--api/current.txt4
-rw-r--r--api/removed.txt7
2 files changed, 7 insertions, 4 deletions
diff --git a/api/current.txt b/api/current.txt
index 8b24826a267b..9b8ea93f0a27 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -56249,12 +56249,10 @@ package android.widget {
method public int getWindowLayoutType();
method public boolean isAboveAnchor();
method public boolean isAttachedInDecor();
- method @Deprecated public boolean isClipToScreenEnabled();
method public boolean isClippedToScreen();
method public boolean isClippingEnabled();
method public boolean isFocusable();
method public boolean isLaidOutInScreen();
- method @Deprecated public boolean isLayoutInScreenEnabled();
method public boolean isOutsideTouchable();
method public boolean isShowing();
method public boolean isSplitTouchEnabled();
@@ -56263,7 +56261,6 @@ package android.widget {
method public void setAnimationStyle(int);
method public void setAttachedInDecor(boolean);
method public void setBackgroundDrawable(android.graphics.drawable.Drawable);
- method @Deprecated public void setClipToScreenEnabled(boolean);
method public void setClippingEnabled(boolean);
method public void setContentView(android.view.View);
method public void setElevation(float);
@@ -56276,7 +56273,6 @@ package android.widget {
method public void setInputMethodMode(int);
method public void setIsClippedToScreen(boolean);
method public void setIsLaidOutInScreen(boolean);
- method @Deprecated public void setLayoutInScreenEnabled(boolean);
method public void setOnDismissListener(android.widget.PopupWindow.OnDismissListener);
method public void setOutsideTouchable(boolean);
method public void setOverlapAnchor(boolean);
diff --git a/api/removed.txt b/api/removed.txt
index ab5e7e5deeaa..536eba1779f2 100644
--- a/api/removed.txt
+++ b/api/removed.txt
@@ -691,6 +691,13 @@ package android.widget {
method protected <T extends android.view.View> T findViewWithTagTraversal(Object);
}
+ public class PopupWindow {
+ method @Deprecated public boolean isClipToScreenEnabled();
+ method @Deprecated public boolean isLayoutInScreenEnabled();
+ method @Deprecated public void setClipToScreenEnabled(boolean);
+ method @Deprecated public void setLayoutInScreenEnabled(boolean);
+ }
+
@android.widget.RemoteViews.RemoteView public class TextView extends android.view.View implements android.view.ViewTreeObserver.OnPreDrawListener {
method public static int getTextColor(android.content.Context, android.content.res.TypedArray, int);
method public static android.content.res.ColorStateList getTextColors(android.content.Context, android.content.res.TypedArray);