Searched refs:getSize (Results 226 - 250 of 349) sorted by relevance

1234567891011>>

/frameworks/support/design/src/android/support/design/widget/
H A DFloatingActionButton.java391 public int getSize() { method in class:FloatingActionButton
492 int specSize = MeasureSpec.getSize(measureSpec);
H A DNavigationView.java217 Math.min(MeasureSpec.getSize(widthSpec), mMaxWidth), MeasureSpec.EXACTLY);
/frameworks/support/documents-archive/src/android/support/provider/
H A DDocumentArchive.java482 openDocument(documentId, "r", signal), 0, entry.getSize(), null);
509 row.add(Document.COLUMN_SIZE, entry.getSize());
/frameworks/av/media/libstagefright/
H A DAACExtractor.cpp174 if (mDataSource->getSize(&streamSize) == OK) {
/frameworks/base/core/java/android/text/
H A DMeasuredText.java238 wid = replacement.getSize(workPaint, mText, mTextStart + mPos,
/frameworks/base/core/java/android/widget/
H A DTabWidget.java168 final int width = MeasureSpec.getSize(widthMeasureSpec);
H A DTableRow.java307 MeasureSpec.getSize(heightMeasureSpec),
H A DTableLayout.java564 int size = MeasureSpec.getSize(widthMeasureSpec) - mPaddingLeft - mPaddingRight;
/frameworks/base/core/java/com/android/internal/view/menu/
H A DActionMenuItemView.java308 final int widthSize = MeasureSpec.getSize(widthMeasureSpec);
/frameworks/base/core/java/com/android/internal/widget/
H A DSubtitleView.java220 final int widthSpec = MeasureSpec.getSize(widthMeasureSpec);
/frameworks/base/core/jni/android/graphics/
H A DBitmap.cpp997 size_t size = bitmap->getSize();
1138 size_t size = bitmap.getSize();
1277 memcpy(abp.pointer(), src, bitmap.getSize());
1291 memcpy(dst, abp.pointer(), bitmap.getSize());
/frameworks/base/media/java/android/media/
H A DMediaHTTPConnection.java363 public long getSize() { method in class:MediaHTTPConnection
/frameworks/base/native/android/
H A Dinput.cpp162 return static_cast<const MotionEvent*>(motion_event)->getSize(pointer_index);
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/util/
H A DPageRangeUtils.java354 pageCount += pageRange.getSize();
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSContainer.java105 MeasureSpec.getSize(heightMeasureSpec), MeasureSpec.UNSPECIFIED));
/frameworks/base/services/core/java/com/android/server/am/
H A DLaunchingTaskPositioner.java83 display.getSize(size);
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DDelegateMethodAdapter.java239 int size = t.getSize();
/frameworks/native/libs/input/tests/
H A DInputPublisherAndConsumer_test.cpp217 motionEvent->getSize(i));
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DStaggeredGrid.java96 public final int getSize() { method in class:StaggeredGrid
H A DGridLayoutManager.java222 if (mWindowAlignment.mainAxis().getSize() > 0) {
224 mWindowAlignment.mainAxis().getSize() * dx;
1330 sizePrimary = MeasureSpec.getSize(widthSpec);
1331 sizeSecondary = MeasureSpec.getSize(heightSpec);
1335 sizeSecondary = MeasureSpec.getSize(widthSpec);
1336 sizePrimary = MeasureSpec.getSize(heightSpec);
1548 : mWindowAlignment.mainAxis().getSize()
1613 public int getSize(int index) {
2174 mSizePrimary = mWindowAlignment.mainAxis().getSize();
2206 mSizePrimary = mWindowAlignment.mainAxis().getSize();
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
H A DActionMenuItemView.java290 final int widthSize = MeasureSpec.getSize(widthMeasureSpec);
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Relocator.cpp89 Relocator::Size AArch64Relocator::getSize(Relocation::Type pType) const { function in class:mcld::AArch64Relocator
515 A += pReloc.target() & get_mask(pParent.getSize(pReloc.type()));
535 helper_check_signed_overflow(X, pParent.getSize(pReloc.type())))
/frameworks/compile/slang/
H A Dslang_rs_export_type.cpp233 if (numElements == 3 && CAT->getSize() != 1) {
1393 if (CAT->getSize() != Dim * Dim) {
1437 slangAssert((CAT->getSize().getActiveBits() < 32) && "array too large");
1439 unsigned Size = static_cast<unsigned>(CAT->getSize().getZExtValue());
1503 RL->getSize().getQuantity());
/frameworks/av/media/libstagefright/mpeg2ts/
H A DMPEG2TSExtractor.cpp197 if (mDataSource->getSize(&size) == OK && (haveAudio || haveVideo)) {
/frameworks/base/core/java/android/view/
H A DDisplay.java50 * application display area: {@link #getSize}, {@link #getRectSize} and {@link #getMetrics}.</li>
87 // Applications should now be using getSize() instead.
484 public void getSize(Point outSize) { method in class:Display
497 * @see #getSize(Point)
560 * @deprecated Use {@link #getSize(Point)} instead.
571 * @deprecated Use {@link #getSize(Point)} instead.

Completed in 2686 milliseconds

1234567891011>>