Home
last modified time | relevance | path

Searched refs:yMax (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/marshal/impl/
DMarshalQueryableMeteringRectangle.java46 int yMax = yMin + value.getHeight(); in marshal() local
52 buffer.putInt(yMax); in marshal()
61 int yMax = buffer.getInt(); in unmarshal() local
65 int height = yMax - yMin; in unmarshal()
/frameworks/base/tests/TouchLatency/app/src/main/java/com/prefabulated/touchlatency/
DTouchLatencyActivity.java161 final long yMax = height - BALL_DIAMETER; in drawBall() local
163 long yOffset = pos % yMax; in drawBall()
174 if (((pos / yMax) & 1) == 0) { in drawBall()
175 top = yMax - yOffset; in drawBall()
/frameworks/minikin/tests/util/
DFreeTypeMinikinFontForTest.cpp105 bounds->mTop = FTPosToFloat(bbox.yMax); in GetBounds()
/frameworks/base/tools/fonts/
Dfontchain_linter.py637 assert font['head'].yMax == 2163 and font['head'].yMin == -555, (
/frameworks/base/core/jni/
Dandroid_hardware_camera2_DngCreator.cpp1015 int yMax = yMin + preCorrH; in unDistortWithinPreCorrArray() local
1016 if (x < xMin || y < yMin || x >= xMax || y >= yMax) { in unDistortWithinPreCorrArray()