OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:whenview
(Results
1 - 1
of
1
) sorted by null
/packages/apps/Calendar/src/com/android/calendar/alerts/
AlertAdapter.java
85
TextView
whenView
= (TextView) view.findViewById(R.id.when);
96
whenView
.setTextColor(mPastEventColor);
100
whenView
.setTextColor(mOtherColor);
136
whenView
.setText(when);
Completed in 187 milliseconds