Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationGroupingUtil.java175 private void sanitizeTopLine(ViewGroup rowHeader, ExpandableNotificationRow row) { in sanitizeTopLine() argument
176 if (rowHeader == null) { in sanitizeTopLine()
179 final int childCount = rowHeader.getChildCount(); in sanitizeTopLine()
180 View time = rowHeader.findViewById(com.android.internal.R.id.time); in sanitizeTopLine()
183 View child = rowHeader.getChildAt(i); in sanitizeTopLine()
200 View child = rowHeader.getChildAt(i); in sanitizeTopLine()
205 right = rowHeader.getChildAt(i); in sanitizeTopLine()