Searched defs:getHeight (Results 1 - 25 of 104) sorted by path

12345

/frameworks/av/camera/camera2/
H A DOutputConfiguration.cpp55 int OutputConfiguration::getHeight() const { function in class:android::OutputConfiguration
/frameworks/av/cmds/screenrecord/
H A DEglWindow.h52 int getHeight() const { return mHeight; } function in class:android::EglWindow
/frameworks/av/media/ndk/
H A DNdkImage.cpp118 AImage::getHeight(int32_t* height) const { function in class:AImage
651 return image->getHeight(height);
680 ret = image->getHeight(&height);
H A DNdkImageReaderPriv.h74 int32_t getHeight() const { return mHeight; }; function in struct:AImageReader
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Stream.cpp95 uint32_t Camera3Stream::getHeight() const { function in class:android::camera3::Camera3Stream
/frameworks/base/core/java/android/app/
H A DActionBar.java794 public abstract int getHeight(); method in class:ActionBar
994 * current measured {@link #getHeight() height} (fully invisible).</p>
1007 * current measured {@link #getHeight() height} (fully invisible).</p>
H A DActivityOptions.java954 public int getHeight() { method in class:ActivityOptions
H A DVr2dDisplayProperties.java48 result = 31 * result + getHeight();
70 if (getHeight() != that.getHeight()) return false;
116 public int getHeight() { method in class:Vr2dDisplayProperties
/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java563 public int getHeight() { method in class:AssistStructure.WindowNode
1101 public int getHeight() { 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.java191 public int getHeight() { method in class:HardwareBuffer
/frameworks/base/core/java/android/hardware/camera2/params/
H A DHighSpeedVideoConfiguration.java81 public int getHeight() { method in class:HighSpeedVideoConfiguration
H A DInputConfiguration.java69 public int getHeight() { method in class:InputConfiguration
101 otherInputConfig.getHeight() == mHeight &&
H A DMeteringRectangle.java119 mHeight = checkArgumentNonnegative(dimensions.getHeight(), "height must be nonnegative");
176 public int getHeight() { method in class:MeteringRectangle
H A DStreamConfiguration.java95 public int getHeight() { method in class:StreamConfiguration
H A DStreamConfigurationDuration.java90 public int getHeight() { method in class:StreamConfigurationDuration
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java701 public int getHeight() { method in class:Keyboard
740 mCellHeight = (getHeight() + GRID_HEIGHT - 1) / GRID_HEIGHT;
774 if (x >= 0 && x < getMinWidth() && y >= 0 && y < getHeight()) {
/frameworks/base/core/java/android/text/
H A DBoringLayout.java301 public int getHeight() { method in class:BoringLayout
H A DLayout.java754 public int getHeight() { method in class:Layout
765 public int getHeight(boolean cap) { method in class:Layout
766 return getHeight();
H A DStaticLayout.java1292 public int getHeight(boolean cap) { method in class:StaticLayout
1301 mMaxLineHeight : super.getHeight();
/frameworks/base/core/java/android/util/
H A DSize.java48 public int getHeight() { method in class:Size
H A DSizeF.java59 public float getHeight() { method in class:SizeF
/frameworks/base/core/java/android/view/
H A DDisplay.java85 // to getHeight() and getWidth() to ensure that applications perceive
681 public int getHeight() { method in class:Display
1174 * applications when the mode is active (as reported by {@link Display#getHeight()} may
H A DDisplayListCanvas.java120 public int getHeight() { method in class:DisplayListCanvas
H A DThreadedRenderer.java600 int getHeight() { method in class:ThreadedRenderer
H A DView.java383 * {@link #getWidth()} and {@link #getHeight()}.
7364 rect.bottom = Math.min(rect.bottom, parentView.getHeight());
12365 final float y = getHeight() / 2f;
12838 final int height = getHeight();
13599 public final int getHeight() { method in class:View
13606 * getWidth(), and getHeight(). These bounds do not account for any
13663 * {@link #getHeight()} to see how wide a view is after layout.
14924 tmpRect.set(0, 0, getWidth(), getHeight());
16419 return getHeight();
16461 return getHeight();
[all...]

Completed in 6869 milliseconds

12345