Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 480cd9fe authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Native test for VelocityTracker"

parents 666d9966 d4b607ef
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -75,7 +75,9 @@ static std::string vectorToString(const float* a, uint32_t m) {
    str += " ]";
    return str;
}
#endif

#if DEBUG_STRATEGY
static std::string matrixToString(const float* a, uint32_t m, uint32_t n, bool rowMajor) {
    std::string str;
    str = "[";
+2 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@ cc_test {
        "InputChannel_test.cpp",
        "InputEvent_test.cpp",
        "InputPublisherAndConsumer_test.cpp",
        "VelocityTracker_test.cpp",
    ],
    shared_libs: [
        "libinput",
@@ -13,6 +14,7 @@ cc_test {
        "libutils",
        "libbinder",
        "libui",
        "libbase",
    ]
}

+664 −0

File added.

Preview size limit exceeded, changes collapsed.