Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/material/
H A DSwipeable.kt203 val clamped = newAbsolute.coerceIn(minBound, maxBound) regex
391 val clamped = potentiallyConsumed.coerceIn(minBound, maxBound) regex
/aosp14/frameworks/base/core/java/android/text/
H A DLayout.java1334 public float getPrimaryHorizontal(int offset, boolean clamped) { in getPrimaryHorizontal()
1354 public float getSecondaryHorizontal(int offset, boolean clamped) { in getSecondaryHorizontal()
1363 private float getHorizontal(int offset, boolean trailing, boolean clamped) { in getHorizontal()
1369 private float getHorizontal(int offset, boolean trailing, int line, boolean clamped) { in getHorizontal()
1410 private float[] getLineHorizontals(int line, boolean clamped, boolean primary) { in getLineHorizontals()