OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:firstDate
(Results
1 - 3
of
3
) sorted by null
/packages/apps/DeskClock/src/com/android/deskclock/
AlarmTimelineView.java
297
Date
firstDate
= null;
305
if (
firstDate
== null) {
308
firstDate
= date;
313
y = Math.max(convertToDistance(date,
firstDate
), prevY + mAlarmMinDistance);
359
private int convertToDistance(final Date date, final Date
firstDate
) {
360
if (date == null ||
firstDate
== null) {
363
return (int) ((date.getTime() -
firstDate
.getTime())
/external/chromium_org/third_party/icu/source/test/intltest/
calregts.cpp
663
UDate
firstDate
= Calendar::getNow();
670
cal->setTime(
firstDate
,status);
677
//logln("Current time: " +
firstDate
.toString());
680
UDate lastDate =
firstDate
+ validity*1000*24*60*60.0;
[
all
...]
/external/icu4c/test/intltest/
calregts.cpp
707
UDate
firstDate
= Calendar::getNow();
714
cal->setTime(
firstDate
,status);
721
//logln("Current time: " +
firstDate
.toString());
724
UDate lastDate =
firstDate
+ validity*1000*24*60*60.0;
[
all
...]
Completed in 991 milliseconds