HomeSort by relevance Sort by last modified time
    Searched defs: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 126 private ImageView mCloseButton;
272 mCloseButton = (ImageView) findViewById(R.id.search_close_btn);
277 mCloseButton.setOnClickListener(mOnClickListener);
839 mCloseButton.setVisibility(showClose ? VISIBLE : GONE);
840 mCloseButton.getDrawable().setState(hasText ? ENABLED_STATE_SET : EMPTY_STATE_SET);
    [all...]
  /prebuilts/devtools/tools/lib/
sdkuilib.jar 

Completed in 324 milliseconds