Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DTableLayout.java484 boolean firstRow = true; in findLargestCells()
509 if (firstRow) { in findLargestCells()
514 firstRow = false; in findLargestCells()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java2168 ExpandableNotificationRow firstRow = firstChildNotGone instanceof ExpandableNotificationRow in onHeightChanged() local
2171 if (firstRow != null in onHeightChanged()
2172 && (view == firstRow || (firstRow.getNotificationParent() == firstRow))) { in onHeightChanged()