OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getHistoricalRawY
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/libs/input/tests/
InputEvent_test.cpp
355
ASSERT_EQ(11, event->
getHistoricalRawY
(0, 0));
356
ASSERT_EQ(21, event->
getHistoricalRawY
(1, 0));
357
ASSERT_EQ(111, event->
getHistoricalRawY
(0, 1));
358
ASSERT_EQ(121, event->
getHistoricalRawY
(1, 1));
/frameworks/base/native/android/
input.cpp
208
return static_cast<const MotionEvent*>(motion_event)->
getHistoricalRawY
(
/frameworks/native/include/input/
Input.h
502
inline float
getHistoricalRawY
(size_t pointerIndex, size_t historicalIndex) const {
Completed in 566 milliseconds