Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DNotificationActionListLayout.java58 int mNumNotGoneChildren; field in NotificationActionListLayout
87 mNumNotGoneChildren = 0; in countAndRebuildMeasureOrder()
98 mNumNotGoneChildren++; in countAndRebuildMeasureOrder()
163 int unmeasuredChildren = mNumNotGoneChildren - measuredChildren; in measureAndGetUsedWidth()