Home
last modified time | relevance | path

Searched defs:newOffset (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/libs/androidfw/
DCursorWindow.cpp295 int32_t newOffset = mSlotsOffset - size; in allocRow() local
315 size_t newOffset = mSlotsOffset + size; in freeLastRow() local
330 size_t newOffset = mAllocOffset + alignedSize; in alloc() local
DAsset.cpp343 off64_t newOffset; in handleSeek() local
/frameworks/base/native/graphics/jni/
Daassetstreamadaptor.cpp98 const off64_t newOffset = AAsset_seek64(mAAsset, size, SEEK_CUR); in read() local
/frameworks/base/libs/hwui/jni/
DUtils.cpp103 off64_t newOffset = fAsset->seek(size, SEEK_CUR); in read() local
/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
DDisplayTopologyXmlStoreTest.java203 final float newOffset = -300f; in testSaveAndRestoreTopologyWithoutFileStreams() local
/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DDraggableHandler.kt341 val newOffset = in <lambda>() constant
/frameworks/base/core/tests/coretests/src/android/text/
DStaticLayoutTest.java434 final int newOffset = layout.getOffsetToRightOf(state.mSelectionStart); in moveCursorToRightCursorableOffset() local
441 final int newOffset = layout.getOffsetToLeftOf(state.mSelectionStart); in moveCursorToLeftCursorableOffset() local
/frameworks/base/libs/protoutil/src/
DEncodedBuffer.cpp64 size_t newOffset = mOffset + amt; in move() local
/frameworks/base/services/core/java/com/android/server/timezonedetector/
DNotifyingTimeZoneChangeListener.java541 String newOffset = formatInZone(offsetFormat, newTimeZone, unixEpochTimeMillis); in getNotificationBody() local
/frameworks/base/tools/aapt/
DStringPool.cpp314 size_t newOffset; in sortByConfig() local
/frameworks/base/core/java/android/view/inputmethod/
DEditorInfo.java976 final int newOffset = subTextStart + selStart - newSelHead; in trimLongSurroundingText() local
/frameworks/av/media/module/extractors/mp4/
DItemTable.cpp1155 off64_t newOffset = *offset; in parseNullTerminatedString() local
/frameworks/base/media/java/android/media/
DMediaCodec.java1678 int newOffset, int newSize, long newTimeUs, @BufferFlag int newFlags) { in set()