Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskStackView.java811 float taskBottom = tv.getBottom(); in clipTaskViews() local
813 if (frontTaskTop < taskBottom) { in clipTaskViews()
815 clipBottom = (int) (taskBottom - frontTaskTop) - mTaskCornerRadiusPx; in clipTaskViews()