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

/frameworks/base/core/java/android/widget/
H A DSearchView.java115 private final View mDropDownAnchor; field in class:SearchView
375 mDropDownAnchor = findViewById(mSearchSrcTextView.getDropDownAnchor());
376 if (mDropDownAnchor != null) {
377 mDropDownAnchor.addOnLayoutChangeListener(new OnLayoutChangeListener() {
1451 if (mDropDownAnchor.getWidth() > 1) {
1468 final int width = mDropDownAnchor.getWidth() + dropDownPadding.left
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSearchView.java133 private final View mDropDownAnchor; field in class:SearchView
390 mDropDownAnchor = findViewById(mSearchSrcTextView.getDropDownAnchor());
391 if (mDropDownAnchor != null) {
405 mDropDownAnchor.addOnLayoutChangeListener(new View.OnLayoutChangeListener() {
415 mDropDownAnchor.getViewTreeObserver()
1412 if (mDropDownAnchor.getWidth() > 1) {
1429 final int width = mDropDownAnchor.getWidth() + dropDownPadding.left

Completed in 21 milliseconds