Searched defs:mTitle (Results 1 - 25 of 40) 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/Gallery2/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/Gallery2/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/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,
H A DProjectPickerAdapter.java248 private String mTitle; field in class:LoadPreviewBitmapTask
260 mTitle = title;
310 mContextAdapter.drawBottomOverlay(result, mTitle, mDuration);
/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
H A DSnapshotBar.java46 private TextView mTitle; field in class:SnapshotBar
89 mTitle = (TextView) findViewById(R.id.title);
136 mTitle.setAlpha(1f);
137 mTitle.setTranslationY(0f);
138 mTitle.setRotationX(0f);
145 mTitleAnimator = mTitle.animate()
156 mTitleAnimator = mTitle.animate()
195 mTitle.setText(title);
/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/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/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/Settings/src/com/android/settings/inputmethod/
H A DInputMethodAndSubtypeEnabler.java58 private String mTitle; field in class:InputMethodAndSubtypeEnabler
83 mTitle = getActivity().getIntent().getStringExtra(Intent.EXTRA_TITLE);
84 if (mTitle == null && (arguments != null)) {
87 mTitle = title;
101 if (!TextUtils.isEmpty(mTitle)) {
102 getActivity().setTitle(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/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 2492 milliseconds

12