OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:whereView
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Calendar/src/com/android/calendar/alerts/
AlertAdapter.java
88
TextView
whereView
= (TextView) view.findViewById(R.id.where);
99
whereView
.setTextColor(mPastEventColor);
103
whereView
.setTextColor(mOtherColor);
142
whereView
.setVisibility(View.GONE);
144
whereView
.setText(location);
145
whereView
.setVisibility(View.VISIBLE);
/packages/apps/Calendar/src/com/android/calendar/
DayView.java
[
all
...]
Completed in 344 milliseconds