Home
last modified time | relevance | path

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

/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java352 final int anchorId = getDropDownAnchor(); in onAttachedToWindow() local
353 if (anchorId != View.NO_ID) { in onAttachedToWindow()
354 mDropdownAnchor = getRootView().findViewById(anchorId); in onAttachedToWindow()
359 public void setDropDownAnchor(int anchorId) { in setDropDownAnchor() argument
360 super.setDropDownAnchor(anchorId); in setDropDownAnchor()
361 if (anchorId != View.NO_ID) { in setDropDownAnchor()
362 mDropdownAnchor = getRootView().findViewById(anchorId); in setDropDownAnchor()