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

1234

/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/Camera2/src/com/android/camera/
H A DCameraPreference.java32 private final String mTitle; field in class:CameraPreference
47 mTitle = a.getString(R.styleable.CameraPreference_title);
52 return mTitle;
/packages/apps/Contacts/src/com/android/contacts/
H A DGroupMetaData.java27 private String mTitle; field in class:GroupMetaData
37 this.mTitle = title;
59 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/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/Camera2/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.java79 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.java83 private CharSequence mTitle; field in class:ContactsRequest
96 + " mTitle=" + mTitle
113 mTitle = request.mTitle;
134 request.mTitle = source.readCharSequence();
149 dest.writeCharSequence(mTitle);
179 mTitle = title;
183 return mTitle;
/packages/apps/VideoEditor/src/com/android/videoeditor/service/
H A DMovieOverlay.java44 private String mTitle; field in class:MovieOverlay
70 mTitle = userAttributes.get(KEY_TITLE);
91 mTitle = title;
179 return mTitle;
223 userAttributes.putString(KEY_TITLE, mTitle);
250 mTitle = userAttributes.getString(KEY_TITLE);
/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/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/VideoEditor/src/com/android/videoeditor/
H A DOverlaysAdapter.java40 private final String mTitle, mSubtitle; field in class:OverlaysAdapter
54 mTitle = context.getString(R.string.overlay_title_sample);
111 canvas.drawBitmap(ImageUtils.buildOverlayBitmap(mContext, null, (Integer)data, 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/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppBtErrorActivity.java65 p.mTitle = mErrorTitle;
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DAttachmentTile.java51 private TextView mTitle; field in class:AttachmentTile
86 mTitle = (TextView) findViewById(R.id.attachment_tile_title);
122 mTitle.setText(R.string.load_more);
125 mTitle.setText(attachment.getName());
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
H A DCalendarSyncTestingBase.java109 m.put(CalendarContract.Events.TITLE, event.mTitle);
142 values.put(CalendarContract.Events.TITLE, event.mTitle);
220 String mTitle; field in class:CalendarSyncTestingBase.EventInfo
240 mTitle = title;
251 mTitle = title;
269 mTitle = title;
300 mTitle = title;

Completed in 417 milliseconds

1234