OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getHistoricalRawX
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/libs/input/tests/
InputEvent_test.cpp
348
ASSERT_EQ(10, event->
getHistoricalRawX
(0, 0));
349
ASSERT_EQ(20, event->
getHistoricalRawX
(1, 0));
350
ASSERT_EQ(110, event->
getHistoricalRawX
(0, 1));
351
ASSERT_EQ(120, event->
getHistoricalRawX
(1, 1));
/frameworks/base/native/android/
input.cpp
202
return static_cast<const MotionEvent*>(motion_event)->
getHistoricalRawX
(
/frameworks/native/include/input/
Input.h
441
inline float
getHistoricalRawX
(size_t pointerIndex, size_t historicalIndex) const {
Completed in 616 milliseconds