Searched refs:getSize (Results 101 - 125 of 349) sorted by relevance

1234567891011>>

/frameworks/base/libs/hwui/
H A DPatchCache.cpp155 BufferBlock* block = new BufferBlock(patch->positionOffset, patch->getSize());
159 mSize -= patch->getSize();
188 uint32_t size = newMesh->getSize();
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();
H A DGradientCache.cpp84 uint32_t GradientCache::getSize() { function in class:android::uirenderer::GradientCache
158 while (getSize() + size > mMaxSize) {
160 "Ran out of things to remove from the cache? getSize() = %" PRIu32
162 getSize(), size, mMaxSize, info.width);
H A DPatchCache.h63 uint32_t getSize() const { function in class:android::uirenderer::PatchCache
H A DTextDropShadowCache.h152 uint32_t getSize();
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DBaseWrapContentWithAspectRatioTest.java44 int getSize(View view, int orientation) { method in class:BaseWrapContentWithAspectRatioTest
253 final int size = View.MeasureSpec.getSize(intValue);
267 final int size = View.MeasureSpec.getSize(intValue);
H A DDefaultMeasureSpecTest.java134 mExpectedH = Math.min(View.MeasureSpec.getSize(mHSpec), mExpectedH + 5);
149 mExpectedW = Math.min(View.MeasureSpec.getSize(mWSpec), mExpectedW + 5);
165 final int size = View.MeasureSpec.getSize(spec);
H A DTestedFrameLayout.java80 MeasureSpec.getSize(widthMeasureSpec),
81 MeasureSpec.getSize(heightMeasureSpec)
96 final int size = View.MeasureSpec.getSize(spec);
/frameworks/av/media/libstagefright/
H A DHevcUtils.cpp121 size_t HevcParameterSets::getSize(size_t index) { function in class:android::HevcParameterSets
377 size += 2 + getSize(j);
451 header[0] = (getSize(j) >> 8) & 0xff;
452 header[1] = getSize(j) & 0xff;
456 header += (2 + getSize(j));
/frameworks/base/core/java/android/hardware/camera2/params/
H A DStreamConfigurationMap.java146 configurationDuration.getWidth() == config.getSize().getWidth() &&
147 configurationDuration.getHeight() == config.getSize().getHeight()) {
180 Size size = config.getSize();
423 if (config.getSize().equals(surfaceSize)) {
426 (config.getSize().getWidth() <= LegacyCameraDevice.MAX_DIMEN_FOR_ROUNDING)) {
569 if (size.equals(config.getSize())) {
650 sizes[i++] = config.getSize();
1308 d.getWidth() == config.getSize().getWidth() &&
1309 d.getHeight() == config.getSize().getHeight()) {
1319 sizes[sizeIndex++] = config.getSize();
[all...]
H A DMeteringRectangle.java205 public Size getSize() { method in class:MeteringRectangle
/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/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/img_utils/include/img_utils/
H A DDngUtils.h55 virtual size_t getSize() const;
65 * by calling the getSize() method.
/frameworks/av/media/libstagefright/include/
H A DNuCachedSource2.h42 virtual status_t getSize(off64_t *size);
/frameworks/av/media/libstagefright/rtsp/
H A DSDPLoader.cpp110 err = mHTTPDataSource->getSize(&sdpSize);
/frameworks/base/core/java/android/os/health/
H A DHealthKeys.java148 public int getSize(int type) { method in class:HealthKeys.Constants
/frameworks/base/core/tests/coretests/src/android/widget/focus/
H A DListOfInternalSelectionViews.java116 getWindowManager().getDefaultDisplay().getSize(size);
/frameworks/base/libs/hwui/renderstate/
H A DOffscreenBufferPool.h113 uint32_t getSize() { return mSize; } function in class:android::uirenderer::OffscreenBufferPool
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DAutoSizingList.java61 int requestedHeight = MeasureSpec.getSize(heightMeasureSpec);
/frameworks/compile/mclinker/lib/Fragment/
H A DRelocation.cpp139 return pRelocator.getSize(m_Type);
/frameworks/native/libs/binder/
H A DIMemory.cpp83 virtual size_t getSize() const;
191 size_t heapSize = mHeap->getSize();
352 size_t BpMemoryHeap::getSize() const { function in class:android::BpMemoryHeap
384 reply->writeInt32(getSize());
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DStaggeredGridDefault.java127 value = edge + mProvider.getSize(indexLimit);
134 int newValue = edge + mProvider.getSize(i);
164 value = edge - mProvider.getSize(indexLimit);
171 int newValue = edge - mProvider.getSize(i);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DButtonBarLayout.java67 final int widthSize = MeasureSpec.getSize(widthMeasureSpec);
/frameworks/wilhelm/src/android/
H A DBufferQueueSource.cpp165 status_t BufferQueueSource::getSize(off64_t *size) { function in class:android::BufferQueueSource
166 SL_LOGD("BufferQueueSource::getSize()");

Completed in 4519 milliseconds

1234567891011>>