Add ViewCompat.isAttachedToWindow()
BUG: 20695142
Change-Id: Ibdff3d24721e9ed94de9c00813fe9528a734267d
diff --git a/v4/api/current.txt b/v4/api/current.txt
index 75da703..d58d17e 100644
--- a/v4/api/current.txt
+++ b/v4/api/current.txt
@@ -2150,6 +2150,7 @@
method public static boolean hasAccessibilityDelegate(android.view.View);
method public static boolean hasNestedScrollingParent(android.view.View);
method public static boolean hasTransientState(android.view.View);
+ method public static boolean isAttachedToWindow(android.view.View);
method public static boolean isLaidOut(android.view.View);
method public static boolean isNestedScrollingEnabled(android.view.View);
method public static boolean isOpaque(android.view.View);