Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DNotificationActionListLayout.java220 int widthAvailableForPriority = availableWidth - widthReservedForOtherChildren; in measureAndGetUsedWidth() local
221 maxWidthForChild = widthAvailableForPriority / unmeasuredPriorityChildren; in measureAndGetUsedWidth()