HomeSort by relevance Sort by last modified time
    Searched refs:mCloseButton (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/widget/
SearchView.java 115 private ImageView mCloseButton;
259 mCloseButton = (ImageView) findViewById(R.id.search_close_btn);
264 mCloseButton.setOnClickListener(mOnClickListener);
808 mCloseButton.setVisibility(showClose ? VISIBLE : GONE);
809 mCloseButton.getDrawable().setState(hasText ? ENABLED_STATE_SET : EMPTY_STATE_SET);
857 } else if (v == mCloseButton) {
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SearchView.java 119 private ImageView mCloseButton;
265 mCloseButton = (ImageView) findViewById(R.id.search_close_btn);
270 mCloseButton.setOnClickListener(mOnClickListener);
832 mCloseButton.setVisibility(showClose ? VISIBLE : GONE);
833 mCloseButton.getDrawable().setState(hasText ? ENABLED_STATE_SET : EMPTY_STATE_SET);
881 } else if (v == mCloseButton) {
    [all...]
  /prebuilts/devtools/tools/lib/
sdkuilib.jar 

Completed in 23 milliseconds