Searched defs:transitions (Results 1 - 3 of 3) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
H A DTransitionImage.java154 ArrayList<TransitionImage> transitions = new ArrayList<TransitionImage>();
157 return transitions;
161 transitions.add(image);
172 transitions.add(image);
176 return transitions;
179 public static void writeMultipleToIntent(List<TransitionImage> transitions, Intent intent) { argument
180 if (transitions == null || transitions.size() == 0) {
183 int size = transitions.size();
185 TransitionImage image = transitions
[all...]
/packages/apps/Exchange/src/com/android/exchange/utility/
H A DCalendarUtilities.java343 * @param tz a TimeZone the time zone in which we're looking for transitions
546 * @return true if transitions could be found for all years, false otherwise
555 // Get the transitions for this year and the next few years
680 * @param transitions calendars representing transitions to/from DST
683 static long findNextTransition(long startingMillis, GregorianCalendar[] transitions) { argument
684 for (GregorianCalendar transition: transitions) {
696 * from us we'll find the DST transitions and build the structure from that information
710 // See if we can get transitions for a few years; if not, we can't generate DST info
734 // If we can't find transitions, w
[all...]
/packages/apps/OMA-DM/engine/dmlib/dmt-tools/lib/
H A Djoda-time-1.1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/NOTICE ...

Completed in 228 milliseconds