Home | History | Annotate | Download | only in widget

Lines Matching defs:mCloseButton

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) {