Searched defs:mTitle (Results 1 - 25 of 50) sorted by relevance

12

/packages/apps/Camera/src/com/android/camera/ui/
H A DAbstractSettingPopup.java29 protected TextView mTitle; field in class:AbstractSettingPopup
39 mTitle = (TextView) findViewById(R.id.title);
H A DInLineSettingItem.java44 protected TextView mTitle; field in class:InLineSettingItem
55 mTitle = ((TextView) findViewById(R.id.title));
56 mTitle.setText(preference.getTitle());
/packages/apps/LegacyCamera/src/com/android/camera/
H A DCameraPreference.java32 private final String mTitle; field in class:CameraPreference
46 mTitle = a.getString(R.styleable.CameraPreference_title);
51 return mTitle;
/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DAbstractSettingPopup.java30 protected TextView mTitle; field in class:AbstractSettingPopup
40 mTitle = (TextView) findViewById(R.id.title);
/packages/apps/Camera/src/com/android/camera/
H A DCameraPreference.java30 private final String mTitle; field in class:CameraPreference
45 mTitle = a.getString(R.styleable.CameraPreference_title);
50 return mTitle;
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
H A DMessageWizardFragment.java40 private TextView mTitle; field in class:MessageWizardFragment
60 mTitle = (TextView) view.findViewById(R.id.status_text);
67 mTitle.setText(title);
68 mTitle.setVisibility(View.VISIBLE);
70 mTitle.setFocusable(true);
71 mTitle.setFocusableInTouchMode(true);
74 mTitle.setVisibility(View.GONE);
/packages/apps/Browser/src/com/android/browser/
H A DNavTabView.java35 private TextView mTitle; field in class:NavTabView
60 mTitle = (TextView) findViewById(R.id.title);
80 mTitle.setText(mTab.getUrl());
86 mTitle.setText(txt);
99 mTitle.setPadding(mTitle.getCompoundDrawablePadding(), 0, 0, 0);
101 mTitle.setPadding(0, 0, 0, 0);
103 mTitle.setCompoundDrawablesWithIntrinsicBounds(id, 0, 0, 0);
H A DBookmarkItem.java41 protected String mTitle; field in class:BookmarkItem
77 return mTitle;
112 mTitle = name;
H A DNavScreen.java62 TextView mTitle; field in class:NavScreen
/packages/apps/Contacts/src/com/android/contacts/group/
H A DGroupListItem.java27 private final String mTitle; field in class:GroupListItem
37 mTitle = title;
59 return mTitle;
/packages/apps/ContactsCommon/src/com/android/contacts/common/
H A DGroupMetaData.java27 private String mTitle; field in class:GroupMetaData
37 this.mTitle = title;
59 return mTitle;
/packages/apps/Mms/src/com/android/mms/ui/
H A DIconListAdapter.java95 private final String mTitle; field in class:IconListAdapter.IconListItem
100 mTitle = title;
104 return mTitle;
/packages/apps/OMA-DM/DMService/src/com/android/omadm/service/
H A DDMDialog.java42 private String mTitle; field in class:DMDialog
62 mTitle = intent.getStringExtra("Title");
69 mTitle = intent.getStringExtra("Title");
87 mTitle = intent.getStringExtra("Title");
98 .setTitle(mTitle)
108 .setTitle(mTitle)
116 .setTitle(mTitle)
H A DDMAlertActivity.java75 private String mTitle; field in class:DMAlertActivity
108 mTitle = intent.getStringExtra("Title");
115 logd("mTitle: " + mTitle);
257 .setTitle(mTitle)
265 .setTitle(mTitle)
287 .setTitle(mTitle)
327 mDialog.setTitle(mTitle);
/packages/apps/TvSettings/QuickSettings/src/com/android/tv/quicksettings/
H A DPanelAdapter.java30 private final TextView mTitle; field in class:PanelAdapter.ViewHolder
36 mTitle = (TextView) itemView.findViewById(R.id.setting_title);
76 holder.mTitle.setText(s.getTitle());
H A DDialogAdapter.java79 holder.mTitle.setText(s.getTitle());
93 private final TextView mTitle; field in class:DialogAdapter.ViewHolder
98 mTitle = (TextView) itemView.findViewById(R.id.setting_title);
H A DSetting.java30 private String mTitle; field in class:Setting
42 mTitle = title;
68 return mTitle;
72 mTitle = title;
119 setting.mTitle = source.readString();
141 dest.writeString(mTitle);
/packages/apps/ContactsCommon/src/com/android/contacts/common/dialog/
H A DIndeterminateProgressDialog.java47 private CharSequence mTitle; field in class:IndeterminateProgressDialog
71 dialogFragment.mTitle = title;
93 dialog.setTitle(mTitle);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/
H A DMenuItem.java39 private String mTitle; field in class:MenuItem.Builder
50 mTitle = title;
83 return new MenuItem(mId, mTitle, mDescriptionGetter, mImageUriGetter,
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DGroupMembershipView.java62 private final String mTitle; field in class:GroupMembershipView.GroupSelectionItem
67 this.mTitle = title;
85 return mTitle;
H A DKindSectionView.java47 private TextView mTitle; field in class:KindSectionView
99 mTitle = (TextView) findViewById(R.id.kind_title);
145 mTitle.setText(mTitleString);
/packages/apps/Gallery/src/com/android/camera/gallery/
H A DBaseImage.java51 private String mTitle; field in class:BaseImage
69 mTitle = title;
137 return mTitle;
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DAlbumLabelMaker.java133 private final String mTitle; field in class:AlbumLabelMaker.AlbumLabelJob
138 mTitle = title;
147 String title = mTitle;
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
H A DAction.java43 private String mTitle; field in class:Action
66 private String mTitle; field in class:Action.Builder
82 action.mTitle = mTitle;
103 mTitle = title;
170 mTitle = title;
252 return mTitle;
388 dest.writeString(mTitle);
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DMessageAttachmentBar.java64 private TextView mTitle; field in class:MessageAttachmentBar
145 mTitle.setText(R.string.load_attachment);
148 mTitle.setText(attachmentName);
167 mTitle = (TextView) findViewById(R.id.attachment_title);

Completed in 474 milliseconds

12