Home
last modified time | relevance | path

Searched refs:surfaceHeight (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/libs/input/
DSpriteController.h157 surfaceWidth(0), surfaceHeight(0), surfaceDrawn(false), surfaceVisible(false) { in SpriteState()
173 int32_t surfaceHeight; member
216 mLocked.state.surfaceHeight = height; in setSurfaceLocked()
DSpriteController.cpp129 update.state.surfaceHeight = update.state.icon.height(); in doUpdateSprites()
133 update.state.surfaceWidth, update.state.surfaceHeight); in doUpdateSprites()
153 || update.state.surfaceHeight < desiredHeight) { in doUpdateSprites()
159 update.state.surfaceHeight = desiredHeight; in doUpdateSprites()
291 update.state.surfaceWidth, update.state.surfaceHeight, in doUpdateSprites()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardUnlockAnimationController.kt267 val surfaceHeight: Int = surfaceBehindRemoteAnimationTarget!!.screenSpaceBounds.height() in <lambda>() constant
277 surfaceHeight * SURFACE_BEHIND_SCALE_PIVOT_Y) in <lambda>()
281 surfaceHeight * SURFACE_BEHIND_START_TRANSLATION_Y * (1f - amount)) in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DImageWallpaperTest.java159 int surfaceWidth, int surfaceHeight) {
172 verify(mSurfaceHolder, times(1)).setFixedSize(surfaceWidth, surfaceHeight);
/frameworks/rs/
DrsProgramVertex.cpp220 float surfaceHeight = (float)rsc->getCurrentSurfaceHeight(); in updateSize() local
223 m.loadOrtho(0, surfaceWidth, surfaceHeight, 0, -1, 1); in updateSize()
/frameworks/base/core/java/android/view/
DSurfaceView.java945 private void replacePositionUpdateListener(int surfaceWidth, int surfaceHeight, in replacePositionUpdateListener() argument
950 mPositionListener = new SurfaceViewPositionUpdateListener(surfaceWidth, surfaceHeight, in replacePositionUpdateListener()
1053 final int surfaceHeight = mSurfaceFrame.bottom; in performSurfaceTransaction() local
1055 || mLastSurfaceHeight != surfaceHeight; in performSurfaceTransaction()
1057 mLastSurfaceHeight = surfaceHeight; in performSurfaceTransaction()
1455 SurfaceViewPositionUpdateListener(int surfaceWidth, int surfaceHeight, in SurfaceViewPositionUpdateListener() argument
1458 mRtSurfaceHeight = surfaceHeight; in SurfaceViewPositionUpdateListener()
/frameworks/base/libs/hwui/pipeline/skia/
DSkiaPipeline.cpp170 const int surfaceHeight = ceilf(node->getHeight() / float(LAYER_SIZE)) * LAYER_SIZE; in createOrUpdateLayer() local
173 if (!layer || layer->width() != surfaceWidth || layer->height() != surfaceHeight) { in createOrUpdateLayer()
175 info = SkImageInfo::Make(surfaceWidth, surfaceHeight, getSurfaceColorType(), in createOrUpdateLayer()
/frameworks/base/core/java/android/widget/
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()