Home
last modified time | relevance | path

Searched defs:getIntValue (Results 1 – 25 of 38) sorted by relevance

12

/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/keyframe/
DIntegerKeyframeAnimation.java22 int getIntValue(Keyframe<Integer> keyframe, float keyframeProgress) { in getIntValue() method in IntegerKeyframeAnimation
43 public int getIntValue() { in getIntValue() method in IntegerKeyframeAnimation
DColorKeyframeAnimation.java23 public int getIntValue(Keyframe<Integer> keyframe, float keyframeProgress) { in getIntValue() method in ColorKeyframeAnimation
45 public int getIntValue() { in getIntValue() method in ColorKeyframeAnimation
/external/jsilver/src/com/google/clearsilver/jsilver/data/
DAbstractData.java30 public int getIntValue() { in getIntValue() method in AbstractData
67 public int getIntValue(String path, int defaultValue) { in getIntValue() method in AbstractData
93 public int getIntValue(String path) { in getIntValue() method in AbstractData
DData.java53 int getIntValue(); in getIntValue() method
217 int getIntValue(String path, int defaultValue); in getIntValue() method
229 int getIntValue(String path); in getIntValue() method
DDelegatedData.java72 public int getIntValue() { in getIntValue() method in DelegatedData
250 public int getIntValue(String path, int defaultValue) { in getIntValue() method in DelegatedData
260 public int getIntValue(String path) { in getIntValue() method in DelegatedData
DChainedData.java151 public int getIntValue(String path, int defaultValue) { in getIntValue() method in ChainedData
176 public int getIntValue(String path) { in getIntValue() method in ChainedData
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/ocsp/
DOCSPResponseStatus.java83 public int getIntValue() in getIntValue() method in OCSPResponseStatus
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DChannelArg.php75 public function getIntValue() function in Grpc\\Testing\\ChannelArg
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ocsp/
DOCSPResponseStatus.java81 public int getIntValue() in getIntValue() method in OCSPResponseStatus
/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/support/tensorbuffer/
DTensorBufferUint8.java79 public int getIntValue(int index) { in getIntValue() method in TensorBufferUint8
DTensorBufferFloat.java77 public int getIntValue(int absIndex) { in getIntValue() method in TensorBufferFloat
DTensorBuffer.java218 public abstract int getIntValue(int absIndex); in getIntValue() method in TensorBuffer
/external/google-fruit/include/fruit/impl/meta/
Dbasics.h45 constexpr int getIntValue() { in getIntValue() function
/external/dagger2/java/dagger/internal/codegen/base/
DMoreAnnotationValues.java80 public static int getIntValue(AnnotationMirror annotation, String valueName) { in getIntValue() method in MoreAnnotationValues
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/testsupport/
DAsyncReaderWrapper.java61 public int getIntValue() throws IOException { return _streamReader.getIntValue(); } in getIntValue() method in AsyncReaderWrapper
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
DZipLong.java131 public int getIntValue() { return (int)value;} in getIntValue() method in ZipLong
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DValue.java179 public int getIntValue() { in getIntValue() method in Value
/external/jsilver/src/org/clearsilver/
DHDF.java74 int getIntValue(String hdfName, int defaultValue); in getIntValue() method
DDelegatedHdf.java99 public int getIntValue(String hdfname, in getIntValue() method in DelegatedHdf
/external/jsilver/src/org/clearsilver/jni/
DJniHdf.java173 public int getIntValue(String hdfname, int default_value) { in getIntValue() method in JniHdf
/external/llvm-project/clang/lib/AST/
DComparisonCategories.cpp66 llvm::APSInt ComparisonCategoryInfo::ValueInfo::getIntValue() const { in getIntValue() function in ComparisonCategoryInfo::ValueInfo
/external/dagger2/java/dagger/hilt/processor/internal/
DAnnotationValues.java118 public static int getIntValue(AnnotationMirror annotation, String valueName) { in getIntValue() method in AnnotationValues
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/node/
DTreeTraversingParser.java277 public int getIntValue() throws IOException { in getIntValue() method in TreeTraversingParser
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DBasicValueFactory.h120 const llvm::APSInt& getIntValue(uint64_t X, bool isUnsigned) { in getIntValue() function
/external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
DJHdf.java125 public int getIntValue(String hdfName, int defaultValue) { in getIntValue() method in JHdf

12