Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java764 Float clipStart = (float) mTopPadding in updateClippingToTopRoundedCorner() local
767 Float clipEnd = clipStart + mCornerRadius; in updateClippingToTopRoundedCorner()
776 boolean clip = clipStart > start && clipStart < end in updateClippingToTopRoundedCorner()
779 child.setDistanceToTopRoundness(clip ? Math.max(start - clipStart, 0) in updateClippingToTopRoundedCorner()