Searched refs:uriBuffer (Results 1 – 2 of 2) sorted by relevance
252 Map<Uri, ByteBuffer> uriBuffer = FontsContractCompat.prepareFontData( in createFromFontInfo() local257 final ByteBuffer fontBuffer = uriBuffer.get(font.getUri()); in createFromFontInfo()
626 final Map<Uri, ByteBuffer> uriBuffer = in buildTypeface() local628 if (uriBuffer.isEmpty()) { in buildTypeface()631 return new Typeface.Builder(fonts, uriBuffer).build(); in buildTypeface()