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.java160 private int mTaskCornerRadiusPx; field in TaskStackView
262 mTaskCornerRadiusPx = Recents.getConfiguration().isGridEnabled ? in TaskStackView()
807 clipBottom = (int) (taskBottom - frontTaskTop) - mTaskCornerRadiusPx; in clipTaskViews()