Home
last modified time | relevance | path

Searched defs:surfaceHeight (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/utilities/
H A DPreviewPositionHelper.java89 float surfaceHeight = thumbnailBounds.height() / scale; in updateThumbnailMatrix() local
/aosp14/frameworks/base/core/java/android/view/
H A DSurfaceView.java853 private void replacePositionUpdateListener(int surfaceWidth, int surfaceHeight) { in replacePositionUpdateListener()
967 final int surfaceHeight = mSurfaceFrame.bottom; in performSurfaceTransaction() local
1463 SurfaceViewPositionUpdateListener(int surfaceWidth, int surfaceHeight) { in SurfaceViewPositionUpdateListener()
/aosp14/frameworks/base/libs/input/
H A DSpriteController.h174 int32_t surfaceHeight; member
/aosp14/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaPipeline.cpp181 const int surfaceHeight = ceilf(node->getHeight() / float(LAYER_SIZE)) * LAYER_SIZE; in createOrUpdateLayer() local
/aosp14/frameworks/base/core/java/android/widget/
H A DMagnifier.java637 final int surfaceHeight = in obtainSurfaces() local
1007 final int surfaceHeight = mContentHeight + 2 * mOffsetY; in InternalPopupWindow() local