Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/inputmethod/
DInputMethodSubtypeArray.java220 final int restBytes = result.length - totalReadBytes; in decompress() local
221 final int readBytes = unzipper.read(result, totalReadBytes, restBytes); in decompress()