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

/frameworks/base/core/java/com/android/internal/http/multipart/
H A DPartSource.java52 long getLength(); method in interface:PartSource
H A DByteArrayPartSource.java66 * @see PartSource#getLength()
68 public long getLength() { method in class:ByteArrayPartSource
H A DFilePartSource.java98 * @see PartSource#getLength()
100 public long getLength() { method in class:FilePartSource
/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.java209 public long getLength() { method in class:ClientOperation
H A DServerOperation.java587 public long getLength() { method in class:ServerOperation
/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/core/jni/android/graphics/
H A DPathMeasure.cpp68 static jfloat getLength(JNIEnv* env, jobject clazz, PathMeasurePair* pair) { function in class:android::SkPathMeasureGlue
69 return SkScalarToFloat(pair->fMeasure.getLength());
123 {"native_getLength", "(I)F", (void*) SkPathMeasureGlue::getLength },
/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()).
/frameworks/base/include/androidfw/
H A DAsset.h92 virtual off64_t getLength(void) const = 0;
242 virtual off64_t getLength(void) const { return mLength; } function in class:android::_FileAsset
299 virtual off64_t getLength(void) const { return mUncompressedLen; } function in class:android::_CompressedAsset
/frameworks/base/core/java/android/content/res/
H A DAssetFileDescriptor.java102 public long getLength() { method in class:AssetFileDescriptor
177 mRemaining = (int)fd.getLength();
266 mRemaining = (int)fd.getLength();
/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/mms/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();
1007 if (dataLength != (attachment.getLength() - headerLength)) {
1037 int getLength() { method in class:PduComposer.PositionMarker
1042 throw new RuntimeException("BUG: Invalid call to getLength()");

Completed in 3505 milliseconds