Searched refs:mRotateDialogButton1 (Results 1 – 1 of 1) sorted by relevance
46 private TextView mRotateDialogButton1; field in RotateDialogController68 mRotateDialogButton1 = (Button) v.findViewById(R.id.rotate_dialog_button1); in inflateDialogLayout()90 mRotateDialogButton1.setVisibility(View.GONE); in resetRotateDialog()121 mRotateDialogButton1.setText(button1Text); in showAlertDialog()122 mRotateDialogButton1.setVisibility(View.VISIBLE); in showAlertDialog()123 mRotateDialogButton1.setOnClickListener(new View.OnClickListener() { in showAlertDialog()