Home | History | Annotate | Download | only in widget

Lines Matching defs:mMonth

872             setDate(ss.mYear, ss.mMonth, ss.mDay);
1156 private final int mMonth;
1166 mMonth = month;
1176 mMonth = in.readInt();
1184 dest.writeInt(mMonth);