Searched refs:getSize (Results 126 - 150 of 253) sorted by relevance

1234567891011

/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DActionBarContextView.java307 final int contentWidth = View.MeasureSpec.getSize(widthMeasureSpec);
310 mContentHeight : View.MeasureSpec.getSize(heightMeasureSpec);
H A DActionBarContainer.java246 final int maxHeight = MeasureSpec.getSize(heightMeasureSpec);
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouteButton.java422 final int widthSize = MeasureSpec.getSize(widthMeasureSpec);
423 final int heightSize = MeasureSpec.getSize(heightMeasureSpec);
/frameworks/av/media/libstagefright/
H A DAMRExtractor.cpp141 if (mDataSource->getSize(&streamSize) == OK) {
H A DNuCachedSource2.cpp250 status_t NuCachedSource2::getSize(off64_t *size) { function in class:android::NuCachedSource2
251 return mSource->getSize(size);
/frameworks/av/media/libstagefright/chromium_http/
H A DChromiumHTTPDataSource.cpp234 status_t ChromiumHTTPDataSource::getSize(off64_t *size) { function in class:android::ChromiumHTTPDataSource
/frameworks/base/core/java/android/nfc/tech/
H A DMifareClassic.java223 public int getSize() { method in class:MifareClassic
/frameworks/base/core/java/android/os/
H A DMemoryFile.java252 public static int getSize(FileDescriptor fd) throws IOException { method in class:MemoryFile
/frameworks/base/core/java/android/text/
H A DMeasuredText.java207 wid = replacement.getSize(workPaint, mText, mTextStart + mPos,
/frameworks/base/core/java/android/view/
H A DDisplay.java38 * application display area: {@link #getSize}, {@link #getRectSize} and {@link #getMetrics}.</li>
75 // Applications should now be using getSize() instead.
403 public void getSize(Point outSize) { method in class:Display
416 * @see #getSize(Point)
479 * @deprecated Use {@link #getSize(Point)} instead.
490 * @deprecated Use {@link #getSize(Point)} instead.
/frameworks/base/core/java/android/widget/
H A DScrollBarDrawable.java206 public int getSize(boolean vertical) { method in class:ScrollBarDrawable
H A DAdapterViewAnimator.java692 int widthSpecSize = MeasureSpec.getSize(widthMeasureSpec);
693 int heightSpecSize = MeasureSpec.getSize(heightMeasureSpec);
H A DSlidingDrawer.java261 int widthSpecSize = MeasureSpec.getSize(widthMeasureSpec);
264 int heightSpecSize = MeasureSpec.getSize(heightMeasureSpec);
H A DVideoView.java135 int widthSpecSize = MeasureSpec.getSize(widthMeasureSpec);
137 int heightSpecSize = MeasureSpec.getSize(heightMeasureSpec);
/frameworks/base/core/java/com/android/internal/content/
H A DPackageHelper.java234 size += zipEntry.getSize();
/frameworks/base/core/jni/android/graphics/
H A DBitmap.cpp508 size_t size = bitmap->getSize();
559 size_t size = bitmap->getSize();
686 memcpy(abp.pointer(), src, bitmap->getSize());
698 memcpy(dst, abp.pointer(), bitmap->getSize());
/frameworks/base/libs/hwui/
H A DPatch.cpp45 uint32_t Patch::getSize() const { function in class:android::uirenderer::Patch
H A DPathCache.h208 uint32_t getSize();
H A DTextDropShadowCache.cpp131 uint32_t TextDropShadowCache::getSize() { function in class:android::uirenderer::TextDropShadowCache
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DSerializedFrame.java83 public final int getSize() { method in class:SerializedFrame.DirectByteOutputStream
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DGestureRecorder.java73 this.event.getSize(),
/frameworks/base/test-runner/src/junit/runner/
H A DTestCaseClassLoader.java171 int size= (int) entry.getSize();
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
H A DActionMenuItemView.java218 final int widthSize = MeasureSpec.getSize(widthMeasureSpec);
/frameworks/wilhelm/src/android/util/
H A DAacAdtsExtractor.cpp132 if (mDataSource->getSize(&streamSize) == OK) {
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
H A DFwdLockEngine.cpp68 int size = decodeSessionMap.getSize();
76 size = convertSessionMap.getSize();

Completed in 6174 milliseconds

1234567891011