Home
last modified time | relevance | path

Searched refs:mDropdownAnchor (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java177 private View mDropdownAnchor = this; field in RecipientEditTextView
439 mDropdownAnchor = getRootView().findViewById(anchorId); in onAttachedToWindow()
447 mDropdownAnchor = getRootView().findViewById(anchorId); in setDropDownAnchor()
662 mDropdownAnchor.getLocationOnScreen(mCoords); in setAdapter()
664 setDropDownHeight(mRect.bottom - mCoords[1] - mDropdownAnchor.getHeight() - in setAdapter()