Searched refs:subset (Results 1 - 5 of 5) sorted by path

/frameworks/base/core/java/android/text/
H A DTextUtils.java1819 * @return A subset of spans where empty spans ({@link Spanned#getSpanStart(Object)} ==
/frameworks/base/core/jni/android/graphics/
H A DBitmapRegionDecoder.cpp188 SkIRect subset = SkIRect::MakeXYWH(inputX, inputY, inputWidth, inputHeight); local
190 if (!brd->decodeRegion(&bitmap, allocator, subset, sampleSize,
/frameworks/base/media/java/android/media/
H A DMediaPlayer.java3969 * @param drmInfo DRM info of the source including PSSH, and subset
4661 * It effectively identifies the subset of the source's DRM schemes which
4740 byte[] subset = Arrays.copyOfRange(pssh, i, i + UUID_SIZE);
4741 UUID uuid = bytesToUUID(subset);
4752 subset = Arrays.copyOfRange(pssh, i, i+DATALEN_SIZE);
4754 ((subset[3] & 0xff) << 24) | ((subset[2] & 0xff) << 16) |
4755 ((subset[1] & 0xff) << 8) | (subset[0] & 0xff) :
4756 ((subset[
[all...]
/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/rs/script_api/
H A Drs_for_each.spec78 It is currently used to restrict processing to a subset of cells. In future

Completed in 186 milliseconds