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

  /packages/apps/Calendar/src/com/android/calendar/event/
AttendeesView.java 57 public class AttendeesView extends LinearLayout implements View.OnClickListener {
58 private static final String TAG = "AttendeesView";
101 public AttendeesView(Context context, AttributeSet attrs) {
  /packages/apps/Calendar/src/com/android/calendar/
EventInfoFragment.java 27 import com.android.calendar.event.AttendeesView;
265 private AttendeesView mLongAttendees;
585 mLongAttendees = (AttendeesView)mView.findViewById(R.id.long_attendee_list);
    [all...]

Completed in 318 milliseconds