Home
last modified time | relevance | path

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

/packages/apps/LegacyCamera/src/com/android/camera/
DRotateDialogController.java46 private TextView mRotateDialogButton1; field in RotateDialogController
68 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()