Home
last modified time | relevance | path

Searched defs:yScale (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/base/core/java/android/hardware/input/
H A DTouchCalibration.java63 float yxMix, float yScale, float yOffset) { in TouchCalibration()
/aosp12/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/util/
H A DImageUtils.java203 public static BufferedImage scale(@NonNull BufferedImage source, double xScale, double yScale) { in scale()
/aosp12/frameworks/native/libs/input/tests/
H A DInputPublisherAndConsumer_test.cpp159 constexpr float yScale = 3; in PublishAndConsumeMotionEvent() local
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/
H A DOutputLayer.cpp167 const float yScale = crop.getHeight() / float(winHeight); in calculateOutputSourceCrop() local
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/
H A DImageUtils.java837 final float yScale = (float) newHeight / sourceHeight; in scaleCenterCrop() local
/aosp12/frameworks/base/native/android/
H A Dsurface_control.cpp446 ASurfaceControl* aSurfaceControl, float xScale, float yScale) { in ASurfaceTransaction_setScale()
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayContentTests.java2312 float yScale = 2f; in testVirtualDisplayContent_capturedAreaResized() local
/aosp12/frameworks/native/services/surfaceflinger/
H A DLayer.cpp2230 const float yScale = t.getScaleY(); in fillInputFrameInfo() local
/aosp12/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp1571 float yScale = sourceHeight < 0 ? 1.0f : dst.getHeight() / sourceHeight; in setGeometry() local
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputDispatcher_test.cpp990 void setWindowScale(float xScale, float yScale) { setWindowTransform(xScale, 0, 0, yScale); } in setWindowScale()