Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DMessagingLinearLayout.java99 MessagingChild previousChild = null; in onMeasure() local
115 if (previousChild != null && previousChild.hasDifferentHeightWhenFirst()) { in onMeasure()
116 previousChild.setIsFirstInLayout(false); in onMeasure()
120 linesRemaining -= previousChild.getConsumedLines() - previousLinesConsumed; in onMeasure()
147 previousChild = messagingChild; in onMeasure()
163 if (previousChild != null && previousChild.hasDifferentHeightWhenFirst()) { in onMeasure()
164 previousChild.setIsFirstInLayout(true); in onMeasure()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/
H A DNearestTouchFrame.java134 View previousChild = mAttachedChildren.get(i - 1);
135 Rect previousChildBounds = mTouchableRegions.get(previousChild);
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DStackScrollAlgorithm.java659 View previousChild, in getGapHeightForChild() argument
664 previousChild)) { in getGapHeightForChild()
695 View previousChild) { in childNeedsGapHeight() argument
696 return sectionProvider.beginsSection(child, previousChild) in childNeedsGapHeight()
698 && !(previousChild instanceof SectionHeaderView) in childNeedsGapHeight()