Searched refs:minBound (Results 1 – 2 of 2) sorted by relevance
131 internal var minBound = Float.NEGATIVE_INFINITY variable153 minBound = newAnchors.keys.minOrNull()!! in processNewAnchors()165 minBound = Float.NEGATIVE_INFINITY in processNewAnchors()189 minBound = newAnchors.keys.minOrNull()!! in processNewAnchors()203 val clamped = newAbsolute.coerceIn(minBound, maxBound) in <lambda>()391 val clamped = potentiallyConsumed.coerceIn(minBound, maxBound) in performDrag()864 return if (toFling < 0 && offset.value > minBound) { in onPreFling()
146 final int minBound = Math.min(bounds.height(), bounds.width()); in draw() local148 float scale = minBound / mFullIconSize; in draw()