Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DTableLayout.java484 boolean firstRow = true; in findLargestCells()
509 if (firstRow) { in findLargestCells()
514 firstRow = false; in findLargestCells()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java4392 firstRow = in onHeightChanged() local
4395 if (firstRow != null && (view == firstRow || (firstRow.getNotificationParent() in onHeightChanged()
4396 == firstRow))) { in onHeightChanged()