Searched refs:messageView (Results 1 – 8 of 8) sorted by relevance
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/ |
D | BluetoothPermissionActivity.java | 49 private TextView messageView; field in BluetoothPermissionActivity 158 messageView = (TextView)mView.findViewById(R.id.message); in createConnectionDialogView() 159 messageView.setText(getString(R.string.bluetooth_connection_dialog_text, in createConnectionDialogView() 167 messageView = (TextView)mView.findViewById(R.id.message); in createPhonebookDialogView() 168 messageView.setText(getString(R.string.bluetooth_pb_acceptance_dialog_text, in createPhonebookDialogView() 176 messageView = (TextView)mView.findViewById(R.id.message); in createMapDialogView() 177 messageView.setText(getString(R.string.bluetooth_map_acceptance_dialog_text, in createMapDialogView() 185 messageView = (TextView)mView.findViewById(R.id.message); in createSapDialogView() 186 messageView.setText(getString(R.string.bluetooth_sap_acceptance_dialog_text, in createSapDialogView()
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothPermissionActivity.java | 49 private TextView messageView; field in BluetoothPermissionActivity 158 messageView = (TextView)mView.findViewById(R.id.message); in createConnectionDialogView() 159 messageView.setText(getString(R.string.bluetooth_connection_dialog_text, in createConnectionDialogView() 167 messageView = (TextView)mView.findViewById(R.id.message); in createPhonebookDialogView() 168 messageView.setText(getString(R.string.bluetooth_pb_acceptance_dialog_text, in createPhonebookDialogView() 176 messageView = (TextView)mView.findViewById(R.id.message); in createMapDialogView() 177 messageView.setText(getString(R.string.bluetooth_map_acceptance_dialog_text, in createMapDialogView() 185 messageView = (TextView)mView.findViewById(R.id.message); in createSapDialogView() 186 messageView.setText(getString(R.string.bluetooth_sap_acceptance_dialog_text, in createSapDialogView()
|
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/ |
D | ConversationFragment.java | 423 final ConversationMessageView messageView = (ConversationMessageView) v; in onCreate() 424 handleMessageClick(messageView); in onCreate() 675 private void selectMessage(final ConversationMessageView messageView) { in selectMessage() argument 676 selectMessage(messageView, null /* attachment */); in selectMessage() 679 private void selectMessage(final ConversationMessageView messageView, in selectMessage() argument 681 mSelectedMessage = messageView; in selectMessage() 689 mAdapter.setSelectedMessage(messageView.getData().getMessageId()); in selectMessage() 1261 public boolean onAttachmentClick(final ConversationMessageView messageView, in onAttachmentClick() argument 1264 selectMessage(messageView, attachment); in onAttachmentClick() 1266 } else if (messageView.getData().getOneClickResendMessage()) { in onAttachmentClick() [all …]
|
D | ConversationFastScroller.java | 322 final ConversationMessageView messageView = (ConversationMessageView) vh.itemView; in updatePreviewText() local 323 final ConversationMessageData messageData = messageView.getData(); in updatePreviewText()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/ |
D | WallpaperDisabledFragment.java | 70 TextView messageView = (TextView) view.findViewById(R.id.wallpaper_disabled_message); in onCreateView() local 72 messageView.setText(R.string.wallpaper_disabled_by_administrator_message); in onCreateView() 74 messageView.setText(R.string.wallpaper_disabled_message); in onCreateView()
|
/packages/apps/Settings/src/com/android/settings/notification/ |
D | ZenDeleteRuleDialog.java | 82 final View messageView = dialog.findViewById(android.R.id.message); in onCreateDialog() local 83 if (messageView != null) { in onCreateDialog() 84 messageView.setTextDirection(View.TEXT_DIRECTION_LOCALE); in onCreateDialog()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/ |
D | ZenDeleteRuleDialog.java | 82 final View messageView = dialog.findViewById(android.R.id.message); in onCreateDialog() local 83 if (messageView != null) { in onCreateDialog() 84 messageView.setTextDirection(View.TEXT_DIRECTION_LOCALE); in onCreateDialog()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/ |
D | AccountsSettingsFragment.java | 501 TextView messageView = (TextView) ((AlertDialog) dialog).findViewById( in onShow() local 503 if (messageView != null) { in onShow() 504 messageView.setMovementMethod(LinkMovementMethod.getInstance()); in onShow()
|