HomeSort by relevance Sort by last modified time
    Searched refs:rightIcon (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationTemplateViewWrapper.java 75 ImageView rightIcon = (ImageView) mView.findViewById(com.android.internal.R.id.right_icon);
76 mIcon = resolveIcon(largeIcon, rightIcon);
86 private ImageView resolveIcon(ImageView largeIcon, ImageView rightIcon) {
88 : rightIcon != null && rightIcon.getVisibility() == View.VISIBLE ? rightIcon
ExpandableNotificationRow.java 92 ImageView rightIcon = (ImageView) child.findViewById(
94 setIconRunning(rightIcon, running);

Completed in 117 milliseconds