Searched defs:getSize (Results 51 - 75 of 86) sorted by relevance

1234

/frameworks/base/libs/hwui/
H A DVertexBuffer.h130 unsigned int getSize() const { return mByteCount; } function in class:android::uirenderer::VertexBuffer
H A DPathCache.cpp180 uint32_t PathCache::getSize() { function in class:android::uirenderer::PathCache
H A DTessellationCache.cpp137 unsigned int getSize() { function in class:android::uirenderer::TessellationCache::Buffer
139 return mBuffer->getSize();
325 uint32_t TessellationCache::getSize() { function in class:android::uirenderer::TessellationCache
329 size += iter.value()->getSize();
351 uint32_t size = getSize();
353 size -= mCache.peekOldestValue()->getSize();
/frameworks/base/media/java/android/media/
H A DMediaHTTPConnection.java355 public long getSize() { method in class:MediaHTTPConnection
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DSerializedFrame.java79 public final int getSize() { method in class:SerializedFrame.DirectByteOutputStream
H A DFrameFormat.java150 public int getSize() { method in class:FrameFormat
190 return 4211 ^ mBaseType ^ mBytesPerSample ^ getSize();
436 && getSize() == format.getSize()
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Relocator.cpp90 Relocator::Size AArch64Relocator::getSize(Relocation::Type pType) const function in class:AArch64Relocator
482 A += pReloc.target() & get_mask(pParent.getSize(pReloc.type()));
502 helper_check_signed_overflow(X, pParent.getSize(pReloc.type())))
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMapMessage.java273 public int getSize() { method in class:BluetoothMapMessage
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DStaggeredGrid.java183 public final int getSize() { method in class:StaggeredGrid
H A DStreamingTextView.java273 public int getSize(Paint paint, CharSequence text, int start, int end, method in class:StreamingTextView.DottySpan
H A DWindowAlignment.java180 final public int getSize() { method in class:WindowAlignment.Axis
/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/core/java/android/os/
H A DBundle.java694 public Size getSize(String key) { method in class:Bundle
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DSwipeHelper.java142 private float getSize(View v) { method in class:SwipeHelper
152 float viewSize = getSize(view);
227 newPos = -getSize(view);
229 newPos = getSize(view);
323 float size = getSize(mCurrView);
359 Math.abs(translation) > 0.6 * getSize(mCurrView);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameManager.java127 public int getSize() { method in class:FrameManager.BackingCache
149 public int getSize() { method in class:FrameManager.BackingCacheNone
182 mSize -= backing.getSize();
193 if (reserve(backing.getSize())) {
225 mSize -= dropped.getSize();
303 return mCache.getSize();
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/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/native/opengl/libs/GLES_trace/src/
H A Dgltrace_context.cpp270 *size = buffer->getSize();
318 GLsizeiptr ElementArrayBuffer::getSize() { function in class:android::gltrace::ElementArrayBuffer
/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/av/media/libstagefright/
H A DNuCachedSource2.cpp281 status_t NuCachedSource2::getSize(off64_t *size) { function in class:android::NuCachedSource2
282 return mSource->getSize(size);
/frameworks/base/core/java/android/view/
H A DDisplay.java40 * application display area: {@link #getSize}, {@link #getRectSize} and {@link #getMetrics}.</li>
77 // Applications should now be using getSize() instead.
449 public void getSize(Point outSize) { method in class:Display
462 * @see #getSize(Point)
525 * @deprecated Use {@link #getSize(Point)} instead.
536 * @deprecated Use {@link #getSize(Point)} instead.
/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/base/tools/aapt/
H A DZipFile.cpp797 size_t getSize; local
804 getSize = size > kBufSize ? kBufSize : size;
805 memcpy(inBuf, data, getSize);
806 data = ((const char*)data) + getSize;
807 size -= getSize;
809 getSize = fread(inBuf, 1, kBufSize, srcFp);
815 if (getSize < kBufSize) {
817 (int)getSize);
821 crc = crc32(crc, inBuf, getSize);
824 zstream.avail_in = getSize;
1059 size_t getSize = sizeof(readBuf); local
[all...]
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.cpp189 Relocator::Size HexagonRelocator::getSize(Relocation::Type pType) const { function in class:HexagonRelocator
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp321 Relocator::Size X86_32Relocator::getSize(Relocation::Type pType) const function in class:X86_32Relocator
1312 Relocator::Size X86_64Relocator::getSize(Relocation::Type pType) const function in class:X86_64Relocator

Completed in 575 milliseconds

1234