Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/dream/
DAutoFitGridLayoutManager.java39 final int totalSpace = getWidth() - getPaddingRight() - getPaddingLeft(); in onLayoutChildren() local
40 final int spanCount = Math.max(1, (int) (totalSpace / mColumnWidth)); in onLayoutChildren()
/packages/apps/Settings/src/com/android/settings/notification/modes/
DZenModeIconPickerListPreferenceController.java141 final int totalSpace = getWidth() - getPaddingRight() - getPaddingLeft(); in onLayoutChildren() local
142 final int spanCount = Math.max(1, (int) (totalSpace / mColumnWidth)); in onLayoutChildren()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarView.java1105 final float totalSpace; in expandedWidth() local
1111 totalSpace = (childCount - 2 + newBubbleScale) * mExpandedBarIconsSpacing; in expandedWidth()
1114 totalSpace = Math.max(childCount - 1, 0) * mExpandedBarIconsSpacing; in expandedWidth()
1117 return totalIconSize + totalSpace + 2 * mBubbleBarPadding; in expandedWidth()