Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DLinearLayout.java795 int nonSkippedChildCount = 0; in measureVertical() local
810 nonSkippedChildCount++; in measureVertical()
912 if (nonSkippedChildCount > 0 && hasDividerBeforeChildAt(count)) { in measureVertical()
1138 int nonSkippedChildCount = 0; in measureHorizontal() local
1153 nonSkippedChildCount++; in measureHorizontal()
1276 if (nonSkippedChildCount > 0 && hasDividerBeforeChildAt(count)) { in measureHorizontal()