Searched defs:maxLength (Results 1 - 5 of 5) sorted by last modified time

/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. ...
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/
H A DBitmapUtils.java139 Bitmap bitmap, int maxLength, boolean recycle) {
143 (float) maxLength / srcWidth, (float) maxLength / srcHeight);
138 resizeDownBySideLength( Bitmap bitmap, int maxLength, boolean recycle) argument
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecMessageValidator.java248 public VariableLengthValidator(int minLength, int maxLength) { argument
250 mMaxLength = maxLength;
/frameworks/base/services/core/jni/
H A Dcom_android_server_location_GpsLocationProvider.cpp819 const size_t maxLength = 2047; local
820 char buffer[maxLength+1];
821 size_t length = sGpsDebugInterface->get_internal_state(buffer, maxLength);
822 if (length > maxLength) length = maxLength;
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
H A DFwdLockConv.c126 size_t maxLength; member in struct:FwdLockConv_String
450 if (pString->length == pString->maxLength) {
451 size_t newMaxLength = pString->maxLength + pString->lengthIncrement;
457 pString->maxLength = newMaxLength;
512 pSession->contentType.maxLength = strlenTextPlain;

Completed in 155 milliseconds