[go: nahoru, domu]

Searched refs:getSize (Results 301 - 325 of 349) sorted by relevance

<<11121314

/frameworks/base/core/java/android/widget/
H A DRelativeLayout.java400 final int widthSize = MeasureSpec.getSize(widthMeasureSpec);
401 final int heightSize = MeasureSpec.getSize(heightMeasureSpec);
H A DCalendarViewLegacyDelegate.java1522 setMeasuredDimension(MeasureSpec.getSize(widthMeasureSpec), mHeight);
H A DImageView.java1103 final int specSize = MeasureSpec.getSize(measureSpec);
H A DSpinner.java597 MeasureSpec.getSize(widthMeasureSpec)),
/frameworks/base/media/java/android/media/
H A DCea708CaptionRenderer.java1145 int widthSpecSize = MeasureSpec.getSize(widthMeasureSpec);
1146 int heightSpecSize = MeasureSpec.getSize(heightMeasureSpec);
/frameworks/base/tools/aapt/
H A DAaptAssets.cpp569 (int)file->getSize());
1566 return const_cast<ResTable&>(res).add(file->getData(), file->getSize());
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.cpp787 Relocator::Size Mips32Relocator::getSize(Relocation::Type pType) const { function in class:mcld::Mips32Relocator
824 Relocator::Size Mips64Relocator::getSize(Relocation::Type pType) const { function in class:mcld::Mips64Relocator
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp293 Relocator::Size X86_32Relocator::getSize(Relocation::Type pType) const { function in class:mcld::X86_32Relocator
1252 Relocator::Size X86_64Relocator::getSize(Relocation::Type pType) const { function in class:mcld::X86_64Relocator
/frameworks/support/design/src/android/support/design/widget/
H A DCoordinatorLayout.java689 final int widthSize = MeasureSpec.getSize(widthMeasureSpec);
691 final int heightSize = MeasureSpec.getSize(heightMeasureSpec);
/frameworks/support/v4/java/android/support/v4/widget/
H A DDrawerLayout.java1017 int widthSize = MeasureSpec.getSize(widthMeasureSpec);
1018 int heightSize = MeasureSpec.getSize(heightMeasureSpec);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSearchView.java827 int width = MeasureSpec.getSize(widthMeasureSpec);
852 int height = MeasureSpec.getSize(heightMeasureSpec);
/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp185 virtual status_t getSize(off64_t *size);
243 status_t MPEG4DataSource::getSize(off64_t *size) { function in class:android::MPEG4DataSource
244 return mSource->getSize(size);
832 if (mDataSource->getSize(&sourceSize) == OK) {
/frameworks/base/core/java/android/app/backup/
H A DBackupAgent.java1017 callbackBinder.opComplete(token, measureOutput.getSize());
/frameworks/base/core/java/android/text/
H A DTextLine.java813 ret = replacement.getSize(wp, mText, textStart, textLimit, fmi);
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsHelper.java767 byte[] data = readFully(fis, MemoryFile.getSize(pfd.getFileDescriptor()));
/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp751 const size_t size = bitmap.getSize();
/frameworks/base/libs/hwui/
H A DFontRenderer.cpp744 size += cacheTexture->getPixelBuffer()->getSize();
/frameworks/base/media/jni/soundpool/
H A DSoundPool.cpp544 size_t available = heap->getSize();
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videoproc/
H A DBackDropperFilter.java614 int numBytes = mMaskFormat.getSize();
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
H A DWallpaperCropActivity.java365 d.getSize(displaySize);
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp1319 ptr, bitmap.getSize(), usage);
1351 ptr, bitmap.getSize(), usage);
1368 w, h, ptr, bitmap.getSize(), 0);
1380 rsAllocationCopyToBitmap((RsContext)con, (RsAllocation)alloc, ptr, bitmap.getSize());
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.cpp191 Relocator::Size HexagonRelocator::getSize(Relocation::Type pType) const { function in class:mcld::HexagonRelocator
/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp894 size_t ScreenshotClient::getSize() const { function in class:android::ScreenshotClient
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DGridLayoutManager.java738 Math.max(0, View.MeasureSpec.getSize(spec) - startInset - endInset), mode);
/frameworks/base/core/java/android/view/
H A DView.java4986 int size = scrollBar.getSize(true);
5008 int size = scrollBar.getSize(false);
19716 final boolean matchesSpecSize = getMeasuredWidth() == MeasureSpec.getSize(widthMeasureSpec)
19717 && getMeasuredHeight() == MeasureSpec.getSize(heightMeasureSpec);
19802 * @see android.view.View.MeasureSpec#getSize(int)
19891 final int specSize = MeasureSpec.getSize(measureSpec);
19923 int specSize = MeasureSpec.getSize(measureSpec);
22172 public static int getSize(int measureSpec) { method in class:View.MeasureSpec
22178 int size = getSize(measureSpec);
22201 int size = getSize(measureSpe
[all...]

Completed in 812 milliseconds

<<11121314