Searched refs:mTitle (Results 1 - 25 of 86) sorted by relevance

1234

/packages/apps/Camera2/src/com/android/camera/session/
H A DTemporarySessionFile.java35 private final String mTitle; field in class:TemporarySessionFile
44 mTitle = title;
62 mFile = mSessionStorageManager.createTemporaryOutputPath(mSessionDirectory, mTitle);
H A DStackSaverFactory.java47 * @param mTitle the title of this stack session.
52 public StackSaver create(String mTitle, Location location) { argument
53 return new StackSaverImpl(new File(mCameraDirectory, mTitle), location, mContentResolver);
/packages/apps/TvSettings/QuickSettings/src/com/android/tv/quicksettings/
H A DSetting.java24 private String mTitle; field in class:Setting
33 mTitle = title;
40 mTitle = title;
48 mTitle = title;
58 return mTitle;
62 mTitle = title;
H A DDialogAdapter.java78 holder.mTitle.setText(s.getTitle());
92 private final TextView mTitle; field in class:DialogAdapter.ViewHolder
97 mTitle = (TextView) itemView.findViewById(R.id.setting_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/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/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/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;
/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());
H A DInLineSettingCheckBox.java80 if (mTitle != null) mTitle.setEnabled(enable);
H A DInLineSettingMenu.java75 if (mTitle != null) mTitle.setEnabled(enable);
/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/Contacts/src/com/android/contacts/list/
H A DContactsRequest.java85 private CharSequence mTitle; field in class:ContactsRequest
97 + " mTitle=" + mTitle
116 mTitle = title;
120 return mTitle;
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
H A DPeopleOptionsItemData.java52 private String mTitle; field in class:PeopleOptionsItemData
84 mTitle = mContext.getString(R.string.notifications_enabled_conversation_pref_title);
89 mTitle = mContext.getString(R.string.notification_sound_pref_title);
106 mTitle = mContext.getString(R.string.notification_vibrate_pref_title);
115 mTitle = mContext.getString(resourceId, otherParticipant.getDisplayDestination());
125 return mTitle;
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/
H A DLayout.java77 private String mTitle; field in class:Layout.LayoutRow
127 return mTitle;
181 mTitle = ((Static) node).mTitle;
184 mTitle = ((WallOfText) node).mTitle;
191 mTitle = a.getTitle();
202 mTitle = selectionGroup.getTitle(selectedIndex);
402 final String mTitle[]; field in class:Layout.SelectionGroup
469 mTitle
570 private String mTitle; field in class:Layout.Appearance
955 private String mTitle; field in class:Layout.Static
997 private String mTitle; field in class:Layout.WallOfText
[all...]
/packages/apps/Messaging/src/com/android/messaging/ui/conversationsettings/
H A DPeopleOptionsItemView.java44 private TextView mTitle; field in class:PeopleOptionsItemView
57 mTitle = (TextView) findViewById(R.id.title);
74 mTitle.setText(mData.getTitle());
92 mTitle.setEnabled(enabled);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/
H A DMenuItem.java40 private String mTitle; field in class:MenuItem.Builder
47 mTitle = item.mDisplayName;
60 mTitle = title;
97 return new MenuItem(mId, mTitle, mDescriptionGetter, mImageUriGetter,
/packages/apps/Camera2/src/com/android/camera/data/
H A DFilmstripItemData.java37 private final String mTitle; field in class:FilmstripItemData
61 mTitle = title;
81 return mTitle;
157 sb.append(mTitle);
185 private String mTitle = ""; field in class:FilmstripItemData.Builder
203 mTitle,
219 builder.mTitle = data.getTitle();
237 mTitle = title;
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
H A DAction.java43 private final String mTitle; field in class:Action
66 private String mTitle; field in class:Action.Builder
82 mTitle,
102 mTitle = title;
166 mTitle = title;
227 return mTitle;
355 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/Terminal/src/com/android/terminal/
H A DTerminal.java68 private String mTitle; field in class:Terminal
118 mTitle = TAG + " " + key;
119 mThread = new Thread(mTitle) {
182 return mTitle;
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DAttachmentTile.java49 private TextView mTitle; field in class:AttachmentTile
87 mTitle = (TextView) findViewById(R.id.attachment_tile_title);
126 mTitle.setText(R.string.load_more);
129 mTitle.setText(attachment.getName());
163 mTitle.setVisibility(View.VISIBLE);
177 mTitle.setVisibility(View.GONE);

Completed in 649 milliseconds

1234