Home
last modified time | relevance | path

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

/packages/apps/Camera/src/com/android/camera/
DRotateDialogController.java48 private TextView mRotateDialogButton2; field in RotateDialogController
70 mRotateDialogButton2 = (Button) v.findViewById(R.id.rotate_dialog_button2); in inflateDialogLayout()
92 mRotateDialogButton2.setVisibility(View.GONE); in resetRotateDialog()
137 mRotateDialogButton2.setText(button2Text); in showAlertDialog()
138 mRotateDialogButton2.setContentDescription(button2Text); in showAlertDialog()
139 mRotateDialogButton2.setVisibility(View.VISIBLE); in showAlertDialog()
140 mRotateDialogButton2.setOnClickListener(new View.OnClickListener() { in showAlertDialog()
/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()