summaryrefslogtreecommitdiff
path: root/core/java
diff options
context:
space:
mode:
authorJorim Jaggi <jjaggi@google.com>2019-01-04 23:21:24 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2019-01-04 23:21:24 +0000
commitbc93e0f53751670f365d2c2a7d260153771ab514 (patch)
tree1f2cd91faa9c08d4a52f666f0b3bf5cfeb8f2cf4 /core/java
parent441f143110ad96dc6c8ade37045e94082d42c88b (diff)
parentcfd6f3b407f3e952f7cbd4e630b03b057df15be2 (diff)
Merge "A brave new world for window insets (7/n)"
Diffstat (limited to 'core/java')
-rw-r--r--core/java/android/view/InsetsState.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/view/InsetsState.java b/core/java/android/view/InsetsState.java
index 3f8f882a869f..885b3e94c593 100644
--- a/core/java/android/view/InsetsState.java
+++ b/core/java/android/view/InsetsState.java
@@ -250,7 +250,7 @@ public class InsetsState implements Parcelable {
}
}
- static String typeToString(int type) {
+ public static String typeToString(int type) {
switch (type) {
case TYPE_TOP_BAR:
return "TYPE_TOP_BAR";