Searched refs:getSize (Results 26 - 50 of 223) sorted by relevance

123456789

/frameworks/base/media/tests/omxjpegdecoder/
H A DStreamSource.cpp48 status_t StreamSource::getSize(off64_t *size) { function in class:android::StreamSource
H A DStreamSource.h36 virtual status_t getSize(off64_t *size);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DDeadZone.java88 private float getSize(long now) { method in class:DeadZone
119 int size = (int) getSize(event.getEventTime());
137 Slog.v(TAG, "poked! size=" + getSize(mLastPokeTime));
156 final int size = (int) getSize(SystemClock.uptimeMillis());
/frameworks/compile/linkloader/include/impl/
H A DELFSectionBits.hxx40 out() << " Size : " << sh->getSize() << '\n';
H A DELFSectionHeader.hxx91 PRINT_LINT("Size", concrete()->getSize());
H A DELFSectionProgBits.hxx41 size_t section_size = (sh->getSize() + 3) / 4 * 4;
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DViewGroup.java61 int specSize = MeasureSpec.getSize(measureSpec);
/frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
H A DAccessibilityNodeInfoHelper.java48 display.getSize(outSize);
/frameworks/base/core/tests/coretests/src/android/widget/
H A DLabelView.java133 int specSize = MeasureSpec.getSize(measureSpec);
159 int specSize = MeasureSpec.getSize(measureSpec);
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DGLFrame.java87 } else if (getFormat().getSize() < 0) {
211 if (getFormat().getSize() != bytes.length) {
258 if (getFormat().getSize() < frame.getFormat().getSize()) {
260 "Attempting to assign frame of size " + frame.getFormat().getSize() + " to " +
261 "smaller GL frame of size " + getFormat().getSize() + "!");
/frameworks/base/tools/aapt/
H A DZipFile.cpp797 size_t getSize; local
804 getSize = size > kBufSize ? kBufSize : size;
805 memcpy(inBuf, data, getSize);
806 data = ((const char*)data) + getSize;
807 size -= getSize;
809 getSize = fread(inBuf, 1, kBufSize, srcFp);
815 if (getSize < kBufSize) {
817 (int)getSize);
821 crc = crc32(crc, inBuf, getSize);
824 zstream.avail_in = getSize;
1059 size_t getSize = sizeof(readBuf); local
[all...]
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DDisplayListLayersActivity.java121 setMeasuredDimension(MeasureSpec.getSize(widthMeasureSpec) / 3,
122 MeasureSpec.getSize(heightMeasureSpec) / 3);
H A DTextPathActivity.java53 setMeasuredDimension(MeasureSpec.getSize(widthMeasureSpec), 3000);
/frameworks/av/include/media/stagefright/
H A DFileSource.h39 virtual status_t getSize(off64_t *size);
/frameworks/base/core/java/android/text/style/
H A DAbsoluteSizeSpan.java64 public int getSize() { method in class:AbsoluteSizeSpan
/frameworks/base/core/java/android/view/
H A DDisplayList.java111 public abstract int getSize(); method in class:DisplayList
/frameworks/base/core/java/android/widget/
H A DSpace.java72 int specSize = MeasureSpec.getSize(measureSpec);
/frameworks/base/core/java/com/android/internal/widget/
H A DFaceUnlockView.java39 int specSize = MeasureSpec.getSize(measureSpec);
/frameworks/base/libs/hwui/
H A DFboCache.cpp50 uint32_t FboCache::getSize() { function in class:android::uirenderer::FboCache
H A DLayerCache.h98 uint32_t getSize();
H A DPatchCache.h56 uint32_t getSize() const { function in class:android::uirenderer::PatchCache
H A DPathRenderer.h53 unsigned int getSize() { return mSize; } function in class:android::uirenderer::VertexBuffer
H A DTextureCache.h105 uint32_t getSize();
/frameworks/compile/libbcc/include/bcc/Support/
H A DFileBase.h132 size_t getSize();
/frameworks/compile/mclinker/include/mcld/Target/
H A DGOT.h52 size_t getSize() const function in class:mcld::GOTEntry

Completed in 861 milliseconds

123456789