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

1234

/frameworks/av/cmds/screenrecord/
H A DEglWindow.h52 int getHeight() const { return mHeight; } function in class:android::EglWindow
/frameworks/av/services/camera/libcameraservice/device2/
H A DCamera2Device.h218 uint32_t getHeight() const { return mHeight; } function in class:android::Camera2Device::StreamAdapter
303 uint32_t getHeight() const { return mHeight; } function in class:android::Camera2Device::ReprocessStreamAdapter
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Stream.cpp79 uint32_t Camera3Stream::getHeight() const { function in class:android::camera3::Camera3Stream
/frameworks/base/core/java/android/app/
H A DActionBar.java772 public abstract int getHeight(); method in class:ActionBar
972 * current measured {@link #getHeight() height} (fully invisible).</p>
985 * current measured {@link #getHeight() height} (fully invisible).</p>
H A DActivityOptions.java661 public int getHeight() { method in class:ActivityOptions
/frameworks/base/core/java/android/hardware/camera2/params/
H A DHighSpeedVideoConfiguration.java77 public int getHeight() { method in class:HighSpeedVideoConfiguration
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.java688 public int getHeight() { method in class:Keyboard
727 mCellHeight = (getHeight() + GRID_HEIGHT - 1) / GRID_HEIGHT;
761 if (x >= 0 && x < getMinWidth() && y >= 0 && y < getHeight()) {
/frameworks/base/core/java/android/text/
H A DBoringLayout.java314 public int getHeight() { method in class:BoringLayout
H A DLayout.java569 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.java75 // to getHeight() and getWidth() to ensure that applications perceive
539 public int getHeight() { method in class:Display
H A DGLES20Canvas.java135 public int getHeight() { method in class:GLES20Canvas
606 bottom = bitmap.getHeight();
627 bottom = bitmap.getHeight();
H A DGraphicBuffer.java108 public int getHeight() { method in class:GraphicBuffer
H A DHardwareRenderer.java276 abstract int getHeight(); method in class:HardwareRenderer
H A DThreadedRenderer.java231 int getHeight() { method in class:ThreadedRenderer
H A DView.java358 * {@link #getWidth()} and {@link #getHeight()}.
5596 position.bottom = Math.min(position.bottom, parentView.getHeight());
10009 public final int getHeight() { method in class:View
10016 * getWidth(), and getHeight(). These bounds do not account for any
10069 * {@link #getHeight()} to see how wide a view is after layout.
11259 tmpRect.set(0, 0, getWidth(), getHeight());
12766 return getHeight();
12808 return getHeight();
13973 if (getWidth() == 0 || getHeight() == 0) {
14384 if (bitmap == null || bitmap.getWidth() != width || bitmap.getHeight() !
[all...]
/frameworks/base/core/java/android/widget/
H A DListPopupWindow.java504 public int getHeight() { method in class:ListPopupWindow
1791 (x >= 0 && x < mPopup.getWidth() && y >= 0 && y < mPopup.getHeight())) {
H A DPopupWindow.java828 public int getHeight() { method in class:PopupWindow
840 * @see #getHeight()
1225 final int anchorHeight = anchor.getHeight();
1283 p.y = root.getHeight() - mDrawingLocation[1] + yoff;
1378 final int distanceToBottom = bottomEdge - (anchorPos[1] + anchor.getHeight()) - yOffset;
1740 && ((x < 0) || (x >= getWidth()) || (y < 0) || (y >= getHeight()))) {
/frameworks/base/core/java/com/android/internal/app/
H A DToolbarActionBar.java389 public int getHeight() { method in class:ToolbarActionBar
390 return mDecorToolbar.getHeight();
H A DWindowDecorActionBar.java639 public int getHeight() { method in class:WindowDecorActionBar
640 return mContainerView.getHeight();
764 float startingY = -mContainerView.getHeight();
780 mSplitView.setTranslationY(mSplitView.getHeight());
825 float endingY = -mContainerView.getHeight();
841 mSplitView.getHeight()));
855 final int height = getHeight();
/frameworks/base/core/java/com/android/internal/widget/
H A DDecorToolbar.java99 int getHeight(); method in interface:DecorToolbar

Completed in 4144 milliseconds

1234