Home
last modified time | relevance | path

Searched refs:assertPosition (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DInsetsAnimationControlImplTest.java148 assertPosition(topParams.matrix, new Rect(0, 0, 500, 100), new Rect(0, -70, 500, 30)); in testChangeInsets()
149 assertPosition(navParams.matrix, new Rect(400, 0, 500, 500), new Rect(460, 0, 560, 500)); in testChangeInsets()
243 private void assertPosition(Matrix m, Rect original, Rect transformed) { in assertPosition() method in InsetsAnimationControlImplTest
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp2803 static void assertPosition(const FakePointerController& controller, float x, float y) { in assertPosition() function in android::InputMapperTest
4487 ASSERT_NO_FATAL_FAILURE(assertPosition(*mFakePointerController, 110.0f, 220.0f)); in TEST_F()
4515 ASSERT_NO_FATAL_FAILURE(assertPosition(*mFakePointerController, 100.0f, 200.0f)); in TEST_F()
4554 ASSERT_NO_FATAL_FAILURE(assertPosition(*mFakePointerController, 100.0f, 200.0f)); in TEST_F()
4575 ASSERT_NO_FATAL_FAILURE(assertPosition(*mFakePointerController, 110.0f, 220.0f)); in TEST_F()
4603 ASSERT_NO_FATAL_FAILURE(assertPosition(*mFakePointerController, 110.0f, 220.0f)); in TEST_F()