Home
last modified time | relevance | path

Searched refs:getLowerBound (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/
DWindowInsetsAnimationListener.java110 public Insets getLowerBound() { in getLowerBound() method in WindowInsetsAnimationListener.InsetsAnimation
/frameworks/base/core/java/com/android/internal/os/
DKernelCpuThreadReader.java419 final int bucketStartIdx = getLowerBound(bucketIdx, mBucketStartIndices); in bucketValues()
471 final int clusterStartIdx = getLowerBound(clusterIdx, clusterStartIndices); in getBucketStartIndices()
504 private static int getLowerBound(int index, int[] startIndices) { in getLowerBound() method in KernelCpuThreadReader.FrequencyBucketCreator
/frameworks/base/tools/processors/unsupportedappusage/src/android/processor/unsupportedappusage/
DSignatureBuilder.java140 if (typeVar.getLowerBound().getKind() != TypeKind.NULL) { in getTypeSignature()
141 return getTypeSignature(typeVar.getLowerBound()); in getTypeSignature()