Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowInsetsAnimationListener.java118 public Insets getUpperBound() { in getUpperBound() method in WindowInsetsAnimationListener.InsetsAnimation
/frameworks/base/core/java/com/android/internal/os/
DKernelCpuThreadReader.java421 getUpperBound(bucketIdx, mBucketStartIndices, values.length); in bucketValues()
473 getUpperBound(clusterIdx, clusterStartIndices, numFrequencies); in getBucketStartIndices()
508 private static int getUpperBound(int index, int[] startIndices, int max) { in getUpperBound() method in KernelCpuThreadReader.FrequencyBucketCreator
/frameworks/base/tools/processors/unsupportedappusage/src/android/processor/unsupportedappusage/
DSignatureBuilder.java142 } else if (typeVar.getUpperBound().getKind() != TypeKind.NULL) { in getTypeSignature()
143 return getTypeSignature(typeVar.getUpperBound()); in getTypeSignature()