Searched defs:mTaskCornerRadiusPx (Results 1 - 1 of 1) sorted by relevance

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

Completed in 66 milliseconds