Searched refs:getSize (Results 126 - 150 of 223) sorted by relevance

123456789

/frameworks/base/core/java/com/android/internal/content/
H A DPackageHelper.java234 size += zipEntry.getSize();
/frameworks/base/core/jni/android/graphics/
H A DBitmap.cpp414 size_t size = bitmap->getSize();
463 size_t size = bitmap->getSize();
589 memcpy(abp.pointer(), src, bitmap->getSize());
601 memcpy(dst, abp.pointer(), bitmap->getSize());
/frameworks/base/libs/hwui/
H A DGradientCache.cpp79 uint32_t GradientCache::getSize() { function in class:android::uirenderer::GradientCache
H A DTextureCache.cpp83 uint32_t TextureCache::getSize() { function in class:android::uirenderer::TextureCache
H A DShapeCache.h335 uint32_t getSize();
458 uint32_t ShapeCache<Entry>::getSize() { function in class:android::uirenderer::ShapeCache
/frameworks/base/test-runner/src/junit/runner/
H A DTestCaseClassLoader.java171 int size= (int) entry.getSize();
/frameworks/native/include/ui/
H A DRegion.h133 size_t getSize() const;
/frameworks/native/libs/gui/
H A DSensor.cpp101 size_t Sensor::getSize() const function in class:android::Sensor
/frameworks/wilhelm/src/android/util/
H A DAacAdtsExtractor.cpp132 if (mDataSource->getSize(&streamSize) == OK) {
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DSerializedFrame.java83 public final int getSize() { method in class:SerializedFrame.DirectByteOutputStream
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DGestureRecorder.java73 this.event.getSize(),
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
H A DFwdLockEngine.cpp68 int size = decodeSessionMap.getSize();
76 size = convertSessionMap.getSize();
/frameworks/av/media/libstagefright/
H A DNuCachedSource2.cpp250 status_t NuCachedSource2::getSize(off64_t *size) { function in class:android::NuCachedSource2
251 return mSource->getSize(size);
H A DAACExtractor.cpp174 if (mDataSource->getSize(&streamSize) == OK) {
/frameworks/base/core/java/android/widget/
H A DAdapterViewAnimator.java692 int widthSpecSize = MeasureSpec.getSize(widthMeasureSpec);
693 int heightSpecSize = MeasureSpec.getSize(heightMeasureSpec);
H A DSlidingDrawer.java261 int widthSpecSize = MeasureSpec.getSize(widthMeasureSpec);
264 int heightSpecSize = MeasureSpec.getSize(heightMeasureSpec);
H A DTabWidget.java178 int extraWidth = getMeasuredWidth() - MeasureSpec.getSize(widthMeasureSpec);
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarContextView.java336 final int contentWidth = MeasureSpec.getSize(widthMeasureSpec);
339 mContentHeight : MeasureSpec.getSize(heightMeasureSpec);
H A DRotarySelector.java272 MeasureSpec.getSize(widthMeasureSpec) :
273 MeasureSpec.getSize(heightMeasureSpec);
H A DWaveView.java143 int widthSpecSize = MeasureSpec.getSize(widthMeasureSpec);
144 int heightSpecSize = MeasureSpec.getSize(heightMeasureSpec);
H A DActionBarContainer.java271 final int maxHeight = MeasureSpec.getSize(heightMeasureSpec);
/frameworks/base/test-runner/src/android/test/
H A DTouchUtils.java58 display.getSize(size);
88 display.getSize(size);
/frameworks/compile/linkloader/include/impl/
H A DELFObject.hxx644 SHNCommonDataSize += (size_t)sym->getSize() + align;
651 SHNCommonDataSize += (size_t)sym->getSize() + align;
/frameworks/base/libs/androidfw/tests/
H A DInputPublisherAndConsumer_test.cpp215 motionEvent->getSize(i));
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DDelegateMethodAdapter2.java235 int size = t.getSize();

Completed in 386 milliseconds

123456789