Searched refs:xScale (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/hardware/input/
H A DTouchCalibration.java54 * @param xScale Influence of input x-axis value on output x-axis value.
61 public TouchCalibration(float xScale, float xyMix, float xOffset, argument
63 mXScale = xScale;
/frameworks/native/include/media/openmax/
H A DOMX_Other.h250 OMX_S32 xScale; /**< Current media time scale in Q16 format. */ member in struct:OMX_TIME_MEDIATIMETYPE
263 OMX_S32 xScale; /**< This is a value in Q16 format which is used for member in struct:OMX_TIME_CONFIG_SCALETYPE
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/util/
H A DImageUtils.java201 * @param xScale x scale
206 public static BufferedImage scale(@NonNull BufferedImage source, double xScale, double yScale) { argument
210 int destWidth = Math.max(1, (int) (xScale * sourceWidth));
216 if (xScale > 0.5 && yScale > 0.5) {
223 if (xScale == 1 && yScale == 1) {
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp565 float xScale = crop.getWidth() / float(winWidth); local
568 float insetL = winCrop.left * xScale;
570 float insetR = (winWidth - winCrop.right ) * xScale;

Completed in 142 milliseconds