Searched refs:whereView (Results 1 – 2 of 2) sorted by relevance
88 TextView whereView = (TextView) view.findViewById(R.id.where); in updateView() local99 whereView.setTextColor(mPastEventColor); in updateView()103 whereView.setTextColor(mOtherColor); in updateView()142 whereView.setVisibility(View.GONE); in updateView()144 whereView.setText(location); in updateView()145 whereView.setVisibility(View.VISIBLE); in updateView()
3672 TextView whereView = (TextView) mPopupView.findViewById(R.id.where); in updateEventDetails() local3674 whereView.setVisibility(empty ? View.GONE : View.VISIBLE); in updateEventDetails()3675 if (!empty) whereView.setText(event.location); in updateEventDetails()