Searched defs:iv (Results 1 – 15 of 15) sorted by relevance
244 ImageView iv = (ImageView) v.findViewById(R.id.icon); in newView() local283 ImageView iv = (ImageView) view.findViewById(R.id.icon);; in bindView() local
637 ImageView iv = (ImageView) v.findViewById(R.id.icon); in newGroupView() local735 ImageView iv = vh.icon; in bindChildView() local
381 ImageView iv = (ImageView) view.findViewById(R.id.icon); in bindView() local
278 ImageView iv = vh.play_indicator; in bindView() local
599 ImageView iv = (ImageView) view.findViewById(R.id.icon); in bindView() local
609 ImageView iv = vh.icon; in bindView() local
147 final ImageView iv = (ImageView) view.findViewById(R.id.image_view); in refresh() local162 public FolderItem(Folder f, ImageView iv) { in FolderItem()
1667 final ImageView iv = convertView != null ? (ImageView) convertView : in getView() local1682 public MiniDrawerAccountItem(ImageView iv) { in MiniDrawerAccountItem()
49 ImageView iv = (ImageView) view.findViewById(R.id.thumbnail); in bindView() local
70 ImageView iv = (ImageView)view.findViewById(R.id.transfer_icon); in bindView() local
83 ImageView iv = (ImageView) findViewById(R.id.icon); in onCreate() local
1432 ImageView iv = (ImageView) v in launchEventMessage() local
87 int H,X,ih,is,iv; in hsv2rgb() local
90 ImageView iv = (ImageView) mHeaderView.findViewById(R.id.album_header_image); in updateHeaderView() local
301 private void cancelTransition(final View iv) { in cancelTransition()