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

1234

/frameworks/base/libs/hwui/
H A DRenderBuffer.h118 uint32_t getSize() const { function in struct:android::uirenderer::RenderBuffer
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();
H A DTextDropShadowCache.cpp115 uint32_t TextDropShadowCache::getSize() { function in class:android::uirenderer::TextDropShadowCache
H A DPixelBuffer.h143 uint32_t getSize() const { function in class:android::uirenderer::PixelBuffer
H A DTextureCache.cpp57 uint32_t TextureCache::getSize() { function in class:android::uirenderer::TextureCache
/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);
/frameworks/native/libs/binder/
H A DMemoryHeapBase.cpp161 size_t MemoryHeapBase::getSize() const { function in class:android::MemoryHeapBase
/frameworks/support/v17/tests/src/android/support/v17/leanback/widget/
H A DGridTest.java70 public int getSize(int index) { method in class:GridTest.Provider
/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()");
/frameworks/av/media/libmedia/
H A DIDataSource.cpp61 virtual status_t getSize(off64_t* size) { function in struct:android::BpDataSource
152 status_t err = getSize(&size);
H A DIMediaHTTPConnection.cpp133 virtual off64_t getSize() { function in struct:android::BpMediaHTTPConnection
/frameworks/av/media/libstagefright/http/
H A DMediaHTTP.cpp125 status_t MediaHTTP::getSize(off64_t *size) { function in class:android::MediaHTTP
134 mCachedSize = mHTTPConnection->getSize();
/frameworks/base/core/java/android/hardware/camera2/params/
H A DMeteringRectangle.java205 public Size getSize() { method in class:MeteringRectangle
/frameworks/base/core/java/android/os/health/
H A DHealthKeys.java148 public int getSize(int type) { method in class:HealthKeys.Constants
/frameworks/base/core/java/android/text/
H A DAutoText.java120 public static int getSize(View view) { method in class:AutoText
122 return getInstance(view).getSize();
128 private int getSize() { method in class:AutoText
/frameworks/base/core/tests/coretests/src/android/text/method/
H A DEditorState.java66 public int getSize(Paint paint, CharSequence text, int start, int end, method in class:EditorState.MockReplacementSpan
/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/statusbar/policy/
H A DDeadZone.java95 private float getSize(long now) { method in class:DeadZone
132 int size = (int) getSize(event.getEventTime());
153 Slog.v(TAG, "poked! size=" + getSize(mLastPokeTime));
172 final int size = (int) getSize(SystemClock.uptimeMillis());
/frameworks/compile/libbcc/lib/Support/
H A DFileBase.cpp246 size_t FileBase::getSize() { function in class:FileBase
/frameworks/opt/chips/src/com/android/ex/chips/recipientchip/
H A DInvisibleRecipientChip.java101 public int getSize(final Paint paint, final CharSequence text, final int start, final int end, method in class:InvisibleRecipientChip
H A DReplacementDrawableSpan.java45 public int getSize(Paint paint, CharSequence text, int i, int i2, Paint.FontMetricsInt fm) { method in class:ReplacementDrawableSpan
/frameworks/av/media/libstagefright/
H A DDataSource.cpp107 status_t DataSource::getSize(off64_t *size) { function in class:android::DataSource
H A DMediaExtractor.cpp87 virtual status_t getSize(off64_t* size);
124 status_t RemoteDataSource::getSize(off64_t* size) { function in class:android::RemoteDataSource
125 return mSource->getSize(size);
/frameworks/base/core/java/android/nfc/tech/
H A DMifareClassic.java223 public int getSize() { method in class:MifareClassic
/frameworks/base/core/java/android/os/
H A DMemoryFile.java257 public static int getSize(FileDescriptor fd) throws IOException { method in class:MemoryFile

Completed in 2043 milliseconds

1234