HomeSort by relevance Sort by last modified time
    Searched refs:titleTextViewText (Results 1 - 2 of 2) sorted by null

  /packages/apps/Calendar/src/com/android/calendar/
MonthView.java 620 CharSequence titleTextViewText = titleView.getText();
622 boolean titleChanged = titleTextViewText != mPrevTitleTextViewText;
624 mPrevTitleTextViewText = titleTextViewText;
    [all...]
CalendarView.java     [all...]

Completed in 47 milliseconds