Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskStackView.java158 private int mTaskCornerRadiusPx; field in TaskStackView
257 mTaskCornerRadiusPx = res.getDimensionPixelSize( in TaskStackView()
815 clipBottom = (int) (taskBottom - frontTaskTop) - mTaskCornerRadiusPx; in clipTaskViews()