Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableOutlineView.java127 int intersectBottom = Math.max(getActualHeight() - mClipBottomAmount, top); in getClipPath() local
128 if (bottom != intersectBottom) { in getClipPath()
130 bottom = intersectBottom; in getClipPath()
133 intersectBottom, 0.0f, in getClipPath()