Searched refs:itemLayout (Results 1 – 2 of 2) sorted by relevance
696 final View itemLayout = in newView() local703 holder.text1 = (TextView) itemLayout.findViewById(android.R.id.text1); in newView()704 holder.text2 = (TextView) itemLayout.findViewById(android.R.id.text2); in newView()705 holder.icon = (QuickContactBadge) itemLayout.findViewById(android.R.id.icon); in newView()709 itemLayout.setTag(holder); in newView()712 return itemLayout; in newView()
183 View itemLayout = mInflater.inflate(itemLayoutRes, layout, in fillCheckBoxLayout() local185 CheckBox itemView = itemLayout.findViewById(itemViewId); in fillCheckBoxLayout()190 layout.addView(itemLayout); in fillCheckBoxLayout()