Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DTaskStackView.java159 private int mTaskCornerRadiusPx; field in TaskStackView
261 mTaskCornerRadiusPx = LegacyRecentsImpl.getConfiguration().isGridEnabled ? in TaskStackView()
806 clipBottom = (int) (taskBottom - frontTaskTop) - mTaskCornerRadiusPx; in clipTaskViews()