Home | History | Annotate | Download | only in calendar

Lines Matching full:eventindex

1111         int eventIndex = 0;
1121 if (eventIndex >= 4) {
1122 eventIndex += 1;
1156 switch (eventIndex) {
1177 eventIndex += 1;
1179 if (eventIndex == 0) {
1187 switch (eventIndex) {
1238 String plusMore = String.format(format, eventIndex - 4);
1243 if (eventIndex > 5) {
1244 eventIndex = 5;
1246 int popupHeight = 20 * eventIndex + 15;