Home
last modified time | relevance | path

Searched refs:xMax (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/marshal/impl/
DMarshalQueryableMeteringRectangle.java45 int xMax = xMin + value.getWidth(); in marshal() local
51 buffer.putInt(xMax); in marshal()
60 int xMax = buffer.getInt(); in unmarshal() local
64 int width = xMax - xMin; in unmarshal()
/frameworks/base/tests/TouchLatency/app/src/main/java/com/prefabulated/touchlatency/
DTouchLatencyView.java157 final long xMax = width - BALL_DIAMETER; in drawBall() local
159 long xOffset = pos % xMax; in drawBall()
164 if (((pos / xMax) & 1) == 0) { in drawBall()
165 left = xMax - xOffset; in drawBall()
/frameworks/minikin/tests/util/
DFreeTypeMinikinFontForTest.cpp105 bounds->mRight = FTPosToFloat(bbox.xMax); in GetBounds()
/frameworks/native/services/surfaceflinger/FrontEnd/
DLayerSnapshotBuilder.cpp59 const float xMax = static_cast<float>(maxSize.getWidth()) * 10.f; in getMaxDisplayBounds() local
62 return {-xMax, -yMax, xMax, yMax}; in getMaxDisplayBounds()
/frameworks/base/core/jni/
Dandroid_hardware_camera2_DngCreator.cpp1079 int xMax = xMin + preCorrW; in unDistortWithinPreCorrArray() local
1081 if (x < xMin || y < yMin || x >= xMax || y >= yMax) { in unDistortWithinPreCorrArray()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp3370 const float xMax = maxSize.getWidth() * 10.f; in getMaxDisplayBounds() local
3373 return {-xMax, -yMax, xMax, yMax}; in getMaxDisplayBounds()