Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DMessagingLinearLayout.java113 MessagingChild previousChild = null; in onMeasure() local
129 if (previousChild != null && previousChild.hasDifferentHeightWhenFirst()) { in onMeasure()
130 previousChild.setIsFirstInLayout(false); in onMeasure()
134 linesRemaining -= previousChild.getConsumedLines() - previousLinesConsumed; in onMeasure()
161 previousChild = messagingChild; in onMeasure()
177 if (previousChild != null && previousChild.hasDifferentHeightWhenFirst()) { in onMeasure()
178 previousChild.setIsFirstInLayout(true); in onMeasure()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/
DNearestTouchFrame.java134 View previousChild = mAttachedChildren.get(i - 1);
135 Rect previousChildBounds = mTouchableRegions.get(previousChild);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java757 View previousChild, in getGapHeightForChild() argument
762 previousChild)) { in getGapHeightForChild()
793 View previousChild) { in childNeedsGapHeight() argument
794 return sectionProvider.beginsSection(child, previousChild) in childNeedsGapHeight()
796 && !(previousChild instanceof SectionHeaderView) in childNeedsGapHeight()