Searched refs:nameText (Results 1 – 3 of 3) sorted by relevance
106 TextView nameText = (TextView) itemView.findViewById(R.id.nameText); in populateView() local114 nameText.setText(item.getString(NAME)); in populateView()197 String stateName = ((TextView) stateItem.findViewById(R.id.nameText)).getText().toString(); in onItemSelected()
271 const nameText = this.getCallsiteName(this.hoveredCallsite); constant272 const nameTextSize = ctx.measureText(nameText);274 splitIfTooBig(nameText, width - paddingPx, nameTextSize.width);