Home
last modified time | relevance | path

Searched defs:surfaceWidth (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/libs/hwui/pipeline/skia/
DSkiaCpuPipeline.cpp55 const int surfaceWidth = ceilf(node->getWidth() / float(LAYER_SIZE)) * LAYER_SIZE; in createOrUpdateLayer() local
DSkiaGpuPipeline.cpp76 const int surfaceWidth = ceilf(node->getWidth() / float(LAYER_SIZE)) * LAYER_SIZE; in createOrUpdateLayer() local
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/utilities/
DPreviewPositionHelper.java87 float surfaceWidth = thumbnailBounds.width() / scale; in updateThumbnailMatrix() local
/frameworks/rs/
DrsProgramVertex.cpp219 float surfaceWidth = (float)rsc->getCurrentSurfaceWidth(); in updateSize() local
/frameworks/base/core/java/android/view/
DSurfaceView.java944 private void replacePositionUpdateListener(int surfaceWidth, int surfaceHeight) { in replacePositionUpdateListener()
1063 final int surfaceWidth = mSurfaceFrame.right; in performSurfaceTransaction() local
1563 SurfaceViewPositionUpdateListener(int surfaceWidth, int surfaceHeight) { in SurfaceViewPositionUpdateListener()
/frameworks/base/core/java/android/widget/
DMagnifier.java635 final int surfaceWidth = in obtainSurfaces() local
1006 final int surfaceWidth = mContentWidth + 2 * mOffsetX; in InternalPopupWindow() local