Searched defs:anchorId (Results 1 - 1 of 1) sorted by relevance

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

Completed in 28 milliseconds