Home
last modified time | relevance | path

Searched defs:blockIndex (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
DFwdLockFile.c72 uint64_t blockIndex; member
223 uint64_t blockIndex, in FwdLockFile_CalculateCounter()
246 uint64_t blockIndex = pSession->filePos / AES_BLOCK_SIZE; in FwdLockFile_DecryptByte() local
/frameworks/base/core/java/android/text/
DDynamicLayout.java899 private void updateAlwaysNeedsToBeRedrawn(int blockIndex) { in updateAlwaysNeedsToBeRedrawn()
1053 int blockIndex = firstBlock; in updateBlocks() local
1119 public void setBlockIndex(int index, int blockIndex) { in setBlockIndex()
/frameworks/base/core/java/android/widget/
DEditor.java2200 final int blockIndex = dynamicLayout.getBlockIndex(blockSet.valueAt(i)); in drawHardwareAccelerated() local
2218 final int blockIndex = blockIndices[i]; in drawHardwareAccelerated() local
2241 final int blockIndex = dynamicLayout.getBlockIndex(block); in drawHardwareAccelerated() local
2270 int blockIndex = blockIndices[blockInfoIndex]; in drawHardwareAcceleratedInner() local
2409 final int blockIndex = blockIndices[i]; in invalidateTextDisplayList() local
/frameworks/base/libs/androidfw/
DResourceTypes.cpp4156 ssize_t blockIndex, uint32_t* outLastRef, in resolveAttributeReference()
4655 ssize_t ResTable::resolveReference(Res_value* value, ssize_t blockIndex, in resolveReference()