summaryrefslogtreecommitdiff
path: root/api/current.txt
diff options
context:
space:
mode:
author Alan Viverette <alanv@google.com> 2019-02-20 14:59:12 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2019-02-20 14:59:12 +0000
commitdb9c27cb7af8a2adae68e29f9543d9d901b4245e (patch)
tree655f90f45c945bd7f6a3ec943176c9fb2e580a61 /api/current.txt
parent72ed3736747e0b4712a9e33dfcfd6d9dfa6906ad (diff)
parent1761cfac39d5ee17f2e4f8eef485c38a08624533 (diff)
Merge "Public API for statically accessing global list of window views"
Diffstat (limited to 'api/current.txt')
-rw-r--r--api/current.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt
index 7ab447a2a554..cb79f5a80ed8 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -54020,6 +54020,10 @@ package android.view.inspector {
ctor public PropertyReader.PropertyTypeMismatchException(int, @NonNull String, @NonNull String);
}
+ public final class WindowInspector {
+ method @NonNull public static java.util.List<android.view.View> getGlobalWindowViews();
+ }
+
}
package android.view.textclassifier {