Searched refs:getWidth (Results 1 - 25 of 699) sorted by path

1234567891011>>

/frameworks/av/cmds/screenrecord/
H A DEglWindow.h51 int getWidth() const { return mWidth; } function in class:android::EglWindow
H A DFrameOutput.cpp123 int width = mEglWindow.getWidth();
H A DOverlay.cpp143 int width = mEglWindow.getWidth();
220 int width = mEglWindow.getWidth();
296 int width = window.getWidth();
331 int width = window.getWidth();
/frameworks/av/media/libstagefright/filters/
H A DMediaFilter.cpp771 inputInfo->mData = new ABuffer(buf->getWidth() * buf->getHeight() * 4);
774 (uint8_t*)bufPtr, buf->getWidth(), buf->getHeight(),
/frameworks/av/media/ndk/
H A DNdkImage.cpp103 AImage::getWidth(int32_t* width) const { function in class:AImage
523 return image->getWidth(width);
558 media_status_t ret = image->getWidth(&width);
H A DNdkImagePriv.h51 media_status_t getWidth(/*out*/int32_t* width) const;
H A DNdkImageReader.cpp391 return buffer->crop.getWidth();
513 *width = reader->getWidth();
H A DNdkImageReaderPriv.h68 int32_t getWidth() const { return mWidth; }; function in struct:AImageReader
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp1146 if (width) *width = mOutputStreams[idx]->getWidth();
H A DCamera3OutputStream.cpp450 getId(), getStreamSetId(), getWidth(), getHeight(), getFormat(), getDataSpace(),
H A DCamera3Stream.cpp90 uint32_t Camera3Stream::getWidth() const { function in class:android::camera3::Camera3Stream
H A DCamera3Stream.h142 uint32_t getWidth() const;
H A DCamera3StreamInterface.h69 virtual uint32_t getWidth() const = 0;
/frameworks/base/cmds/screencap/
H A Dscreencap.cpp169 w = screenshot.getWidth();
/frameworks/base/core/java/android/animation/
H A DLayoutTransition.java839 if (child.getWidth() == 0 && child.getHeight() == 0) {
/frameworks/base/core/java/android/app/
H A DActivityManager.java1741 final int tw = thumbnail.getWidth();
H A DActivityOptions.java866 public int getWidth() { method in class:ActivityOptions
H A DActivityTransitionCoordinator.java736 tempBounds.set(0, 0, view.getWidth(), view.getHeight());
H A DMediaRouteButton.java221 final int width = getWidth();
377 final int right = getWidth() - getPaddingRight();
H A DNativeActivity.java308 int w = mNativeContentView.getWidth();
H A DSearchDialog.java498 || (x > (v.getWidth()+slop))
H A DUiAutomation.java733 canvas.translate(unrotatedScreenShot.getWidth() / 2,
H A DWallpaperManager.java201 mWidth = bitmap.getWidth();
599 (crop.getWidth() != outWidth || crop.getHeight() != outHeight)) {
601 RectF cropRect = new RectF(0, 0, crop.getWidth(), crop.getHeight());
984 * passing (0, 0, {@code fullImage.getWidth()}, {@code fullImage.getHeight()}).
/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java465 public int getWidth() { method in class:AssistStructure.WindowNode
786 public int getWidth() { method in class:AssistStructure.ViewNode
1356 + " " + node.getWidth() + "x" + node.getHeight() + "]" + " " + node.getTitle());
1363 + " " + node.getWidth() + "x" + node.getHeight() + "]" + " " + node.getClassName());
/frameworks/base/core/java/android/appwidget/
H A DAppWidgetHostView.java397 final int width = mView.getWidth();
626 + " w=" + child.getWidth());
634 int restoreTo = canvas.saveLayerAlpha(l, t, child.getWidth(), child.getHeight(), alpha,

Completed in 2846 milliseconds

1234567891011>>