HomeSort by relevance Sort by last modified time
    Searched refs:titleView (Results 1 - 7 of 7) 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/Calendar/src/com/android/calendar/
MonthView.java 619 TextView titleView = (TextView) mParentActivity.findViewById(R.id.title);
620 CharSequence titleTextViewText = titleView.getText();
    [all...]
EventInfoActivity.java     [all...]
CalendarView.java     [all...]
  /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/Contacts/src/com/android/contacts/
ContactsListActivity.java     [all...]
  /packages/apps/Browser/src/com/android/browser/
BrowserActivity.java     [all...]

Completed in 78 milliseconds