OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dateDisplay
(Results
1 - 3
of
3
) sorted by null
/development/samples/ApiDemos/src/com/example/android/apis/view/
DateWidgets2.java
42
mTimeDisplay = (TextView) findViewById(R.id.
dateDisplay
);
DateWidgets1.java
64
mDateDisplay = (TextView) findViewById(R.id.
dateDisplay
);
/packages/apps/DeskClock/src/com/android/deskclock/
Utils.java
492
final TextView
dateDisplay
= (TextView) clock.findViewById(R.id.date);
493
if (
dateDisplay
== null) {
502
dateDisplay
.setText(new SimpleDateFormat(datePattern, l).format(now));
503
dateDisplay
.setVisibility(View.VISIBLE);
504
dateDisplay
.setContentDescription(new SimpleDateFormat(descriptionPattern, l).format(now));
Completed in 241 milliseconds