Home
last modified time | relevance | path

Searched defs:transformWithoutTranslation (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/frameworks/native/libs/input/tests/
H A DInputEvent_test.cpp1005 auto transformWithoutTranslation = [](const ui::Transform& t, float x, float y) { in TEST_F() local
/aosp_15_r20/frameworks/native/libs/input/
H A DInput.cpp197 vec2 transformWithoutTranslation(const ui::Transform& transform, const vec2& xy) { in transformWithoutTranslation() function