Searched defs:mGoButton (Results 1 - 2 of 2) sorted by last modified time

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSearchView.java124 final ImageView mGoButton; field in class:SearchView
290 mGoButton = findViewById(R.id.search_go_btn);
301 mGoButton.setImageDrawable(a.getDrawable(R.styleable.SearchView_goIcon));
318 mGoButton.setOnClickListener(mOnClickListener);
917 mGoButton.setVisibility(visibility);
923 && (mGoButton.getVisibility() == VISIBLE
981 } else if (v == mGoButton) {
1154 mGoButton.setVisibility(GONE);
/frameworks/base/core/java/android/widget/
H A DSearchView.java113 private final ImageView mGoButton; field in class:SearchView
279 mGoButton = (ImageView) findViewById(R.id.search_go_btn);
288 mGoButton.setImageDrawable(a.getDrawable(R.styleable.SearchView_goIcon));
308 mGoButton.setOnClickListener(mOnClickListener);
907 mGoButton.setVisibility(visibility);
913 && (mGoButton.getVisibility() == VISIBLE
972 } else if (v == mGoButton) {
1225 mGoButton.setVisibility(GONE);

Completed in 44 milliseconds