Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DRecentsConfiguration.java83 public float taskStackWidthPaddingPct; field in RecentsConfiguration
213 taskStackWidthPaddingPct = res.getFloat(R.dimen.recents_stack_width_padding_percentage); in update()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskStackViewLayoutAlgorithm.java89 int widthPadding = (int) (mConfig.taskStackWidthPaddingPct * mStackRect.width()); in computeRects()