OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:titleView
(Results
1 - 11
of
11
) sorted by null
/packages/apps/Settings/src/com/android/settings/quicklaunch/
ShortcutPreference.java
111
TextView
titleView
= (TextView) view.findViewById(android.R.id.title);
115
sRegularTitleColor =
titleView
.getTextColors();
122
titleView
.setTextColor(color);
/packages/apps/Contacts/src/com/android/contacts/detail/
StreamItemAdapter.java
105
final View
titleView
= mInflater.inflate(R.layout.list_separator, null);
106
TextView titleTextView = (TextView)
titleView
.findViewById(R.id.title);
108
return
titleView
;
/packages/apps/Calendar/src/com/android/calendar/alerts/
AlertAdapter.java
84
TextView
titleView
= (TextView) view.findViewById(R.id.event_title);
95
titleView
.setTextColor(mPastEventColor);
99
titleView
.setTextColor(mTitleColor);
108
titleView
.setText(eventName);
/packages/apps/VideoEditor/src/com/android/videoeditor/
OverlayTitleEditor.java
164
final TextView
titleView
= (TextView) findViewById(R.id.overlay_title);
167
titleView
.getText().toString(), subTitleView.getText().toString());
/external/chromium/chrome/browser/ui/cocoa/tabs/
tab_controller.h
73
@property(assign, nonatomic) NSTextField*
titleView
;
/development/samples/ActionBarCompat/src/com/example/android/actionbarcompat/
ActionBarHelperBase.java
140
TextView
titleView
= (TextView) mActivity.findViewById(R.id.actionbar_compat_title);
141
if (
titleView
!= null) {
142
titleView
.setText(title);
/frameworks/base/core/java/android/widget/
ActivityChooserView.java
697
TextView
titleView
= (TextView) convertView.findViewById(R.id.title);
698
titleView
.setText(mContext.getString(
713
TextView
titleView
= (TextView) convertView.findViewById(R.id.title);
714
titleView
.setText(activity.loadLabel(packageManager));
/packages/apps/Contacts/src/com/android/contacts/editor/
RawContactReadOnlyEditorView.java
262
final TextView
titleView
= (TextView) field.findViewById(R.id.kind_title);
263
titleView
.setText(titleText);
/packages/apps/Gallery/src/com/android/camera/
GalleryPicker.java
921
TextView
titleView
= (TextView) v.findViewById(R.id.title);
930
titleView
.setText(title);
933
titleView
.setText(item.mName);
939
titleView
.requestLayout();
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
AudioTrackLinearLayout.java
106
final TextView
titleView
= (TextView)titleBarView.findViewById(R.id.action_bar_title);
107
titleView
.setText(FileUtils.getSimpleName(mAudioTrack.getFilename()));
/packages/apps/Calendar/src/com/android/calendar/
DayView.java
[
all
...]
Completed in 129 milliseconds