Searched refs:mButtonNegative (Results 1 – 1 of 1) sorted by relevance
90 Button mButtonNegative; field in AlertController133 } else if (v == mButtonNegative && mButtonNegativeMessage != null) {414 return mButtonNegative; in getButton()780 mButtonNegative = buttonPanel.findViewById(android.R.id.button2); in setupButtons()781 mButtonNegative.setOnClickListener(mButtonHandler); in setupButtons()784 mButtonNegative.setVisibility(View.GONE); in setupButtons()786 mButtonNegative.setText(mButtonNegativeText); in setupButtons()789 mButtonNegative.setCompoundDrawables(mButtonNegativeIcon, null, null, null); in setupButtons()791 mButtonNegative.setVisibility(View.VISIBLE); in setupButtons()818 centerButton(mButtonNegative); in setupButtons()