Home
last modified time | relevance | path

Searched defs:clamped (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/material/
DSwipeable.kt203 val clamped = newAbsolute.coerceIn(minBound, maxBound) in <lambda>() constant
391 val clamped = potentiallyConsumed.coerceIn(minBound, maxBound) in performDrag() constant
/frameworks/base/core/java/android/text/
DLayout.java1634 public float getPrimaryHorizontal(int offset, boolean clamped) { in getPrimaryHorizontal()
1654 public float getSecondaryHorizontal(int offset, boolean clamped) { in getSecondaryHorizontal()
1663 private float getHorizontal(int offset, boolean trailing, boolean clamped) { in getHorizontal()
1669 private float getHorizontal(int offset, boolean trailing, int line, boolean clamped) { in getHorizontal()
1710 private float[] getLineHorizontals(int line, boolean clamped, boolean primary) { in getLineHorizontals()