Searched refs:mMonthName (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/month/
H A DSimpleDayPickerFragment.java110 protected TextView mMonthName; field in class:SimpleDayPickerFragment
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);

Completed in 343 milliseconds