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

1234

/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/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DDeadZone.java88 private float getSize(long now) { method in class:DeadZone
119 int size = (int) getSize(event.getEventTime());
137 Slog.v(TAG, "poked! size=" + getSize(mLastPokeTime));
156 final int size = (int) getSize(SystemClock.uptimeMillis());
/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...]
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 DImageShader.java219 public int getSize() { method in class:ImageShader.ProgramUniform
778 } else if (uniform.getSize() != values / components) {
/frameworks/base/tools/aapt/
H A DAaptAssets.h173 size_t getSize() const { return mDataSize; } function in class:AaptFile
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/libbcc/lib/Support/
H A DFileBase.cpp246 size_t FileBase::getSize() { function in class:FileBase
/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/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.cpp367 Relocator::Size ARMRelocator::getSize(Relocation::Type pType) const function in class:ARMRelocator
/frameworks/compile/mclinker/lib/Target/
H A DELFAttributeValue.cpp18 size_t ELFAttributeValue::getSize() const function in class:ELFAttributeValue
/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/Mips/
H A DMipsRelocator.cpp221 Relocator::Size MipsRelocator::getSize(Relocation::Type pType) const function in class:MipsRelocator
/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
/frameworks/compile/slang/
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/native/include/binder/
H A DMemoryBase.h38 size_t getSize() const { return mSize; } function in class:android::MemoryBase
/frameworks/native/include/input/
H A DInput.h424 inline float getSize(size_t pointerIndex) const { function in class:android::MotionEvent
/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());
H A DMemoryHeapBase.cpp161 size_t MemoryHeapBase::getSize() const { function in class:android::MemoryHeapBase
/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp794 size_t ScreenshotClient::getSize() const { function in class:android::ScreenshotClient
/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/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMapMessage.java273 public int getSize() { method in class:BluetoothMapMessage
H A DBluetoothMasRequestGetFolderListingSize.java48 public int getSize() { method in class:BluetoothMasRequestGetFolderListingSize
H A DBluetoothMasRequestGetMessagesListingSize.java49 public int getSize() { method in class:BluetoothMasRequestGetMessagesListingSize
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
H A DBluetoothPbapRequestPullPhoneBookSize.java52 public int getSize() { method in class:BluetoothPbapRequestPullPhoneBookSize

Completed in 8069 milliseconds

1234