Searched refs:rightIcon (Results 1 – 2 of 2) sorted by relevance
75 ImageView rightIcon = (ImageView) mView.findViewById(com.android.internal.R.id.right_icon); in resolveViews() local76 mIcon = resolveIcon(largeIcon, rightIcon); in resolveViews()85 private ImageView resolveIcon(ImageView largeIcon, ImageView rightIcon) { in resolveIcon() argument87 : rightIcon != null && rightIcon.getVisibility() == View.VISIBLE ? rightIcon in resolveIcon()
92 ImageView rightIcon = (ImageView) child.findViewById( in setIconAnimationRunningForChild() local94 setIconRunning(rightIcon, running); in setIconAnimationRunningForChild()