Searched refs:mev (Results 1 – 2 of 2) sorted by relevance
124 MotionEvent* mev = static_cast<MotionEvent*>(ev); in expectTap() local125 EXPECT_EQ(AMOTION_EVENT_ACTION_DOWN, mev->getAction()); in expectTap()126 EXPECT_EQ(x, mev->getX(0)); in expectTap()127 EXPECT_EQ(y, mev->getY(0)); in expectTap()132 mev = static_cast<MotionEvent*>(ev); in expectTap()133 EXPECT_EQ(AMOTION_EVENT_ACTION_UP, mev->getAction()); in expectTap()
110210 Ljava/util/jar/JarInputStream;->mev:Lsun/security/util/ManifestEntryVerifier;110229 Ljava/util/jar/JarVerifier$VerifierStream;->mev:Lsun/security/util/ManifestEntryVerifier;