Searched refs:getHeight (Results 351 - 375 of 953) sorted by relevance

<<11121314151617181920>>

/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3StreamInterface.h89 virtual uint32_t getHeight() const = 0;
/frameworks/base/core/java/android/hardware/camera2/utils/
H A DParamsUtils.java49 return new Rect(/*left*/0, /*top*/0, size.getWidth(), size.getHeight());
/frameworks/base/core/java/android/text/method/
H A DScrollingMovementMethod.java109 (widget.getHeight() - padding));
/frameworks/base/core/java/android/transition/
H A DChangeClipBounds.java63 Rect bounds = new Rect(0, 0, view.getWidth(), view.getHeight());
/frameworks/base/core/java/com/android/internal/util/
H A DImageUtils.java59 int height = bitmap.getHeight();
/frameworks/base/core/java/com/android/internal/widget/
H A DDecorToolbar.java101 int getHeight(); method in interface:DecorToolbar
H A DMessagingTextMessage.java136 return layout.getHeight();
/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DAdjacentListsWithAdjacentISVsInside.java68 final int desiredHeight = (int) (0.8 * getWindowManager().getDefaultDisplay().getHeight());
/frameworks/base/graphics/java/android/graphics/
H A DYuvImage.java178 public int getHeight() { method in class:YuvImage
/frameworks/base/libs/hwui/
H A DCanvasState.h160 int getHeight() const { return mHeight; } function in class:android::uirenderer::CanvasState
H A DDeferredLayerUpdater.h63 int getHeight() { return mHeight; } function in class:android::uirenderer::DeferredLayerUpdater
/frameworks/base/libs/hwui/pipeline/skia/
H A DLayerDrawable.cpp48 const int layerHeight = layer->getHeight();
/frameworks/base/libs/hwui/tests/common/
H A DTestUtils.h221 Canvas::create_recording_canvas(props.getWidth(), props.getHeight()));
243 RecordingCanvasType canvas(props.getWidth(), props.getHeight());
253 node.stagingProperties().getWidth(), node.stagingProperties().getHeight(),
281 props.getHeight()));
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DBitmapOverlayFilter.java128 mBitmap.getHeight(),
H A DCropFilter.java120 mOutputHeight == -1 ? outputFormat.getHeight() : mOutputHeight);
H A DFixedRotationFilter.java73 int height = inputFormat.getHeight();
H A DImageSlicer.java77 mInputHeight = frame.getFormat().getHeight();
H A DResizeFilter.java95 mOHeight = mOWidth * inputFormat.getHeight() / inputFormat.getWidth();
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardStatusView.java207 int height = mClockView.getHeight();
223 int heightOffset = mPulsing ? 0 : getHeight() - mLastLayoutHeight;
284 mLastLayoutHeight = getHeight();
322 return mLogoutView.getVisibility() == VISIBLE ? mLogoutView.getHeight() : 0;
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java315 dh / (float) mBackground.getHeight()));
317 final int availh = (int) (mBackground.getHeight() * mScale) - dh;
423 mBackgroundHeight = mBackground.getHeight();
498 final float bottom = top + mBackground.getHeight() * mScale;
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DDataUsageGraph.java70 final int h = getHeight();
H A DQSDetailClipper.java44 final int h = mDetail.getHeight() - y;
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskViewThumbnail.java154 topOffset = mTaskBar.getHeight() - mCornerRadius;
190 bm.getHeight() - thumbnailData.insets.top - thumbnailData.insets.bottom);
314 boolean invisible = mTaskBar != null && (getHeight() - clipBottom) <= mTaskBar.getHeight();
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
H A DMinimizedDockShadow.java92 canvas.drawRect(0, 0, getWidth(), getHeight(), mShadowPaint);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DFooterView.java73 || touchY > mContent.getY() + mContent.getHeight();

Completed in 794 milliseconds

<<11121314151617181920>>