Home
last modified time | relevance | path

Searched refs:xMax (Results 1 – 4 of 4) 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/
DTouchLatencyActivity.java160 final long xMax = width - BALL_DIAMETER; in drawBall() local
162 long xOffset = pos % xMax; in drawBall()
167 if (((pos / xMax) & 1) == 0) { in drawBall()
168 left = xMax - xOffset; in drawBall()
/frameworks/minikin/tests/util/
DFreeTypeMinikinFontForTest.cpp106 bounds->mRight = FTPosToFloat(bbox.xMax); in GetBounds()
/frameworks/base/core/jni/
Dandroid_hardware_camera2_DngCreator.cpp1014 int xMax = xMin + preCorrW; in unDistortWithinPreCorrArray() local
1016 if (x < xMin || y < yMin || x >= xMax || y >= yMax) { in unDistortWithinPreCorrArray()