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

123

/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/Camera2/src/com/android/camera/session/
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);
H A DTemporarySessionFile.java35 private final String mTitle; field in class:TemporarySessionFile
44 mTitle = title;
62 mFile = mSessionStorageManager.createTemporaryOutputPath(mSessionDirectory, 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/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/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/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/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/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/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/Messaging/src/com/android/messaging/ui/debug/
H A DDebugMmsConfigItemView.java45 private TextView mTitle; field in class:DebugMmsConfigItemView
59 mTitle = (TextView) findViewById(R.id.title);
71 mTitle.setText(key);
/packages/apps/Camera2/src/com/android/camera/captureintent/
H A DCaptureIntentSession.java54 private final String mTitle; field in class:CaptureIntentSession
70 mTitle = title;
79 return mTitle;
/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/Contacts/src/com/android/contacts/editor/
H A DGroupMembershipView.java63 private final String mTitle; field in class:GroupMembershipView.GroupSelectionItem
68 this.mTitle = title;
86 return mTitle;
/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/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/Messaging/src/com/android/messaging/ui/
H A DBugleActionBarActivity.java269 private CharSequence mTitle; field in class:BugleActionBarActivity.CustomActionMode
280 mTitle = title;
285 mTitle = getResources().getString(resId);
323 return mTitle;

Completed in 610 milliseconds

123