Home | History | Annotate | Download | only in calendar

Lines Matching full:whereview

3672         TextView whereView = (TextView) mPopupView.findViewById(R.id.where);
3674 whereView.setVisibility(empty ? View.GONE : View.VISIBLE);
3675 if (!empty) whereView.setText(event.location);