Searched refs:events (Results 1 - 25 of 27) sorted by relevance

12

/packages/apps/DeskClock/src/com/android/deskclock/
H A DDeskClockApplication.java21 import com.android.deskclock.events.Events;
22 import com.android.deskclock.events.LogEventTracker;
H A DDeskClock.java45 import com.android.deskclock.events.Events;
H A DHandleApiCalls.java36 import com.android.deskclock.events.Events;
H A DHandleDeskClockApiCalls.java27 import com.android.deskclock.events.Events;
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
H A DInputLogicTestsDeadKeys.java54 final EventList events = new EventList()
58 for (final Event event : events) {
67 final EventList events = new EventList()
72 for (final Event event : events) {
81 final EventList events = new EventList()
84 for (final Event event : events) {
94 final EventList events = new EventList()
102 for (final Event event : events) {
113 final EventList events = new EventList()
117 for (final Event event : events) {
[all...]
/packages/apps/DeskClock/src/com/android/deskclock/events/
H A DEventTracker.java17 package com.android.deskclock.events;
H A DLogEventTracker.java16 package com.android.deskclock.events;
H A DEvents.java17 package com.android.deskclock.events;
80 * method can be used to track events such as button presses or other user
96 * method can be used to track events such as button presses or other user
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLastComposedWord.java66 public LastComposedWord(final ArrayList<Event> events, argument
74 mEvents = new ArrayList<>(events);
/packages/apps/Calendar/src/com/android/calendar/
H A DEventLoader.java93 //query which days have events
99 //Set all the days with events to true
129 public ArrayList<Event> events; field in class:EventLoader.LoadEventsRequest
133 public LoadEventsRequest(int id, int startDay, int numDays, ArrayList<Event> events, argument
138 this.events = events;
144 Event.loadEvents(eventLoader.mContext, events, startDay,
231 * Loads "numDays" days worth of events, starting at start, into events.
233 * Reuses an existing background thread, if events wer
239 loadEventsInBackground(final int numDays, final ArrayList<Event> events, int startDay, final Runnable successCallback, final Runnable cancelCallback) argument
[all...]
H A DEvent.java48 * 1) events with an earlier start (begin for normal events, startday for allday)
49 * 2) events with a later end (end for normal events, endday for allday)
52 * The start and end day is sorted first so that all day events are
53 * sorted correctly with respect to events that are >24 hours (and
65 // The projection to use when querying instances to build a list of events
149 // These 4 fields are used for navigating among events within the selected
223 public static void loadEvents(Context context, ArrayList<Event> events, int startDay, int days, argument
233 events
341 buildEventsFromCursor( ArrayList<Event> events, Cursor cEvents, Context context, int startDay, int endDay) argument
[all...]
H A DDayView.java110 // duration for events' cross-fade animation
302 * This variable helps to avoid unnecessarily reloading events by keeping
304 * of events. If the next reload matches this, then the events are not
336 // This encloses the more allDay events icon
367 * When unexpanded, allday events will use this height.
368 * When expanded allDay events will attempt to grow to fit all
369 * events at this height.
379 * This is the minimum size reserved for displaying regular events.
404 // More events tex
[all...]
H A DUtils.java82 // For recurring events which instances of the series are being modified
691 * @return true when declined events should be hidden.
842 // white. The result is the color that should be used for declined events.
874 // A single strand represents one color of events. Events are divided up by
876 // that it holds conflicting events as well as color settings for allday on
896 * Converts a list of events to a list of segments to draw. Assumes list is
897 * ordered by start time of the events. The function processes events for a
899 * The algorithm goes over all the events and creates a set of segments
916 * @param firstJulianDay The julian day of the first day of events
924 createDNAStrands(int firstJulianDay, ArrayList<Event> events, int top, int bottom, int minPixels, int[] dayXs, Context context) argument
[all...]
/packages/apps/Calendar/src/com/android/calendar/month/
H A DMonthByWeekAdapter.java130 public void setEvents(int firstJulianDay, int numDays, ArrayList<Event> events) { argument
133 Log.e(TAG, "Attempted to set events for mini view. Events only supported in full"
138 mEvents = events;
148 if (events == null || events.size() == 0) {
150 Log.d(TAG, "No events. Returning early--go schedule something fun.");
157 // Compute the new set of days with events
158 for (Event event : events) {
180 Log.d(TAG, "Processed " + events.size() + " events
[all...]
H A DMonthByWeekFragment.java156 // Used to load the events when a delay is needed
180 // -1 to ensure we get all day events from any time zone
184 // +1 to ensure we get all day events from any time zone
245 // Synchronized the loading time of the month's events with the animation of the
309 // To get a smoother transition when showing this fragment, delay loading of events until
400 ArrayList<Event> events = new ArrayList<Event>();
402 events, data, mContext, mFirstLoadedJulianDay, mLastLoadedJulianDay);
404 mLastLoadedJulianDay - mFirstLoadedJulianDay + 1, events);
H A DMonthWeekEventsView.java116 // events being drawn on each day. The code will expand this if necessary.
254 // Sets the list of events for this week. Takes a sorted list of arrays
271 // Stash the list of events for use when this view is ready, or
277 // clear the cached set of events since we're ready to build it now
807 * if the event and its extras won't fit or if there are more events and the
808 * more events line would not fit after drawing this event.
815 * @param moreEvents indicates whether additional events will follow this one
817 * events
832 * Repeat (b,c,d) as needed and space allows. If we have more events than fit, we need
845 // Add a few pixels for the box we draw around all-day events
[all...]
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
H A DAlarmService.java32 import com.android.deskclock.events.Events;
H A DAlarmActivity.java60 import com.android.deskclock.events.Events;
H A DAlarmStateManager.java45 import com.android.deskclock.events.Events;
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
H A DCalendarProvider2Test.java106 // recurrence exceptions that refer to recurring events.
161 * a (key, value) pair. This is used for updating events.
175 * commands that can create events, delete or update events, and then
266 * This command queries the number of events and compares it to the given
285 * This command dumps the list of events to the log for debugging.
515 // Constructor for normal events, using the default timezone
521 // Constructor for normal events, specifying the timezone
549 // Constructor for repeating events, using the default timezone
555 // Constructor for repeating events, specifyin
[all...]
/packages/apps/Calendar/src/com/android/calendar/alerts/
H A DAlertService.java314 // Process the query results and bucketize events.
332 // If there are more high/medium priority events than we can show, bump some to
337 // Post the individual higher priority events (future and recently started
338 // concurrent events). Order these so that earlier start times appear higher in
347 // Keep concurrent events high priority (to appear higher in the notification list)
352 // Post the medium priority events (concurrent events that started a while ago).
356 // events, so that all notifications will be co-located together.
370 // Post the low priority events as 1 combined notification.
385 // Multiple expired events ar
849 getDigestTitle(ArrayList<NotificationInfo> events) argument
[all...]
/packages/apps/DeskClock/src/com/android/deskclock/timer/
H A DTimerReceiver.java35 import com.android.deskclock.events.Events;
H A DTimerFragment.java55 import com.android.deskclock.events.Events;
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarProvider2.java157 * Projection to query for correcting times in allDay events.
300 * The sort order is: events with an earlier start time occur first and if
301 * the start times are the same, then events with a later end time occur
302 * first. The later end time is ordered first so that long-running events in
303 * the calendar views appear first. If the start and end times of two events
465 * Listens for timezone changes and disk-no-longer-full events
775 // Regenerate the Instances table for this month. Include events
1093 // Julian day and we want to include all the events on the last day.
1185 * not events that match the string "lunch meeting" itself. In order to
1270 // Julian day and we want to include all the events o
[all...]
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
H A DStopwatchFragment.java48 import com.android.deskclock.events.Events;

Completed in 7231 milliseconds

12