Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DNotificationActionListLayout.java62 int mNumNotGoneChildren; field in NotificationActionListLayout
91 mNumNotGoneChildren = 0; in countAndRebuildMeasureOrder()
102 mNumNotGoneChildren++; in countAndRebuildMeasureOrder()
143 final int childWidth = innerWidthMinusChildMargins / mNumNotGoneChildren; in measureAndReturnEvenlyDividedWidth()
203 int unmeasuredChildren = mNumNotGoneChildren - measuredChildren; in measureAndGetUsedWidth()