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

12345

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DStreamingTextView.java278 public int getSize(Paint paint, CharSequence text, int start, int end, method in class:StreamingTextView.DottySpan
H A DWindowAlignment.java173 public final int getSize() { method in class:WindowAlignment.Axis
289 final int size = getSize();
H A DGrid.java111 int getSize(int index); method in interface:Grid.Provider
434 final int size = mProvider.getSize(mFirstVisibleIndex);
472 edge = mProvider.getEdge(lastPos) - mProvider.getSize(lastPos) - mSpacing;
474 edge = mProvider.getEdge(lastPos) + mProvider.getSize(lastPos) + mSpacing;
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DBaseGridLayoutManagerTest.java95 protected int getSize(View view) { method in class:BaseGridLayoutManagerTest
H A DBaseWrapContentWithAspectRatioTest.java44 int getSize(View view, int orientation) { method in class:BaseWrapContentWithAspectRatioTest
261 final int size = View.MeasureSpec.getSize(intValue);
275 final int size = View.MeasureSpec.getSize(intValue);
/frameworks/av/media/img_utils/src/
H A DDngUtils.cpp39 size_t OpcodeListBuilder::getSize() const { function in class:android::img_utils::OpcodeListBuilder
40 return mOpList.getSize() + sizeof(mCount);
50 memcpy(buf + sizeof(count), mOpList.getArray(), mOpList.getSize());
/frameworks/av/media/libstagefright/
H A DNuCachedSource2.cpp292 status_t NuCachedSource2::getSize(off64_t *size) { function in class:android::NuCachedSource2
293 return mSource->getSize(size);
/frameworks/base/core/java/android/os/
H A DBundle.java824 public Size getSize(@Nullable String key) { method in class:Bundle
/frameworks/base/libs/hwui/
H A DTessellationCache.cpp162 unsigned int getSize() { function in class:android::uirenderer::TessellationCache::Buffer
164 return mBuffer->getSize();
309 uint32_t TessellationCache::getSize() { function in class:android::uirenderer::TessellationCache
313 size += iter.value()->getSize();
328 uint32_t size = getSize();
330 size -= mCache.peekOldestValue()->getSize();
H A DFontRenderer.cpp737 size += cacheTexture->getPixelBuffer()->getSize();
776 uint32_t total = cacheTexture->getPixelBuffer()->getSize();
802 uint32_t FontRenderer::getSize() const { function in class:android::uirenderer::FontRenderer
/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/rs/rsov/compiler/spirit/
H A Dmodule.cpp329 size_t Module::getSize(TypeVoidInst *) { return 0; } function in class:android::spirit::Module
331 size_t Module::getSize(TypeIntInst *intTy) { return intTy->mOperand1 / 8; } function in class:android::spirit::Module
333 size_t Module::getSize(TypeFloatInst *fpTy) { return fpTy->mOperand1 / 8; } function in class:android::spirit::Module
335 size_t Module::getSize(TypeVectorInst *vTy) { function in class:android::spirit::Module
336 return getSize(vTy->mOperand1.mInstruction) * vTy->mOperand2;
339 size_t Module::getSize(TypePointerInst *) { function in class:android::spirit::Module
343 size_t Module::getSize(TypeStructInst *structTy) { function in class:android::spirit::Module
346 sz += getSize(ty.mInstruction);
351 size_t Module::getSize(TypeFunctionInst *) { function in class:android::spirit::Module
355 size_t Module::getSize(Instructio function in class:android::spirit::Module
[all...]
/frameworks/support/design/src/android/support/design/widget/
H A DFloatingActionButton.java409 public int getSize() { method in class:FloatingActionButton
509 int specSize = MeasureSpec.getSize(measureSpec);
/frameworks/base/core/java/android/view/
H A DDisplay.java49 * application display area: {@link #getSize}, {@link #getRectSize} and {@link #getMetrics}.</li>
87 // Applications should now be using getSize() instead.
591 public void getSize(Point outSize) { method in class:Display
604 * @see #getSize(Point)
667 * @deprecated Use {@link #getSize(Point)} instead.
678 * @deprecated Use {@link #getSize(Point)} instead.
H A DMotionEvent.java595 * @see #getSize(int)
1913 * and {@link #getSize(int)} to get information about the pointer that has
2067 * {@link #getSize(int)} for the first pointer index (may be an
2072 public final float getSize() { method in class:MotionEvent
2250 public final float getSize(int pointerIndex) { method in class:MotionEvent
2604 * @see #getSize()
2758 * Returns a historical size coordinate, as per {@link #getSize(int)}, that
2768 * @see #getSize(int)
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java178 protected float getSize(View v) { method in class:SwipeHelper
192 float viewSize = getSize(view);
372 newPos = -getSize(animView);
374 newPos = getSize(animView);
410 newPos, velocity, getSize(animView));
588 float size = getSize(mCurrView);
652 && Math.abs(translation) > SWIPED_FAR_ENOUGH_SIZE_FRACTION * 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/include/input/
H A DInput.h461 inline float getSize(size_t pointerIndex) const { function in class:android::MotionEvent
/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp1079 size_t ScreenshotClient::getSize() const { function in class:android::ScreenshotClient

Completed in 496 milliseconds

12345