Searched refs:mButtonNegative (Results 1 – 3 of 3) sorted by relevance
73 private Button mButtonNegative; field in AlertController109 } else if (v == mButtonNegative && mButtonNegativeMessage != null) {315 return mButtonNegative; in getButton()456 } else if (mButtonNegative.getVisibility() == View.VISIBLE) { in requestFocusForDefaultButton()457 mButtonNegative.requestFocus(); in requestFocusForDefaultButton()559 mButtonNegative = buttonPanel.findViewById(R.id.button2); in setupButtons()560 mButtonNegative.setOnClickListener(mButtonHandler); in setupButtons()563 mButtonNegative.setVisibility(View.GONE); in setupButtons()565 mButtonNegative.setText(mButtonNegativeText); in setupButtons()566 mButtonNegative.setVisibility(View.VISIBLE); in setupButtons()
92 private Button mButtonNegative; field in AlertController140 } else if (v == mButtonNegative && mButtonNegativeMessage != null) {474 return mButtonNegative; in getButton()649 } else if (mButtonNegative.getVisibility() == View.VISIBLE) { in requestFocusForDefaultButton()650 mButtonNegative.requestFocus(); in requestFocusForDefaultButton()795 mButtonNegative = (Button) buttonPanel.findViewById(R.id.button2); in setupButtons()796 mButtonNegative.setOnClickListener(mButtonHandler); in setupButtons()799 mButtonNegative.setVisibility(View.GONE); in setupButtons()801 mButtonNegative.setText(mButtonNegativeText); in setupButtons()802 mButtonNegative.setVisibility(View.VISIBLE); in setupButtons()[all …]
71580 Lcom/android/internal/app/AlertController;->mButtonNegative:Landroid/widget/Button;