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

1234567891011>>

/frameworks/base/libs/hwui/
H A DCaches.cpp271 textureCache.getSize(), textureCache.getMaxSize());
273 layerCache.getSize(), layerCache.getMaxSize(), layerCache.getCount());
290 renderBufferCache.getSize(), renderBufferCache.getMaxSize());
292 gradientCache.getSize(), gradientCache.getMaxSize());
294 pathCache.getSize(), pathCache.getMaxSize());
296 tessellationCache.getSize(), tessellationCache.getMaxSize());
297 log.appendFormat(" TextDropShadowCache %8d / %8d\n", dropShadowCache.getSize(),
300 patchCache.getSize(), patchCache.getMaxSize());
311 fboCache.getSize(), fboCache.getMaxSize());
313 total += textureCache.getSize();
[all...]
/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/mclinker/lib/Target/
H A DELFAttributeValue.cpp18 size_t ELFAttributeValue::getSize() const function in class:ELFAttributeValue
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMasRequestGetFolderListingSize.java48 public int getSize() { method in class:BluetoothMasRequestGetFolderListingSize
H A DBluetoothMasRequestGetMessagesListingSize.java49 public int getSize() { method in class:BluetoothMasRequestGetMessagesListingSize
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
H A DBluetoothPbapRequestPullPhoneBookSize.java52 public int getSize() { method in class:BluetoothPbapRequestPullPhoneBookSize
H A DBluetoothPbapRequestPullVcardListingSize.java52 public int getSize() { method in class:BluetoothPbapRequestPullVcardListingSize
/frameworks/rs/cpu_ref/linkloader/include/impl/
H A DELFSectionBits.hxx44 out() << " Size : " << sh->getSize() << '\n';
/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/libs/androidfw/
H A DZipUtils.cpp100 unsigned long getSize; local
104 getSize = (compRemaining > kReadBufSize) ?
107 getSize, compRemaining);
110 const unsigned long nextSize = reader.read(&nextBuffer, getSize);
112 if (nextSize < getSize || nextBuffer == NULL) {
113 ALOGD("inflate read failed (%ld vs %ld)\n", nextSize, getSize);
/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/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameManager.java127 public int getSize() { method in class:FrameManager.BackingCache
149 public int getSize() { method in class:FrameManager.BackingCacheNone
182 mSize -= backing.getSize();
193 if (reserve(backing.getSize())) {
225 mSize -= dropped.getSize();
303 return mCache.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/packages/SystemUI/src/com/android/systemui/recents/views/
H A DSwipeHelper.java142 private float getSize(View v) { method in class:SwipeHelper
152 float viewSize = getSize(view);
227 newPos = -getSize(view);
229 newPos = getSize(view);
323 float size = getSize(mCurrView);
359 Math.abs(translation) > 0.6 * getSize(mCurrView);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DDisplayListLayersActivity.java121 setMeasuredDimension(MeasureSpec.getSize(widthMeasureSpec) / 3,
122 MeasureSpec.getSize(heightMeasureSpec) / 3);
/frameworks/rs/cpu_ref/linkloader/include/
H A DELFSectionHeader.h143 word_t getSize() const { function in class:ELFSectionHeader
194 xword_t getSize() const { function in class:ELFSectionHeader
/frameworks/av/include/media/stagefright/
H A DFileSource.h40 virtual status_t getSize(off64_t *size);
H A DMediaHTTP.h43 virtual status_t getSize(off64_t *size);
/frameworks/av/media/img_utils/include/img_utils/
H A DDngUtils.h54 virtual size_t getSize() const;
64 * by calling the getSize() method.
H A DTiffEntryImpl.h48 size_t getSize() const;
96 size_t TiffEntryImpl<T>::getSize() const {
198 total += mData[i]->getSize();
208 offset += mData[i]->getSize();
H A DTiffIfd.h59 * when calculating the size of IFD and entries for the getSize()
84 virtual size_t getSize() const;
/frameworks/base/core/java/android/hardware/camera2/params/
H A DHighSpeedVideoConfiguration.java104 public Size getSize() { method in class:HighSpeedVideoConfiguration
H A DStreamConfiguration.java104 public Size getSize() { method in class:StreamConfiguration
H A DStreamConfigurationDuration.java99 public Size getSize() { method in class:StreamConfigurationDuration
/frameworks/base/core/java/android/text/style/
H A DAbsoluteSizeSpan.java64 public int getSize() { method in class:AbsoluteSizeSpan

Completed in 568 milliseconds

1234567891011>>