Searched refs:getSize (Results 176 - 200 of 223) sorted by relevance

123456789

/frameworks/base/core/java/android/widget/
H A DActivityChooserView.java416 heightMeasureSpec = MeasureSpec.makeMeasureSpec(MeasureSpec.getSize(heightMeasureSpec),
H A DImageView.java830 int specSize = MeasureSpec.getSize(measureSpec);
H A DSpinner.java444 MeasureSpec.getSize(widthMeasureSpec)),
H A DStackView.java1172 int widthSpecSize = MeasureSpec.getSize(widthMeasureSpec);
1173 int heightSpecSize = MeasureSpec.getSize(heightMeasureSpec);
H A DGridView.java1019 int widthSize = MeasureSpec.getSize(widthMeasureSpec);
1020 int heightSize = MeasureSpec.getSize(heightMeasureSpec);
H A DRelativeLayout.java374 int widthSize = MeasureSpec.getSize(widthMeasureSpec);
375 int heightSize = MeasureSpec.getSize(heightMeasureSpec);
H A DCalendarView.java1861 setMeasuredDimension(MeasureSpec.getSize(widthMeasureSpec), mHeight);
H A DListView.java1120 int widthSize = MeasureSpec.getSize(widthMeasureSpec);
1121 int heightSize = MeasureSpec.getSize(heightMeasureSpec);
/frameworks/base/core/java/com/android/internal/view/menu/
H A DActionMenuPresenter.java588 MeasureSpec.getSize(heightMeasureSpec), MeasureSpec.EXACTLY);
/frameworks/base/core/jni/android/graphics/
H A DBitmapFactory.cpp144 if (bitmap->getSize() >= 32 * 1024) {
/frameworks/base/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp536 ptr, bitmap.getSize(), usage);
552 ptr, bitmap.getSize(), usage);
570 w, h, ptr, bitmap.getSize());
583 rsAllocationCopyToBitmap(con, (RsAllocation)alloc, ptr, bitmap.getSize());
/frameworks/base/tools/aapt/
H A DAaptAssets.h187 size_t getSize() const { return mDataSize; } function in class:AaptFile
H A DResource.cpp1113 block.setTo(it.getFile()->getData(), it.getFile()->getSize(), true);
1217 block.setTo(it.getFile()->getData(), it.getFile()->getSize(), true);
1297 finalResTable.add(resFile->getData(), resFile->getSize(), NULL);
1322 block.setTo(outManifestFile->getData(), outManifestFile->getSize(), true);
/frameworks/base/core/java/android/view/
H A DMotionEvent.java508 * @see #getSize(int)
1719 * and {@link #getSize(int)} to get information about the pointer that has
1845 * {@link #getSize(int)} for the first pointer index (may be an
1850 public final float getSize() { method in class:MotionEvent
2030 public final float getSize(int pointerIndex) { method in class:MotionEvent
2348 * @see #getSize()
2502 * Returns a historical size coordinate, as per {@link #getSize(int)}, that
2512 * @see #getSize(int)
H A DView.java3892 int size = scrollBar.getSize(true);
3914 int size = scrollBar.getSize(false);
11406 int size = scrollBar.getSize(false);
11427 int size = scrollBar.getSize(true);
15574 * @see android.view.View.MeasureSpec#getSize(int)
15636 int specSize = MeasureSpec.getSize(measureSpec);
15667 int specSize = MeasureSpec.getSize(measureSpec);
17281 public static int getSize(int measureSpec) { method in class:View.MeasureSpec
17294 int size = getSize(measureSpec);
/frameworks/ex/widget/java/com/android/ex/widget/
H A DStaggeredGridView.java617 int widthSize = MeasureSpec.getSize(widthMeasureSpec);
618 int heightSize = MeasureSpec.getSize(heightMeasureSpec);
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java591 if (MeasureSpec.getSize(widthMeasureSpec) < width + 10) {
592 width = MeasureSpec.getSize(widthMeasureSpec);
/frameworks/base/core/java/android/text/
H A DHtml.java309 out.append(((AbsoluteSizeSpan) style[j]).getSize() / 6);
H A DTextLine.java842 ret = replacement.getSize(wp, mText, textStart, textLimit, fmi);
/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternView.java457 int specSize = MeasureSpec.getSize(measureSpec);
/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp675 const size_t size = bitmap.getSize();
/frameworks/base/libs/hwui/
H A DDisplayListRenderer.h130 ANDROID_API size_t getSize();
/frameworks/native/libs/ui/
H A DRegion.cpp584 size_t Region::getSize() const { function in class:android::Region
/frameworks/base/media/jni/
H A Dandroid_media_MediaExtractor.cpp62 mGetSizeMethod = env->GetMethodID(datasourceclass, "getSize", "()J");
98 virtual status_t getSize(off64_t *size) { function in class:android::JavaDataSourceBridge
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videoproc/
H A DBackDropperFilter.java616 int numBytes = mMaskFormat.getSize();

Completed in 1527 milliseconds

123456789