OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mMonthName
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Calendar/src/com/android/calendar/month/
SimpleDayPickerFragment.java
110
protected TextView
mMonthName
;
232
mMonthName
= (TextView) getView().findViewById(R.id.month_name);
562
CharSequence oldMonth =
mMonthName
.getText();
563
mMonthName
.setText(Utils.formatMonthYear(mContext, time));
564
mMonthName
.invalidate();
565
if (!TextUtils.equals(oldMonth,
mMonthName
.getText())) {
566
mMonthName
.sendAccessibilityEvent(AccessibilityEvent.TYPE_VIEW_FOCUSED);
/frameworks/base/core/java/android/widget/
CalendarView.java
230
private TextView
mMonthName
;
401
mMonthName
= (TextView) content.findViewById(com.android.internal.R.id.month_name);
[
all
...]
Completed in 296 milliseconds