Searched refs:clipStart (Results 1 – 2 of 2) sorted by relevance
165 float clipStart = 0; in updateClipping() local172 clipStart = Math.max(drawStart, clipStart); in updateClipping()181 && newYTranslation < clipStart) { in updateClipping()183 float overlapAmount = clipStart - newYTranslation; in updateClipping()194 clipStart = Math.max(clipStart, isHeadsUp ? newYTranslation : newNotificationEnd); in updateClipping()
1239 Float clipStart = (float) mTopPadding1242 Float clipEnd = clipStart + mCornerRadius;1251 boolean clip = clipStart > start && clipStart < end1254 child.setDistanceToTopRoundness(clip ? Math.max(start - clipStart, 0)