Home
last modified time | relevance | path

Searched refs:years (Results 1 – 10 of 10) sorted by relevance

/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
DYearPickerView.java72 ArrayList<String> years = new ArrayList<String>(); in init() local
74 years.add(String.format("%d", year)); in init()
76 mAdapter = new YearAdapter(context, R.layout.year_label_text_view, years); in init()
/frameworks/opt/calendar/src/com/android/calendarcommon2/
DRecurrenceProcessor.java1173 int years = (month + 1) / 12 - 1; in unsafeNormalize() local
1174 year += years; in unsafeNormalize()
1175 month -= 12 * years; in unsafeNormalize()
1177 int years = month / 12; in unsafeNormalize() local
1178 year += years; in unsafeNormalize()
1179 month -= 12 * years; in unsafeNormalize()
/frameworks/base/docs/html/distribute/stories/games/
Ddoctor-who-legacy.jd18 The Tiny Rebel Games team has a combined experience of over 35 years in
/frameworks/base/docs/html/distribute/stories/apps/
Dnoom-health.jd94 Over the last three years, Noom’s localization efforts led to an <strong>80%
/frameworks/base/docs/html/training/design-navigation/
Dmultiple-sizes.jd51 …s are especially accustomed to multiple panes on larger screens from years and years of desktop ap…
/frameworks/base/docs/html/distribute/monetize/
Dads.jd27 <li>$1 billion+ paid to developers in the last 2 years
/frameworks/base/docs/html/google/play/billing/
Dbilling_subscriptions.jd180 the time of purchase and again on the same date in subsequent years.</li>
/frameworks/native/opengl/tests/angeles/
Dlicense-LGPL.txt307 least three years, to give the same user the materials
/frameworks/base/docs/html/about/versions/
Dandroid-5.0.jd860 <li>Yearly data: 2 years</li>
/frameworks/base/docs/html/training/articles/
Dsmp.jd90 a few years ago, all Android devices were UP (Uni-Processor).</p>