Home | History | Annotate | Download | only in chips

Lines Matching defs:anchorId

437         final int anchorId = getDropDownAnchor();
438 if (anchorId != View.NO_ID) {
439 mDropdownAnchor = getRootView().findViewById(anchorId);
444 public void setDropDownAnchor(int anchorId) {
445 super.setDropDownAnchor(anchorId);
446 if (anchorId != View.NO_ID) {
447 mDropdownAnchor = getRootView().findViewById(anchorId);