Searched refs:locationInfo (Results 1 – 1 of 1) sorted by relevance
986 final View locationInfo = findViewById(R.id.location_info); in setLocationInfo() local996 locationInfo.setVisibility(View.INVISIBLE); in setLocationInfo()998 final TextView location = (TextView) locationInfo.findViewById(R.id.location_text); in setLocationInfo()1000 locationInfo.setVisibility(View.VISIBLE); in setLocationInfo()