Home
last modified time | relevance | path

Searched refs:rightIcon (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationTemplateViewWrapper.java75 ImageView rightIcon = (ImageView) mView.findViewById(com.android.internal.R.id.right_icon); in resolveViews() local
76 mIcon = resolveIcon(largeIcon, rightIcon); in resolveViews()
85 private ImageView resolveIcon(ImageView largeIcon, ImageView rightIcon) { in resolveIcon() argument
87 : rightIcon != null && rightIcon.getVisibility() == View.VISIBLE ? rightIcon in resolveIcon()
DExpandableNotificationRow.java92 ImageView rightIcon = (ImageView) child.findViewById( in setIconAnimationRunningForChild() local
94 setIconRunning(rightIcon, running); in setIconAnimationRunningForChild()