Searched refs:getSize (Results 101 - 125 of 308) sorted by relevance

1234567891011>>

/frameworks/base/libs/hwui/
H A DPatchCache.h62 uint32_t getSize() const { function in class:android::uirenderer::PatchCache
H A DTextDropShadowCache.h161 uint32_t getSize();
/frameworks/base/services/core/java/com/android/server/wm/
H A DEmulatorDisplayOverlay.java53 display.getSize(mScreenSize);
/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DObjectLoader.cpp118 file_size = pFile.getSize();
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.h119 Size getSize(Relocation::Type pType) const;
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_context.h47 GLsizeiptr getSize();
H A Dgltrace_context.cpp270 *size = buffer->getSize();
318 GLsizeiptr ElementArrayBuffer::getSize() { function in class:android::gltrace::ElementArrayBuffer
/frameworks/rs/cpu_ref/linkloader/include/impl/
H A DELFSectionRelTable.hxx66 size_t size = sh->getSize() / sh->getEntrySize();
H A DELFSectionSymTab.hxx101 size_t size = sh->getSize() / sh->getEntrySize();
/frameworks/wilhelm/src/android/
H A DBufferQueueSource.cpp165 status_t BufferQueueSource::getSize(off64_t *size) { function in class:android::BufferQueueSource
166 SL_LOGD("BufferQueueSource::getSize()");
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DGridLayoutManagerTest.java225 final int firstRowSize = Math.max(30, getSize(mGlm.findViewByPosition(2)));
232 assertEquals(firstRowSize, getSize(mGlm.findViewByPosition(0)));
233 assertEquals(firstRowSize, getSize(mGlm.findViewByPosition(1)));
234 assertEquals(firstRowSize, getSize(mGlm.findViewByPosition(2)));
236 final int secondRowSize = Math.max(200, getSize(mGlm.findViewByPosition(3)));
243 assertEquals(secondRowSize, getSize(mGlm.findViewByPosition(3)));
244 assertEquals(secondRowSize, getSize(mGlm.findViewByPosition(4)));
245 assertEquals(secondRowSize, getSize(mGlm.findViewByPosition(5)));
248 private int getSize(View view) { method in class:GridLayoutManagerTest
/frameworks/base/core/java/android/widget/
H A DAnalogClock.java148 int widthSize = MeasureSpec.getSize(widthMeasureSpec);
150 int heightSize = MeasureSpec.getSize(heightMeasureSpec);
/frameworks/base/core/tests/coretests/src/android/util/
H A DInternalSelectionView.java113 int specSize = MeasureSpec.getSize(measureSpec);
128 int specSize = MeasureSpec.getSize(measureSpec);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableView.java58 int size = MeasureSpec.getSize(heightMeasureSpec);
92 int width = MeasureSpec.getSize(widthMeasureSpec);
/frameworks/support/v7/cardview/src/android/support/v7/widget/
H A DCardView.java183 MeasureSpec.getSize(widthMeasureSpec)), widthMode);
193 MeasureSpec.getSize(heightMeasureSpec)), heightMode);
/frameworks/compile/slang/
H A Dslang_rs_export_type.cpp217 if (numElements == 3 && CAT->getSize() != 1) {
1317 if (CAT->getSize() != Dim * Dim) {
1361 slangAssert((CAT->getSize().getActiveBits() < 32) && "array too large");
1363 unsigned Size = static_cast<unsigned>(CAT->getSize().getZExtValue());
1379 return llvm::ArrayType::get(mElementType->getLLVMType(), getSize());
1393 return ((getSize() == RHS->getSize()) &&
1426 RL->getSize().getQuantity());
1551 rtd->arraySize = CAT->getSize();
H A Dslang_rs_export_type.h257 virtual unsigned getSize() const { return 1; } function in class:slang::RSExportType
356 virtual unsigned getSize() const { return (GetSizeInBits(this) >> 3); } function in class:slang::RSExportPrimitiveType
492 virtual unsigned getSize() const { return mSize; } function in class:slang::RSExportConstantArrayType
/frameworks/av/media/img_utils/src/
H A DTiffWriter.cpp99 offset += ifd->getSize();
147 offset += ifd->getSize();
376 totalSize += ifd->getSize();
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiDevice.java380 display.getSize(p);
394 display.getSize(p);
767 display.getSize(size);
/frameworks/native/libs/binder/
H A DIMemory.cpp82 virtual size_t getSize() const;
339 size_t BpMemoryHeap::getSize() const { function in class:android::BpMemoryHeap
371 reply->writeInt32(getSize());
/frameworks/av/media/libmedia/
H A DIMediaHTTPConnection.cpp118 virtual off64_t getSize() { function in struct:android::BpMediaHTTPConnection
/frameworks/av/media/libstagefright/
H A DFileSource.cpp118 status_t FileSource::getSize(off64_t *size) { function in class:android::FileSource
H A DJPEGSource.cpp63 CHECK(mSource->getSize(&mSize) == OK);
/frameworks/base/cmds/screencap/
H A Dscreencap.cpp150 size = screenshot.getSize();
/frameworks/base/core/java/android/app/backup/
H A DWallpaperBackupHelper.java104 d.getSize(size);

Completed in 823 milliseconds

1234567891011>>