Searched refs:getSize (Results 1 - 25 of 349) sorted by relevance

1234567891011>>

/frameworks/base/libs/hwui/tests/unit/
H A DGradientCacheTests.cpp36 ASSERT_EQ((uint32_t) texture->objectSize(), cache.getSize());
37 ASSERT_TRUE(cache.getSize());
39 ASSERT_EQ(cache.getSize(), 0u);
H A DTextDropShadowCacheTests.cpp51 ASSERT_EQ((uint32_t) texture->objectSize(), cache.getSize());
52 ASSERT_TRUE(cache.getSize());
54 ASSERT_EQ(cache.getSize(), 0u);
/frameworks/base/core/java/android/webkit/
H A DWebBackForwardList.java52 public abstract int getSize(); method in class:WebBackForwardList
/frameworks/base/media/java/android/media/
H A DMediaDataSource.java60 public abstract long getSize() throws IOException; method in class:MediaDataSource
H A DIMediaHTTPConnection.aidl30 long getSize();
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DNativeFrame.java38 int capacity = format.getSize();
111 if (ints.length * nativeIntSize() > getFormat().getSize()) {
114 (getFormat().getSize() / nativeIntSize()) + " integers).");
122 return getNativeInts(getFormat().getSize());
128 if (floats.length * nativeFloatSize() > getFormat().getSize()) {
131 (getFormat().getSize() / nativeFloatSize()) + " floats).");
139 return getNativeFloats(getFormat().getSize());
152 } else if (getFormat().getSize() != length) {
154 "Frame size is " + getFormat().getSize() + " bytes, but " +
163 byte[] data = getNativeData(getFormat().getSize());
[all...]
H A DVertexFrame.java36 if (getFormat().getSize() <= 0) {
39 if (!nativeAllocate(getFormat().getSize())) {
91 if (getFormat().getSize() != bytes.length) {
/frameworks/base/core/java/android/app/backup/
H A DFullBackupDataOutput.java37 public long getSize() { return mSize; } method in class:FullBackupDataOutput
/frameworks/base/libs/hwui/
H A DCaches.cpp167 textureCache.getSize(), textureCache.getMaxSize());
169 layerCache.getSize(), layerCache.getMaxSize(), layerCache.getCount());
186 renderBufferCache.getSize(), renderBufferCache.getMaxSize());
188 gradientCache.getSize(), gradientCache.getMaxSize());
190 pathCache.getSize(), pathCache.getMaxSize());
192 tessellationCache.getSize(), tessellationCache.getMaxSize());
193 log.appendFormat(" TextDropShadowCache %8d / %8d\n", dropShadowCache.getSize(),
196 patchCache.getSize(), patchCache.getMaxSize());
207 fboCache.getSize(), fboCache.getMaxSize());
209 total += textureCache.getSize();
[all...]
H A DFboCache.h64 uint32_t getSize();
H A DRenderBufferCache.cpp55 uint32_t RenderBufferCache::getSize() { function in class:android::uirenderer::RenderBufferCache
85 mSize -= buffer->getSize();
108 mSize -= buffer->getSize();
128 const uint32_t size = buffer->getSize();
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DIconEvent.java22 public int getSize() { method in class:IconEvent
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DLinearLayoutManagerWrapContentWithAspectRatioTest.java150 int parentDim = getSize((View) recyclerView.getParent(), testOrientation);
153 assertThat("first child test size", getSize(itemView1, testOrientation),
155 assertThat("first child dependant size", getSize(itemView1, mConfig.mOrientation),
159 assertThat("second child test size", getSize(itemView2, testOrientation),
161 assertThat("second child dependant size", getSize(itemView2, mConfig.mOrientation),
165 assertThat("third child test size", getSize(itemView3, testOrientation),
167 assertThat("third child dependant size", getSize(itemView3, mConfig.mOrientation),
201 final int totalScrollSize = getSize(itemView1, mConfig.mOrientation)
202 + getSize(itemView2, mConfig.mOrientation)
203 + getSize(itemView
[all...]
H A DGridLayoutManagerWrapContentWithAspectRatioTest.java136 final int parentSize = getSize((View) mRecyclerView.getParent(), mTestOrientation);
180 assertThat(getSize(child0, mTestOrientation), is(15));
183 assertThat(getSize(child1, mTestOrientation), is(30));
196 assertThat(getSize(mRecyclerView, mTestOrientation), is(45));
197 assertThat(getSize(mRecyclerView, 1 - mTestOrientation), is(Math.max(10, mBehavior1Size)));
215 final int parentSize = getSize((View) mRecyclerView.getParent(), mTestOrientation);
258 assertThat(getSize(child0, mTestOrientation), is(15));
261 assertThat(getSize(child1, mTestOrientation), is(15));
274 assertThat(getSize(mRecyclerView, mTestOrientation), is(45));
275 assertThat(getSize(mRecyclerVie
[all...]
/frameworks/av/include/media/
H A DIMediaHTTPConnection.h39 virtual off64_t getSize() = 0;
/frameworks/av/include/media/stagefright/
H A DDataURISource.h33 virtual status_t getSize(off64_t *size);
/frameworks/av/media/img_utils/include/img_utils/
H A DByteArrayOutput.h67 virtual size_t getSize() const;
H A DTiffWritable.h53 virtual size_t getSize() const = 0;
/frameworks/av/media/img_utils/src/
H A DByteArrayOutput.cpp45 size_t ByteArrayOutput::getSize() const { function in class:android::img_utils::ByteArrayOutput
/frameworks/compile/mclinker/lib/Target/
H A DELFAttributeValue.cpp18 size_t ELFAttributeValue::getSize() const { function in class:mcld::ELFAttributeValue
/frameworks/native/include/binder/
H A DMemoryBase.h38 size_t getSize() const { return mSize; } function in class:android::MemoryBase
/frameworks/wilhelm/src/android/
H A DBufferQueueSource.h42 virtual status_t getSize(off64_t *size);
/frameworks/av/media/libstagefright/include/
H A DThrottledSource.h45 virtual status_t getSize(off64_t *size) { function in struct:android::ThrottledSource
46 return mSource->getSize(size);
/frameworks/base/core/java/com/android/internal/widget/
H A DPreferenceImageView.java49 final int widthSize = MeasureSpec.getSize(widthMeasureSpec);
59 final int heightSize = MeasureSpec.getSize(heightMeasureSpec);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
H A DRestrictedLockImageSpan.java64 public int getSize(Paint paint, CharSequence text, int start, int end, method in class:RestrictedLockImageSpan
66 int size = super.getSize(paint, text, start, end, fontMetrics);

Completed in 441 milliseconds

1234567891011>>