Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationGroupingUtil.java173 private void sanitizeTopLine(ViewGroup rowHeader, ExpandableNotificationRow row) { in sanitizeTopLine() argument
174 if (rowHeader == null) { in sanitizeTopLine()
177 final int childCount = rowHeader.getChildCount(); in sanitizeTopLine()
178 View time = rowHeader.findViewById(com.android.internal.R.id.time); in sanitizeTopLine()
181 View child = rowHeader.getChildAt(i); in sanitizeTopLine()
198 View child = rowHeader.getChildAt(i); in sanitizeTopLine()
203 right = rowHeader.getChildAt(i); in sanitizeTopLine()