Searched defs:getHeight (Results 76 - 98 of 98) sorted by last modified time

1234

/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.java320 public int getHeight() { method in class:BoringLayout
H A DLayout.java614 public int getHeight() { method in class:Layout
/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
574 public int getHeight() { method in class:Display
1033 * applications when the mode is active (as reported by {@link Display#getHeight()} may
H A DDisplayListCanvas.java131 public int getHeight() { method in class:DisplayListCanvas
H A DGraphicBuffer.java108 public int getHeight() { method in class:GraphicBuffer
H A DThreadedRenderer.java613 int getHeight() { method in class:ThreadedRenderer
H A DView.java373 * {@link #getWidth()} and {@link #getHeight()}.
6585 position.bottom = Math.min(position.bottom, parentView.getHeight());
10531 final float y = getHeight() / 2f;
10996 final int height = getHeight();
11706 public final int getHeight() { method in class:View
11713 * getWidth(), and getHeight(). These bounds do not account for any
11770 * {@link #getHeight()} to see how wide a view is after layout.
13025 tmpRect.set(0, 0, getWidth(), getHeight());
14552 return getHeight();
14594 return getHeight();
[all...]
/frameworks/base/core/java/android/widget/
H A DListPopupWindow.java518 public int getHeight() { method in class:ListPopupWindow
1284 (x >= 0 && x < mPopup.getWidth() && y >= 0 && y < mPopup.getHeight())) {
H A DPopupWindow.java1013 public int getHeight() { method in class:PopupWindow
1028 * @see #getHeight()
1528 final int anchorHeight = anchor.getHeight();
1779 distanceToBottom = bottomEdge - (anchorPos[1] + anchor.getHeight()) - yOffset;
1887 final Rect bounds = new Rect(0, 0, anchor.getWidth(), anchor.getHeight());
2275 && ((x < 0) || (x >= getWidth()) || (y < 0) || (y >= getHeight()))) {
/frameworks/base/core/java/com/android/internal/app/
H A DToolbarActionBar.java396 public int getHeight() { method in class:ToolbarActionBar
397 return mDecorToolbar.getHeight();
H A DWindowDecorActionBar.java648 public int getHeight() { method in class:WindowDecorActionBar
649 return mContainerView.getHeight();
773 float startingY = -mContainerView.getHeight();
789 mSplitView.setTranslationY(mSplitView.getHeight());
834 float endingY = -mContainerView.getHeight();
850 mSplitView.getHeight()));
864 final int height = getHeight();
/frameworks/av/media/ndk/
H A DNdkImage.cpp117 AImage::getHeight(int32_t* height) const { function in class:AImage
534 return image->getHeight(height);
563 ret = image->getHeight(&height);
H A DNdkImageReaderPriv.h69 int32_t getHeight() const { return mHeight; }; function in struct:AImageReader
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Stream.cpp94 uint32_t Camera3Stream::getHeight() const { function in class:android::camera3::Camera3Stream
/frameworks/av/cmds/screenrecord/
H A DEglWindow.h52 int getHeight() const { return mHeight; } function in class:android::EglWindow

Completed in 454 milliseconds

1234