Searched defs:getSize (Results 76 - 94 of 94) sorted by relevance

1234

/frameworks/base/libs/hwui/
H A DTessellationCache.cpp163 unsigned int getSize() { function in class:android::uirenderer::TessellationCache::Buffer
165 return mBuffer->getSize();
310 uint32_t TessellationCache::getSize() { function in class:android::uirenderer::TessellationCache
314 size += iter.value()->getSize();
329 uint32_t size = getSize();
331 size -= mCache.peekOldestValue()->getSize();
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/
H A DStubProvider.java128 final RootInfo rootInfo = new RootInfo(file, getSize(rootId));
142 private long getSize(String rootId) { method in class:StubProvider
/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 DImageShader.java219 public int getSize() { method in class:ImageShader.ProgramUniform
778 } else if (uniform.getSize() != values / components) {
/frameworks/base/tools/aapt/
H A DZipFile.cpp794 size_t getSize; local
801 getSize = size > kBufSize ? kBufSize : size;
802 memcpy(inBuf, data, getSize);
803 data = ((const char*)data) + getSize;
804 size -= getSize;
806 getSize = fread(inBuf, 1, kBufSize, srcFp);
812 if (getSize < kBufSize) {
814 (int)getSize);
818 crc = crc32(crc, inBuf, getSize);
821 zstream.avail_in = getSize;
1056 size_t getSize = sizeof(readBuf); local
[all...]
H A DAaptAssets.h171 size_t getSize() const { return mDataSize; } function in class:AaptFile
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.cpp191 Relocator::Size HexagonRelocator::getSize(Relocation::Type pType) const { function in class:mcld::HexagonRelocator
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp293 Relocator::Size X86_32Relocator::getSize(Relocation::Type pType) const { function in class:mcld::X86_32Relocator
1252 Relocator::Size X86_64Relocator::getSize(Relocation::Type pType) const { function in class:mcld::X86_64Relocator
/frameworks/support/design/src/android/support/design/widget/
H A DFloatingActionButton.java391 public int getSize() { method in class:FloatingActionButton
492 int specSize = MeasureSpec.getSize(measureSpec);
/frameworks/base/core/java/android/view/
H A DDisplay.java50 * application display area: {@link #getSize}, {@link #getRectSize} and {@link #getMetrics}.</li>
87 // Applications should now be using getSize() instead.
484 public void getSize(Point outSize) { method in class:Display
497 * @see #getSize(Point)
560 * @deprecated Use {@link #getSize(Point)} instead.
571 * @deprecated Use {@link #getSize(Point)} instead.
H A DMotionEvent.java567 * @see #getSize(int)
1848 * and {@link #getSize(int)} to get information about the pointer that has
1988 * {@link #getSize(int)} for the first pointer index (may be an
1993 public final float getSize() { method in class:MotionEvent
2171 public final float getSize(int pointerIndex) { method in class:MotionEvent
2523 * @see #getSize()
2677 * Returns a historical size coordinate, as per {@link #getSize(int)}, that
2687 * @see #getSize(int)
H A DView.java4986 int size = scrollBar.getSize(true);
5008 int size = scrollBar.getSize(false);
19716 final boolean matchesSpecSize = getMeasuredWidth() == MeasureSpec.getSize(widthMeasureSpec)
19717 && getMeasuredHeight() == MeasureSpec.getSize(heightMeasureSpec);
19802 * @see android.view.View.MeasureSpec#getSize(int)
19891 final int specSize = MeasureSpec.getSize(measureSpec);
19923 int specSize = MeasureSpec.getSize(measureSpec);
22172 public static int getSize(int measureSpec) { method in class:View.MeasureSpec
22178 int size = getSize(measureSpec);
22201 int size = getSize(measureSpe
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java170 protected float getSize(View v) { method in class:SwipeHelper
184 float viewSize = getSize(view);
359 newPos = -getSize(animView);
361 newPos = getSize(animView);
396 newPos, velocity, getSize(animView));
560 float size = getSize(mCurrView);
623 return DISMISS_IF_SWIPED_FAR_ENOUGH && Math.abs(translation) > 0.4 * getSize(mCurrView);
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.cpp320 Relocator::Size ARMRelocator::getSize(Relocation::Type pType) const { function in class:mcld::ARMRelocator
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.cpp787 Relocator::Size Mips32Relocator::getSize(Relocation::Type pType) const { function in class:mcld::Mips32Relocator
824 Relocator::Size Mips64Relocator::getSize(Relocation::Type pType) const { function in class:mcld::Mips64Relocator
/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp894 size_t ScreenshotClient::getSize() const { function in class:android::ScreenshotClient
/frameworks/native/include/input/
H A DInput.h461 inline float getSize(size_t pointerIndex) const { function in class:android::MotionEvent
/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp185 virtual status_t getSize(off64_t *size);
243 status_t MPEG4DataSource::getSize(off64_t *size) { function in class:android::MPEG4DataSource
244 return mSource->getSize(size);
832 if (mDataSource->getSize(&sourceSize) == OK) {
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 5086 milliseconds

1234