Searched refs:getSize (Results 76 - 96 of 96) sorted by relevance

1234

/frameworks/base/tools/aapt/
H A DAaptAssets.h163 size_t getSize() const { return mDataSize; } function in class:AaptFile
H A DResource.cpp935 block.setTo(it.getFile()->getData(), it.getFile()->getSize(), true);
1009 block.setTo(it.getFile()->getData(), it.getFile()->getSize(), true);
1089 finalResTable.add(resFile->getData(), resFile->getSize(), NULL);
1114 block.setTo(outManifestFile->getData(), outManifestFile->getSize(), true);
H A DAaptAssets.cpp1277 (int)file->getSize());
1997 return const_cast<ResTable&>(res).add(file->getData(), file->getSize(), NULL);
H A DImages.cpp1059 size_t newSize = file->getSize();
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java577 if (MeasureSpec.getSize(widthMeasureSpec) < width + 10) {
578 width = MeasureSpec.getSize(widthMeasureSpec);
/frameworks/base/core/java/android/widget/
H A DGridView.java912 int widthSize = MeasureSpec.getSize(widthMeasureSpec);
913 int heightSize = MeasureSpec.getSize(heightMeasureSpec);
H A DRelativeLayout.java311 int widthSize = MeasureSpec.getSize(widthMeasureSpec);
312 int heightSize = MeasureSpec.getSize(heightMeasureSpec);
H A DListView.java1075 int widthSize = MeasureSpec.getSize(widthMeasureSpec);
1076 int heightSize = MeasureSpec.getSize(heightMeasureSpec);
H A DTextView.java5066 int widthSize = MeasureSpec.getSize(widthMeasureSpec);
5067 int heightSize = MeasureSpec.getSize(heightMeasureSpec);
/frameworks/base/awt/java/awt/
H A DFont.java1407 public int getSize() { method in class:Font
/frameworks/base/awt/java/awt/image/
H A DRaster.java1510 if (dataBuffer.getSize() < (scanlineStride * (h - 1) + w - 1)) {
/frameworks/base/core/java/android/text/
H A DHtml.java284 out.append(((AbsoluteSizeSpan) style[j]).getSize() / 6);
/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp668 const size_t size = bitmap.getSize();
/frameworks/base/libs/surfaceflinger/
H A DLayerBuffer.cpp407 const size_t memorySize = buffers.heap->getSize();
/frameworks/base/core/java/android/webkit/
H A DWebView.java1329 final int size = list.getSize();
1681 return l.getCurrentIndex() < l.getSize() - 1;
1706 return newIndex >= 0 && newIndex < l.getSize();
6115 int heightSize = MeasureSpec.getSize(heightMeasureSpec);
6117 int widthSize = MeasureSpec.getSize(widthMeasureSpec);
H A DWebViewCore.java1846 int size = list.getSize();
/frameworks/base/awt/com/android/internal/awt/
H A DAndroidGraphics2D.java1240 mP.setTextSize(font.getSize());
/frameworks/base/core/java/android/view/
H A DViewGroup.java3156 int specSize = MeasureSpec.getSize(spec);
H A DViewRoot.java2355 sb.append(ev.getSize()).append(',');
/frameworks/policies/base/phone/com/android/internal/policy/impl/
H A DPhoneWindowManager.java731 if(ev.getSize() > SLIDE_TOUCH_EVENT_SIZE_LIMIT) {
/frameworks/base/services/java/com/android/server/
H A DWindowManagerService.java5017 float size = ev.getSize();

Completed in 399 milliseconds

1234