Home
last modified time | relevance | path

Searched refs:maxLength (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/marshal/impl/
DMarshalQueryableParcelable.java126 int maxLength = buffer.remaining(); in unmarshal() local
128 byte[] remaining = new byte[maxLength]; in unmarshal()
131 parcel.unmarshall(remaining, /*offset*/0, maxLength); in unmarshal()
/frameworks/base/core/java/com/android/internal/widget/
DLockPatternUtils.java636 int maxLength = 0; //maximum length of a sequence already found in maxLengthSequence() local
643 maxLength = Math.max(maxLength, current - startSequence); in maxLengthSequence()
650 maxLength = Math.max(maxLength, current - startSequence); in maxLengthSequence()
658 maxLength = Math.max(maxLength, string.length() - startSequence); in maxLengthSequence()
659 return maxLength; in maxLengthSequence()
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/
DBitmapUtils.java139 Bitmap bitmap, int maxLength, boolean recycle) { in resizeDownBySideLength() argument
143 (float) maxLength / srcWidth, (float) maxLength / srcHeight); in resizeDownBySideLength()
/frameworks/base/core/java/android/hardware/camera2/legacy/
DSurfaceTextureRenderer.java468 int maxLength = 0; in configureEGLPbufferSurfaces() local
472 maxLength = (length > maxLength) ? length : maxLength; in configureEGLPbufferSurfaces()
482 mPBufferPixels = ByteBuffer.allocateDirect(maxLength * PBUFFER_PIXEL_BYTES) in configureEGLPbufferSurfaces()
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiCecMessageValidator.java248 public VariableLengthValidator(int minLength, int maxLength) { in VariableLengthValidator() argument
250 mMaxLength = maxLength; in VariableLengthValidator()
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
DFwdLockConv.c126 size_t maxLength; member
450 if (pString->length == pString->maxLength) { in FwdLockConv_StringAppend()
451 size_t newMaxLength = pString->maxLength + pString->lengthIncrement; in FwdLockConv_StringAppend()
457 pString->maxLength = newMaxLength; in FwdLockConv_StringAppend()
512 pSession->contentType.maxLength = strlenTextPlain; in FwdLockConv_ApplyDefaults()
/frameworks/base/services/core/jni/
Dcom_android_server_location_GpsLocationProvider.cpp819 const size_t maxLength = 2047; in android_location_GpsLocationProvider_get_internal_state() local
820 char buffer[maxLength+1]; in android_location_GpsLocationProvider_get_internal_state()
821 size_t length = sGpsDebugInterface->get_internal_state(buffer, maxLength); in android_location_GpsLocationProvider_get_internal_state()
822 if (length > maxLength) length = maxLength; in android_location_GpsLocationProvider_get_internal_state()
/frameworks/base/services/core/java/com/android/server/content/
DSyncManager.java1767 final int maxLength = Math.max(maxAuthority, maxAccount + 3); in dumpRecentHistory() local
1768 final int padLength = 2 + 2 + maxLength + 2 + 10 + 11; in dumpRecentHistory()
1774 String.format(" %%-%ds: %%-9s %%-11s\n", maxLength + 2); in dumpRecentHistory()
1776 String.format(" %%-%ds: %%-9s %%-11s\n", maxLength); in dumpRecentHistory()
3454 int maxLength = 0; in writeTo() local
3457 if (length > maxLength) { in writeTo()
3458 maxLength = length; in writeTo()
3461 totalLength += maxLength; in writeTo()
3462 formats[col] = String.format("%%-%ds", maxLength); in writeTo()
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...
/frameworks/base/api/
Dcurrent.txt811 field public static final int maxLength = 16843104; // 0x1010160
Dsystem-current.txt903 field public static final int maxLength = 16843104; // 0x1010160