Home
last modified time | relevance | path

Searched refs:mRotateDialogButton2 (Results 1 – 1 of 1) sorted by relevance

/packages/apps/LegacyCamera/src/com/android/camera/
DRotateDialogController.java47 private TextView mRotateDialogButton2; field in RotateDialogController
69 mRotateDialogButton2 = (Button) v.findViewById(R.id.rotate_dialog_button2); in inflateDialogLayout()
91 mRotateDialogButton2.setVisibility(View.GONE); in resetRotateDialog()
133 mRotateDialogButton2.setText(button2Text); in showAlertDialog()
134 mRotateDialogButton2.setVisibility(View.VISIBLE); in showAlertDialog()
135 mRotateDialogButton2.setOnClickListener(new View.OnClickListener() { in showAlertDialog()