Searched refs:contentView (Results 1 - 10 of 10) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/detail/
H A DStreamItemAdapter.java112 final View contentView = view.findViewById(R.id.stream_item_content);
117 contentView.setTag(streamItem);
118 contentView.setFocusable(true);
119 contentView.setOnClickListener(mItemClickListener);
120 contentView.setEnabled(true);
122 contentView.setTag(null);
123 contentView.setFocusable(false);
124 contentView.setOnClickListener(null);
126 contentView.setClickable(false);
127 contentView
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppBtErrorActivity.java74 TextView contentView = (TextView)view.findViewById(R.id.content);
75 contentView.setText(mErrorContent);
H A DBluetoothOppBtEnableActivity.java71 TextView contentView = (TextView)view.findViewById(R.id.content);
72 contentView.setText(getString(R.string.bt_enable_line1) + "\n\n"
H A DBluetoothOppBtEnablingActivity.java97 TextView contentView = (TextView)view.findViewById(R.id.progress_info);
98 contentView.setText(getString(R.string.enabling_progress_content));
/packages/apps/Calendar/src/com/android/calendar/alerts/
H A DAlertReceiver.java293 RemoteViews contentView = new RemoteViews(context.getPackageName(),
295 contentView.setImageViewResource(R.id.image, R.drawable.stat_notify_calendar);
296 contentView.setTextViewText(R.id.title, title);
297 contentView.setTextViewText(R.id.text, summaryText);
299 contentView.setViewVisibility(R.id.email_button, View.GONE);
301 contentView.setViewVisibility(R.id.snooze_button, View.VISIBLE);
302 contentView.setOnClickPendingIntent(R.id.snooze_button, snoozeIntent);
303 contentView.setViewVisibility(R.id.end_padding, View.GONE);
306 contentView.setViewVisibility(R.id.email_button, View.GONE);
308 contentView
[all...]
/packages/apps/Browser/src/com/android/browser/
H A DTitleBar.java66 FrameLayout contentView) {
70 mContentView = contentView;
65 TitleBar(Context context, UiController controller, BaseUi ui, FrameLayout contentView) argument
/packages/apps/Stk/src/com/android/stk/
H A DStkAppService.java770 RemoteViews contentView = new RemoteViews(
779 contentView.setTextViewText(com.android.internal.R.id.text,
783 contentView.setImageViewBitmap(com.android.internal.R.id.icon,
786 contentView
791 notification.contentView = contentView;
/packages/apps/PackageInstaller/src/com/android/packageinstaller/
H A DPackageInstallerActivity.java214 final View contentView = mTabs.get(position).view;
215 if (contentView instanceof CaffeinatedScrollView) {
216 ((CaffeinatedScrollView) contentView).awakenScrollBars();
/packages/apps/DeskClock/src/com/android/deskclock/
H A DUtils.java222 public void registerViews(View contentView, View saverView) { argument
223 mContentView = contentView;
/packages/apps/Music/src/com/android/music/
H A DMediaPlaybackService.java1205 status.contentView = views;

Completed in 162 milliseconds