merge in nyc-release history after reset to nyc-dev
diff --git a/src/com/android/ex/chips/RecipientEditTextView.java b/src/com/android/ex/chips/RecipientEditTextView.java
index f7c6781..da9ef27 100644
--- a/src/com/android/ex/chips/RecipientEditTextView.java
+++ b/src/com/android/ex/chips/RecipientEditTextView.java
@@ -610,7 +610,7 @@
                 } else {
                     // Set the dropdown height to be the remaining height from the anchor to the
                     // bottom.
-                    mDropdownAnchor.getLocationInWindow(mCoords);
+                    mDropdownAnchor.getLocationOnScreen(mCoords);
                     getWindowVisibleDisplayFrame(mRect);
                     setDropDownHeight(mRect.bottom - mCoords[1] - mDropdownAnchor.getHeight() -
                             getDropDownVerticalOffset());