Searched refs:mCloseButton (Results 1 – 2 of 2) sorted by relevance
49 private View mCloseButton; field in ActionBarContextView188 mCloseButton = mClose.findViewById(R.id.action_mode_close_button); in initForMode()189 mCloseButton.setOnClickListener(new OnClickListener() { in initForMode()223 if (mCloseButton != null) { in killMode()224 mCloseButton.setOnClickListener(null); in killMode()
131 final ImageView mCloseButton; field in SearchView300 mCloseButton = findViewById(R.id.search_close_btn); in SearchView()311 mCloseButton.setImageDrawable(a.getDrawable(R.styleable.SearchView_closeIcon)); in SearchView()326 mCloseButton.setOnClickListener(mOnClickListener); in SearchView()947 mCloseButton.setVisibility(showClose ? VISIBLE : GONE); in updateCloseButton()948 final Drawable closeButtonImg = mCloseButton.getDrawable(); in updateCloseButton()996 } else if (v == mCloseButton) {