Home
last modified time | relevance | path

Searched refs:surfaceHeight (Results 1 – 8 of 8) 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
91 float availableHeight = surfaceHeight; in updateThumbnailMatrix()
114 availableHeight = surfaceHeight in updateThumbnailMatrix()
137 croppedHeight = Math.min(targetH, surfaceHeight); in updateThumbnailMatrix()
/aosp14/frameworks/base/libs/input/
H A DSpriteController.h158 surfaceWidth(0), surfaceHeight(0), surfaceDrawn(false), surfaceVisible(false) { in SpriteState()
174 int32_t surfaceHeight; member
217 mLocked.state.surfaceHeight = height; in setSurfaceLocked()
H A DSpriteController.cpp131 update.state.surfaceHeight = update.state.icon.height(); in doUpdateSprites()
135 obtainSurface(update.state.surfaceWidth, update.state.surfaceHeight, in doUpdateSprites()
156 || update.state.surfaceHeight < desiredHeight) { in doUpdateSprites()
161 update.state.surfaceHeight = desiredHeight; in doUpdateSprites()
292 update.state.surfaceWidth, update.state.surfaceHeight, in doUpdateSprites()
/aosp14/frameworks/base/core/java/android/view/
H A DSurfaceView.java853 private void replacePositionUpdateListener(int surfaceWidth, int surfaceHeight) { in replacePositionUpdateListener() argument
857 mPositionListener = new SurfaceViewPositionUpdateListener(surfaceWidth, surfaceHeight); in replacePositionUpdateListener()
967 final int surfaceHeight = mSurfaceFrame.bottom; in performSurfaceTransaction() local
969 || mLastSurfaceHeight != surfaceHeight; in performSurfaceTransaction()
971 mLastSurfaceHeight = surfaceHeight; in performSurfaceTransaction()
1463 SurfaceViewPositionUpdateListener(int surfaceWidth, int surfaceHeight) { in SurfaceViewPositionUpdateListener() argument
1465 mRtSurfaceHeight = surfaceHeight; in SurfaceViewPositionUpdateListener()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardUnlockAnimationController.kt856 val surfaceHeight: Int =
874 surfaceHeight * SURFACE_BEHIND_START_TRANSLATION_Y * (1f - amount)
882 surfaceHeight * SURFACE_BEHIND_SCALE_PIVOT_Y
H A DKeyguardViewMediator.java1233 final float surfaceHeight =
1246 * surfaceHeight
/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
184 if (!layer || layer->width() != surfaceWidth || layer->height() != surfaceHeight) { in createOrUpdateLayer()
186 info = SkImageInfo::Make(surfaceWidth, surfaceHeight, getSurfaceColorType(), in createOrUpdateLayer()
/aosp14/frameworks/base/core/java/android/widget/
H A DMagnifier.java637 final int surfaceHeight = in obtainSurfaces() local
641 surfaceWidth, surfaceHeight, surfaceInsets, true); in obtainSurfaces()
1007 final int surfaceHeight = mContentHeight + 2 * mOffsetY; in InternalPopupWindow() local
1025 surfaceWidth, surfaceHeight, PixelFormat.TRANSLUCENT); in InternalPopupWindow()