Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/utilities/
DPreviewPositionHelper.java89 float surfaceHeight = thumbnailBounds.height() / scale; in updateThumbnailMatrix() local
/frameworks/base/core/java/android/view/
DSurfaceView.java765 private void replacePositionUpdateListener(int surfaceWidth, int surfaceHeight) { in replacePositionUpdateListener()
869 final int surfaceHeight = mSurfaceFrame.bottom; in performSurfaceTransaction() local
1319 SurfaceViewPositionUpdateListener(int surfaceWidth, int surfaceHeight) { in SurfaceViewPositionUpdateListener()
/frameworks/rs/
DrsProgramVertex.cpp220 float surfaceHeight = (float)rsc->getCurrentSurfaceHeight(); in updateSize() local
/frameworks/base/libs/input/
DSpriteController.h174 int32_t surfaceHeight; member
/frameworks/base/libs/hwui/pipeline/skia/
DSkiaPipeline.cpp170 const int surfaceHeight = ceilf(node->getHeight() / float(LAYER_SIZE)) * LAYER_SIZE; in createOrUpdateLayer() local
/frameworks/base/core/java/android/widget/
DMagnifier.java637 final int surfaceHeight = in obtainSurfaces() local
1007 final int surfaceHeight = mContentHeight + 2 * mOffsetY; in InternalPopupWindow() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardUnlockAnimationController.kt759 val surfaceHeight: Int = surfaceBehindRemoteAnimationTarget.screenSpaceBounds.height() in <lambda>() constant