Home
last modified time | relevance | path

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

/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/material/
DSwipeable.kt131 internal var minBound = Float.NEGATIVE_INFINITY variable
153 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
DPeopleStoryIconFactory.java146 final int minBound = Math.min(bounds.height(), bounds.width()); in draw() local
148 float scale = minBound / mFullIconSize; in draw()