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

/frameworks/base/core/java/android/widget/
H A DSearchView.java116 private final View mDropDownAnchor; field in class:SearchView
362 mDropDownAnchor = findViewById(mSearchSrcTextView.getDropDownAnchor());
363 if (mDropDownAnchor != null) {
364 mDropDownAnchor.addOnLayoutChangeListener(new OnLayoutChangeListener() {
1427 if (mDropDownAnchor.getWidth() > 1) {
1444 final int width = mDropDownAnchor.getWidth() + dropDownPadding.left
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSearchView.java127 private final View mDropDownAnchor; field in class:SearchView
372 mDropDownAnchor = findViewById(mSearchSrcTextView.getDropDownAnchor());
373 if (mDropDownAnchor != null) {
374 mDropDownAnchor.addOnLayoutChangeListener(new OnLayoutChangeListener() {
1362 if (mDropDownAnchor.getWidth() > 1) {
1379 final int width = mDropDownAnchor.getWidth() + dropDownPadding.left

Completed in 488 milliseconds