Searched defs:getLength (Results 1 - 20 of 20) sorted by relevance

/frameworks/base/core/java/android/bluetooth/le/
H A DResultStorageDescriptor.java42 public int getLength() { method in class:ResultStorageDescriptor
/frameworks/base/obex/javax/obex/
H A DOperation.java53 * <code>getLength()</code> will return the length specified by the OBEX Length
89 * int length = op.getLength();
164 long getLength(); method in interface:Operation
H A DClientOperation.java249 public long getLength() { method in class:ClientOperation
H A DServerOperation.java720 public long getLength() { method in class:ServerOperation
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameBuffer1D.java56 public int getLength() { method in class:FrameBuffer1D
/frameworks/base/core/jni/android/graphics/
H A DUtils.cpp37 size_t AssetStreamAdaptor::getLength() const { function in class:AssetStreamAdaptor
38 return fAsset->getLength();
94 const off64_t size = asset->getLength();
96 SkDebugf("---- copyAsset: asset->getLength() returned %d\n", size);
H A DPathMeasure.cpp81 static jfloat getLength(JNIEnv* env, jobject clazz, jlong pairHandle) { function in class:android::SkPathMeasureGlue
83 return static_cast<jfloat>(SkScalarToFloat(pair->fMeasure.getLength()));
149 {"native_getLength", "(J)F", (void*) SkPathMeasureGlue::getLength },
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DComprehensionTlv.java68 public int getLength() { method in class:ComprehensionTlv
/frameworks/base/core/java/android/gesture/
H A DGesture.java106 public float getLength() { method in class:Gesture
/frameworks/base/graphics/java/android/graphics/
H A DPathMeasure.java71 public float getLength() { method in class:PathMeasure
76 * Pins distance to 0 <= distance <= getLength(), and then computes the
98 * Pins distance to 0 <= distance <= getLength(), and then computes the
114 * true. startD and stopD are pinned to legal values (0..getLength()).
126 float length = getLength();
/frameworks/base/libs/androidfw/include/androidfw/
H A DAsset.h95 virtual off64_t getLength(void) const = 0;
265 virtual off64_t getLength(void) const { return mLength; } function in class:android::_FileAsset
321 virtual off64_t getLength(void) const { return mUncompressedLen; } function in class:android::_CompressedAsset
/frameworks/base/packages/Osu/src/com/android/hotspot2/asn1/
H A DAsn1Object.java42 public int getLength() { method in class:Asn1Object
/frameworks/base/core/java/android/content/res/
H A DAssetFileDescriptor.java131 public long getLength() { method in class:AssetFileDescriptor
207 mRemaining = (int)fd.getLength();
296 mRemaining = (int)fd.getLength();
/frameworks/support/emoji/core/src/android/support/text/emoji/
H A DMetadataListReader.java74 final ByteBuffer buffer = ByteBuffer.allocate((int) offsetInfo.getLength());
76 if (numRead != offsetInfo.getLength()) {
77 throw new IOException("Needed " + offsetInfo.getLength() + " bytes, got " + numRead);
180 long getLength() { method in class:MetadataListReader.OffsetInfo
/frameworks/base/core/java/android/accessibilityservice/
H A DGestureDescription.java259 if (mPathMeasure.getLength() == 0) {
277 mTimeToLengthConversion = getLength() / duration;
364 float getLength() { method in class:GestureDescription.StrokeDescription
365 return mPathMeasure.getLength();
377 return mPathMeasure.getPosTan(getLength(), pos, null);
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFrameFormat.java134 public int getLength() { method in class:FrameFormat
139 return getLength();
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DPduComposer.java344 int len = start.getLength();
554 int flen = fstart.getLength();
635 int expiryLength = expiryStart.getLength();
892 int ctLength = ctStart.getLength();
954 int contentTypeLength = contentTypeBegin.getLength();
979 int headerLength = attachment.getLength();
1014 if (dataLength != (attachment.getLength() - headerLength)) {
1044 int getLength() { method in class:PduComposer.PositionMarker
1049 throw new RuntimeException("BUG: Invalid call to getLength()");
/frameworks/rs/cpp/
H A DrsCppStructs.h1506 size_t getLength() const { function in class:android::RSC::FieldPacker
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 1536 milliseconds