Searched defs:getHeight (Results 51 - 75 of 85) sorted by relevance

1234

/frameworks/base/core/java/android/app/
H A DActivityOptions.java661 public int getHeight() { method in class:ActivityOptions
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>
/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 DThreadedRenderer.java231 int getHeight() { method in class:ThreadedRenderer
H A DGLES20Canvas.java135 public int getHeight() { method in class:GLES20Canvas
606 bottom = bitmap.getHeight();
627 bottom = bitmap.getHeight();
/frameworks/base/core/java/com/android/internal/widget/
H A DDecorToolbar.java99 int getHeight(); method in interface:DecorToolbar
H A DToolbarWidgetWrapper.java668 public int getHeight() { method in class:ToolbarWidgetWrapper
669 return mToolbar.getHeight();
/frameworks/base/libs/hwui/
H A DLayer.h97 const float height = layer.getHeight();
116 inline uint32_t getHeight() const { function in class:android::uirenderer::Layer
/frameworks/base/media/java/android/media/
H A DImageReader.java151 * found using {@link Image#getHeight}.</p>
155 public int getHeight() { method in class:ImageReader
592 public int getHeight() { method in class:ImageReader.SurfaceImage
595 mHeight = (getFormat() == ImageFormat.JPEG) ? ImageReader.this.getHeight() :
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPageAdapter.java121 public int getHeight(); method in interface:PageAdapter.PreviewArea
395 final int availableHeight = mPreviewArea.getHeight();
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java153 public float getHeight() { method in class:ExpandHelper.ViewScaler
245 if (DEBUG) Log.d(TAG, " inside (" + v.getWidth() + ", " + v.getHeight() + ")");
246 boolean inside = (x > 0f && y > 0f && x < v.getWidth() & y < v.getHeight());
513 mOldHeight = mScaler.getHeight();
532 float currentHeight = mScaler.getHeight();
534 float h = mScaler.getHeight();
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp160 int DisplayDevice::getHeight() const { function in class:DisplayDevice
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.cpp480 uint32_t HWComposer::getHeight(int disp) const { function in class:android::HWComposer
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DDecorToolbar.java97 int getHeight(); method in interface:DecorToolbar
H A DToolbarWidgetWrapper.java687 public int getHeight() { method in class:ToolbarWidgetWrapper
688 return mToolbar.getHeight();
/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/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/native/libs/gui/
H A DSurfaceComposerClient.cpp782 uint32_t ScreenshotClient::getHeight() const { function in class:android::ScreenshotClient
/frameworks/rs/
H A DrsContext.h188 uint32_t getHeight() const {return mHeight;} function in class:android::renderscript::Context
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DActionBar.java773 public abstract int getHeight(); method in class:ActionBar
975 * current measured {@link #getHeight() height} (fully invisible).</p>
988 * current measured {@link #getHeight() height} (fully invisible).</p>
/frameworks/support/v7/appcompat/src/android/support/v7/internal/app/
H A DToolbarActionBar.java405 public int getHeight() { method in class:ToolbarActionBar
406 return mDecorToolbar.getHeight();
/frameworks/base/core/java/android/text/
H A DLayout.java569 public int getHeight() { method in class:Layout
/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()))) {

Completed in 1104 milliseconds

1234