Searched defs:getHeight (Results 76 - 98 of 98) sorted by path

1234

/frameworks/ex/framesequence/jni/
H A DFrameSequence_gif.h36 virtual int getHeight() const { function in class:FrameSequence_gif
H A DFrameSequence_webp.h38 virtual int getHeight() const { function in class:FrameSequence_webp
/frameworks/ex/framesequence/src/android/support/rastermill/
H A DFrameSequence.java37 public int getHeight() { return mHeight; } method in class:FrameSequence
/frameworks/native/include/ui/
H A DGraphicBuffer.h90 uint32_t getHeight() const { return static_cast<uint32_t>(height); } function in class:android::GraphicBuffer
H A DRect.h81 return (getWidth() >= 0) && (getHeight() >= 0);
86 return (getWidth() <= 0) || (getHeight() <= 0);
95 inline int32_t getHeight() const { function in class:android::Rect
183 inline int32_t height() const { return getHeight(); }
/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp882 uint32_t ScreenshotClient::getHeight() const { function in class:android::ScreenshotClient
/frameworks/native/opengl/libagl/
H A Degl.cpp162 virtual EGLint getHeight() const = 0;
232 virtual EGLint getHeight() const { return height; } function in struct:android::egl_window_surface_v2_t
667 virtual EGLint getHeight() const { return nativePixmap.height; } function in struct:android::egl_pixmap_surface_t
737 virtual EGLint getHeight() const { return pbuffer.height; } function in struct:android::egl_pbuffer_surface_t
1641 *value = surface->getHeight();
1785 h = d->getHeight();
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp199 int DisplayDevice::getHeight() const { function in class:DisplayDevice
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DFloatRect.h39 inline float getHeight() const { return bottom - top; } function in class:android::FloatRect
H A DHWC2.h255 int32_t getHeight() const { return mHeight; } function in class:HWC2::Display::Config
H A DHWComposer_hwc1.cpp502 uint32_t HWComposer::getHeight(int disp) const { function in class:android::HWComposer
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DTexture.cpp75 size_t Texture::getHeight() const { function in class:android::Texture
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
H A DIconInfo.java39 public int getHeight() { method in class:IconInfo
/frameworks/rs/java/tests/LivePreview/src/com/android/rs/livepreview/
H A DRsYuv.java105 public int getHeight() { method in class:RsYuv
/frameworks/rs/java/tests/Refocus/src/com/android/rs/test/
H A DRGBZ.java93 public int getHeight() { method in class:RGBZ
94 return bitmap.getHeight();
106 y < 0 || y > depthBitmap.getHeight()) {
128 int h = orig.getHeight();
/frameworks/rs/
H A DrsContext.h194 uint32_t getHeight() const {return mHeight;} function in class:android::renderscript::Context
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DActionBar.java786 public abstract int getHeight(); method in class:ActionBar
988 * current measured {@link #getHeight() height} (fully invisible).</p>
1001 * current measured {@link #getHeight() height} (fully invisible).</p>
H A DToolbarActionBar.java402 public int getHeight() { method in class:ToolbarActionBar
403 return mDecorToolbar.getHeight();
H A DWindowDecorActionBar.java645 public int getHeight() { method in class:WindowDecorActionBar
646 return mContainerView.getHeight();
771 float startingY = -mContainerView.getHeight();
821 float endingY = -mContainerView.getHeight();
844 final int height = getHeight();
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DDecorToolbar.java95 int getHeight(); method in interface:DecorToolbar
H A DListPopupWindow.java557 public int getHeight() { method in class:ListPopupWindow
1330 (x >= 0 && x < mPopup.getWidth() && y >= 0 && y < mPopup.getHeight())) {
H A DToolbarWidgetWrapper.java653 public int getHeight() { method in class:ToolbarWidgetWrapper
654 return mToolbar.getHeight();
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java1949 if (mLeftGlow.onPull(-overscrollX / getWidth(), 1f - y / getHeight())) {
1954 if (mRightGlow.onPull(overscrollX / getWidth(), y / getHeight())) {
1961 if (mTopGlow.onPull(-overscrollY / getHeight(), x / getWidth())) {
1966 if (mBottomGlow.onPull(overscrollY / getHeight(), 1f - x / getWidth())) {
2211 mTempRect.set(0, 0, focused.getWidth(), focused.getHeight());
2212 mTempRect2.set(0, 0, next.getWidth(), next.getHeight());
2239 mTempRect.set(0, 0, focused.getWidth(), focused.getHeight());
3071 mLayout.getHeight() != getHeight()) {
3556 c.translate(-getHeight()
7437 public int getHeight() { method in class:RecyclerView.LayoutManager
[all...]

Completed in 344 milliseconds

1234