Home
last modified time | relevance | path

Searched refs:chunk (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
DNinePatchChunk.java56 NinePatchChunk chunk = new NinePatchChunk(); in deserialize()
57 chunk.mDivX = new int[byteBuffer.get()]; in deserialize()
58 chunk.mDivY = new int[byteBuffer.get()]; in deserialize()
59 chunk.mColor = new int[byteBuffer.get()]; in deserialize()
61 checkDivCount(chunk.mDivX.length); in deserialize()
62 checkDivCount(chunk.mDivY.length); in deserialize()
68 chunk.mPaddings.left = byteBuffer.getInt(); in deserialize()
69 chunk.mPaddings.right = byteBuffer.getInt(); in deserialize()
70 chunk.mPaddings.top = byteBuffer.getInt(); in deserialize()
71 chunk.mPaddings.bottom = byteBuffer.getInt(); in deserialize()
[all …]
DNinePatchTexture.java207 NinePatchChunk chunk = tex.getNinePatchChunk(); in NinePatchInstance() local
216 if (chunk.mDivX.length != 2 || chunk.mDivY.length != 2) { in NinePatchInstance()
225 int nx = stretch(divX, divU, chunk.mDivX, tex.getWidth(), width); in NinePatchInstance()
226 int ny = stretch(divY, divV, chunk.mDivY, tex.getHeight(), height); in NinePatchInstance()
228 prepareVertexData(divX, divY, divU, divV, nx, ny, chunk.mColor); in NinePatchInstance()
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
DHtmlTree.java313 for (String chunk : chunks) { in getHtmlChunks()
314 debug.append("\nChunk:\n").append(chunk); in getHtmlChunks()
/packages/apps/Email/provider_src/com/android/email/service/
DImapService.java638 List<Message> chunk = remoteMessageList.subList(start, end); in synchronizeMailboxGeneric() local
639 final Message[] partialArray = chunk.toArray(new Message[chunk.size()]); in synchronizeMailboxGeneric()
/packages/inputmethods/LatinIME/dictionaries/
Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1402373178, ...