Searched refs:getSize (Results 51 - 75 of 308) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/widget/
H A DSpace.java78 int specSize = MeasureSpec.getSize(measureSpec);
/frameworks/base/core/java/com/android/internal/widget/
H A DFaceUnlockView.java37 int specSize = MeasureSpec.getSize(measureSpec);
/frameworks/base/libs/hwui/
H A DFboCache.cpp50 uint32_t FboCache::getSize() { function in class:android::uirenderer::FboCache
H A DLayerCache.h88 uint32_t getSize();
H A DPatch.h47 uint32_t getSize() const;
H A DRenderBuffer.h118 uint32_t getSize() const { function in struct:android::uirenderer::RenderBuffer
H A DRenderBufferCache.h76 uint32_t getSize();
H A DPixelBuffer.cpp105 glBufferData(GL_PIXEL_UNPACK_BUFFER, getSize(), NULL, GL_DYNAMIC_DRAW);
116 mMappedPointer = (uint8_t*) glMapBufferRange(GL_PIXEL_UNPACK_BUFFER, 0, getSize(), mode);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DTextPathActivity.java53 setMeasuredDimension(MeasureSpec.getSize(widthMeasureSpec), 3000);
/frameworks/compile/libbcc/include/bcc/Support/
H A DFileBase.h129 size_t getSize();
/frameworks/compile/mclinker/include/mcld/LD/
H A DRelocator.h115 /// getSize - get the size of a relocation in bit
116 virtual Size getSize(Type pType) const = 0;
/frameworks/compile/mclinker/include/mcld/Target/
H A DELFAttributeValue.h72 size_t getSize() const;
/frameworks/multidex/library/test/src/android/support/multidex/
H A DZipUtilTest.java104 Assert.assertEquals(refEntry.getSize(), checkEntry.getSize());
118 if (refEntry.getSize() > 0) {
148 if (refEntry.getSize() > 0) {
/frameworks/native/include/binder/
H A DMemoryHeapBase.h65 virtual size_t getSize() const;
/frameworks/opt/chips/src/com/android/ex/chips/recipientchip/
H A DInvisibleRecipientChip.java101 public int getSize(final Paint paint, final CharSequence text, final int start, final int end, method in class:InvisibleRecipientChip
/frameworks/rs/cpu_ref/linkloader/include/impl/
H A DELFSectionHeader.hxx91 PRINT_LINT("Size", concrete()->getSize());
H A DELFSectionProgBits.hxx41 size_t section_size = (sh->getSize() + 3) / 4 * 4;
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DSpace.java72 int specSize = MeasureSpec.getSize(measureSpec);
/frameworks/av/media/img_utils/src/
H A DTiffIfd.cpp120 valueOffset += mEntries[i]->getSize();
124 uint32_t footer = (mNextIfd != NULL) ? offset + getSize() : 0;
136 if (mEntries[i]->getSize() > OFFSET_SIZE) {
141 size_t actual = mEntries[i]->getSize();
148 assert(out->getCurrentOffset() == offset + getSize());
153 size_t TiffIfd::getSize() const { function in class:android::img_utils::TiffIfd
158 total += mEntries[i]->getSize();
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DBackingStore.java357 public abstract int getSize(); method in class:BackingStore.Backing
476 public int getSize() { method in class:BackingStore.ObjectBacking
565 public int getSize() { method in class:BackingStore.BitmapBacking
627 ByteBuffer pixels = ByteBuffer.allocateDirect(getSize());
672 public int getSize() { method in class:BackingStore.TextureBacking
753 float[] floats = new float[getSize() / 4];
789 public int getSize() { method in class:BackingStore.ByteBufferBacking
846 ByteBuffer pixels = ByteBuffer.allocateDirect(getSize());
862 bytes = new byte[getSize()];
902 public int getSize() { method in class:BackingStore.AllocationBacking
[all...]
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DJpegProcessor.cpp98 (mCaptureHeap->getSize() < static_cast<size_t>(maxJpegSize)) ||
99 (mCaptureHeap->getSize() >
105 if (mCaptureHeap->getSize() == 0) {
112 __FUNCTION__, mId, mCaptureHeap->getSize(), maxJpegSize);
253 size_t heapSize = mCaptureHeap->getSize();
/frameworks/base/core/java/android/hardware/camera2/params/
H A DStreamConfigurationMap.java126 Size size = config.getSize();
342 if (config.getSize().equals(surfaceSize)) {
345 (config.getSize().getWidth() <= LegacyCameraDevice.MAX_DIMEN_FOR_ROUNDING)) {
479 if (size.equals(config.getSize())) {
555 sizes[i++] = config.getSize();
1050 sizes[sizeIndex++] = config.getSize();
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java146 private float getSize(View v) { method in class:SwipeHelper
160 float viewSize = getSize(view);
322 newPos = -getSize(animView);
324 newPos = getSize(animView);
424 float size = getSize(mCurrAnimView);
448 Math.abs(getTranslation(mCurrAnimView)) > 0.4 * getSize(mCurrAnimView);
/frameworks/av/media/libstagefright/http/
H A DMediaHTTP.cpp117 status_t MediaHTTP::getSize(off64_t *size) { function in class:android::MediaHTTP
126 mCachedSize = mHTTPConnection->getSize();
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.h144 Size getSize(Relocation::Type pType) const;
203 Size getSize(Relocation::Type pType) const;

Completed in 434 milliseconds

1234567891011>>