Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DRecentsConfiguration.java81 public int taskStackTopPaddingPx; field in RecentsConfiguration
216 taskStackTopPaddingPx = res.getDimensionPixelSize(R.dimen.recents_stack_top_padding); in update()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskStackViewLayoutAlgorithm.java90 int heightPadding = mConfig.taskStackTopPaddingPx; in computeRects()