OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:titleView
(Results
1 - 13
of
13
) sorted by null
/packages/apps/Calendar/src/com/android/calendar/alerts/
AlertAdapter.java
86
TextView
titleView
= (TextView) view.findViewById(R.id.event_title);
97
titleView
.setTextColor(mPastEventColor);
101
titleView
.setTextColor(mTitleColor);
110
titleView
.setText(eventName);
/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);
/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);
/external/chromium/chrome/browser/ui/cocoa/tabs/
tab_controller.h
73
@property(assign, nonatomic) NSTextField*
titleView
;
/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());
/packages/apps/Contacts/src/com/android/contacts/editor/
RawContactReadOnlyEditorView.java
256
final TextView
titleView
= (TextView) field.findViewById(R.id.kind_title);
257
titleView
.setText(titleText);
/frameworks/opt/mailcommon/java/com/android/mailcommon/
WebViewContextMenu.java
269
final TextView
titleView
= (TextView) LayoutInflater.from(mActivity)
271
menu.setHeaderView(
titleView
);
280
titleView
.setText(extra);
/frameworks/base/core/java/android/widget/
ActivityChooserView.java
698
TextView
titleView
= (TextView) convertView.findViewById(R.id.title);
699
titleView
.setText(mContext.getString(
714
TextView
titleView
= (TextView) convertView.findViewById(R.id.title);
715
titleView
.setText(activity.loadLabel(packageManager));
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ActivityChooserView.java
704
TextView
titleView
= (TextView) convertView.findViewById(R.id.title);
705
titleView
.setText(getContext().getString(
720
TextView
titleView
= (TextView) convertView.findViewById(R.id.title);
721
titleView
.setText(activity.loadLabel(packageManager));
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
AudioTrackLinearLayout.java
107
final TextView
titleView
= (TextView)titleBarView.findViewById(R.id.action_bar_title);
108
titleView
.setText(FileUtils.getSimpleName(mAudioTrack.getFilename()));
/frameworks/base/core/java/android/preference/
Preference.java
507
final TextView
titleView
= (TextView) view.findViewById(
509
if (
titleView
!= null) {
512
titleView
.setText(title);
513
titleView
.setVisibility(View.VISIBLE);
515
titleView
.setVisibility(View.GONE);
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragment.java
[
all
...]
/packages/apps/Calendar/src/com/android/calendar/
DayView.java
[
all
...]
Completed in 971 milliseconds