Searched refs:getSize (Results 276 - 300 of 308) sorted by relevance

<<111213

/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.java366 d.getSize(displaySize);
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.cpp189 Relocator::Size HexagonRelocator::getSize(Relocation::Type pType) const { function in class:HexagonRelocator
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.cpp221 Relocator::Size MipsRelocator::getSize(Relocation::Type pType) const function in class:MipsRelocator
/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp794 size_t ScreenshotClient::getSize() const { function in class:android::ScreenshotClient
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DWebViewContentsClientAdapter.java149 if (newWebView != null && newWebView.copyBackForwardList().getSize() != 0) {
/frameworks/base/core/java/android/widget/
H A DGridLayout.java1038 MeasureSpec.getSize(measureSpec + delta), MeasureSpec.getMode(measureSpec));
1867 int size = MeasureSpec.getSize(measureSpec);
H A DListView.java1144 int widthSize = MeasureSpec.getSize(widthMeasureSpec);
1145 int heightSize = MeasureSpec.getSize(heightMeasureSpec);
H A DSearchView.java767 int width = MeasureSpec.getSize(widthMeasureSpec);
H A DNumberPicker.java1592 final int size = MeasureSpec.getSize(measureSpec);
H A DToolbar.java1132 Math.min(MeasureSpec.getSize(childHeightSpec), heightConstraint) :
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DPagedView.java633 int widthSize = MeasureSpec.getSize(widthMeasureSpec);
635 int heightSize = MeasureSpec.getSize(heightMeasureSpec);
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java927 MeasureSpec.getSize(measureSpec + delta), MeasureSpec.getMode(measureSpec));
1744 int size = MeasureSpec.getSize(measureSpec);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.cpp691 if (mDurationUs > 0 && mCachedSource->getSize(&size) == OK) {
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsHelper.java981 byte[] data = readFully(fis, MemoryFile.getSize(pfd.getFileDescriptor()));
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
H A DGlowPadView.java350 int specSize = MeasureSpec.getSize(measureSpec);
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DDocumentsActivity.java144 getWindowManager().getDefaultDisplay().getSize(size);
/frameworks/base/tools/aapt/
H A DImages.cpp1335 size_t newSize = file->getSize();
/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.cpp425 return static_cast<int>(CAT->getSize().getSExtValue());
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSearchView.java767 int width = MeasureSpec.getSize(widthMeasureSpec);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java2579 final int widthSize = MeasureSpec.getSize(widthMeasureSpec);
2599 final int heightSize = MeasureSpec.getSize(heightMeasureSpec);
2610 int height = MeasureSpec.getSize(heightMeasureSpec);
/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp867 status_t getSizeErr = (*source)->getSize(&size);
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp1457 size_t listSize = builder.getSize();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java320 int size = MeasureSpec.getSize(widthMeasureSpec);
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.cpp367 Relocator::Size ARMRelocator::getSize(Relocation::Type pType) const function in class:ARMRelocator

Completed in 1425 milliseconds

<<111213