Searched refs: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() {
1453 if (mDropDownAnchor.getWidth() > 1) {
1470 final int width = mDropDownAnchor.getWidth() + dropDownPadding.left
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSearchView.java134 private final View mDropDownAnchor; field in class:SearchView
392 mDropDownAnchor = findViewById(mSearchSrcTextView.getDropDownAnchor());
393 if (mDropDownAnchor != null) {
407 mDropDownAnchor.addOnLayoutChangeListener(new View.OnLayoutChangeListener() {
417 mDropDownAnchor.getViewTreeObserver()
1415 if (mDropDownAnchor.getWidth() > 1) {
1432 final int width = mDropDownAnchor.getWidth() + dropDownPadding.left

Completed in 458 milliseconds