Searched defs:getWidth (Results 1 - 25 of 91) sorted by path

1234

/frameworks/av/camera/camera2/
H A DOutputConfiguration.cpp51 int OutputConfiguration::getWidth() const { function in class:android::OutputConfiguration
/frameworks/av/cmds/screenrecord/
H A DEglWindow.h51 int getWidth() const { return mWidth; } function in class:android::EglWindow
/frameworks/av/media/ndk/
H A DNdkImage.cpp104 AImage::getWidth(int32_t* width) const { function in class:AImage
640 return image->getWidth(width);
675 media_status_t ret = image->getWidth(&width);
H A DNdkImageReaderPriv.h73 int32_t getWidth() const { return mWidth; }; function in struct:AImageReader
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Stream.cpp91 uint32_t Camera3Stream::getWidth() const { function in class:android::camera3::Camera3Stream
/frameworks/base/core/java/android/app/
H A DActivityOptions.java949 public int getWidth() { method in class:ActivityOptions
H A DVr2dDisplayProperties.java47 int result = getWidth();
69 if (getWidth() != that.getWidth()) return false;
112 public int getWidth() { method in class:Vr2dDisplayProperties
/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java556 public int getWidth() { method in class:AssistStructure.WindowNode
1094 public int getWidth() { method in class:AssistStructure.ViewNode
1947 + " " + node.getWidth() + "x" + node.getHeight() + "]" + " " + node.getTitle());
1954 + " " + node.getWidth() + "x" + node.getHeight() + "]" + " " + node.getClassName());
/frameworks/base/core/java/android/hardware/
H A DHardwareBuffer.java180 public int getWidth() { method in class:HardwareBuffer
/frameworks/base/core/java/android/hardware/camera2/params/
H A DHighSpeedVideoConfiguration.java72 public int getWidth() { method in class:HighSpeedVideoConfiguration
H A DInputConfiguration.java60 public int getWidth() { method in class:InputConfiguration
100 if (otherInputConfig.getWidth() == mWidth &&
H A DMeteringRectangle.java118 mWidth = checkArgumentNonnegative(dimensions.getWidth(), "width must be nonnegative");
167 public int getWidth() { method in class:MeteringRectangle
H A DStreamConfiguration.java86 public int getWidth() { method in class:StreamConfiguration
H A DStreamConfigurationDuration.java81 public int getWidth() { method in class:StreamConfigurationDuration
/frameworks/base/core/java/android/text/
H A DLayout.java726 public final int getWidth() { method in class:Layout
732 * {@link #getWidth} if it is not doing anything special.
/frameworks/base/core/java/android/util/
H A DSize.java40 public int getWidth() { method in class:Size
H A DSizeF.java51 public float getWidth() { method in class:SizeF
/frameworks/base/core/java/android/view/
H A DDisplay.java85 // to getHeight() and getWidth() to ensure that applications perceive
670 public int getWidth() { method in class:Display
1158 * applications when the mode is active (as reported by {@link Display#getWidth()} may
H A DDisplayListCanvas.java115 public int getWidth() { method in class:DisplayListCanvas
H A DThreadedRenderer.java590 int getWidth() { method in class:ThreadedRenderer
H A DView.java358 * is similar to the following computation: <code>getLeft() + getWidth()</code>
383 * {@link #getWidth()} and {@link #getHeight()}.
7363 rect.right = Math.min(rect.right, parentView.getWidth());
12364 final float x = getWidth() / 2f;
12867 final int width = getWidth();
13589 public final int getWidth() { method in class:View
13606 * getWidth(), and getHeight(). These bounds do not account for any
13635 * {@link #getWidth()} to see how wide a view is after layout.
14924 tmpRect.set(0, 0, getWidth(), getHeight());
16358 return getWidth();
[all...]
/frameworks/base/core/java/android/widget/
H A DFastScroller.java506 public int getWidth() { method in class:FastScroller
733 container.right = list.getWidth();
746 final int width = getWidth();
792 final int left = thumb.getLeft() + (thumb.getWidth() - trackWidth) / 2;
869 final float offset = mLayoutFromRight ? mThumbImage.getWidth() : -mThumbImage.getWidth();
1163 final int previewWidth = preview.getWidth() - preview.getPaddingLeft()
1168 final int targetWidth = target.getWidth();
1178 final int showingWidth = showing.getWidth();
H A DListPopupWindow.java488 public int getWidth() { method in class:ListPopupWindow
630 widthSpec = getAnchorView().getWidth();
666 widthSpec = getAnchorView().getWidth();
1316 (x >= 0 && x < mPopup.getWidth() && y >= 0 && y < mPopup.getHeight())) {
H A DPopupWindow.java1075 public int getWidth() { method in class:PopupWindow
1090 * @see #getWidth()
1584 final int anchorWidth = anchor.getWidth();
1959 final Rect bounds = new Rect(0, 0, anchor.getWidth(), anchor.getHeight());
2406 && ((x < 0) || (x >= getWidth()) || (y < 0) || (y >= getHeight()))) {
/frameworks/base/core/java/com/android/internal/widget/
H A DDrawableHolder.java134 canvas.translate(-0.5f*getWidth(), -0.5f*getHeight());
202 public int getWidth() { method in class:DrawableHolder

Completed in 2668 milliseconds

1234