OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:currentCoords
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/libs/input/
InputTransport.cpp
765
const PointerCoords&
currentCoords
= current->getPointerById(id);
769
resampledCoords.copyFrom(
currentCoords
);
771
lerp(
currentCoords
.getX(), otherCoords.getX(), alpha));
773
lerp(
currentCoords
.getY(), otherCoords.getY(), alpha));
778
currentCoords
.getX(),
currentCoords
.getY(),
783
resampledCoords.copyFrom(
currentCoords
);
787
currentCoords
.getX(),
currentCoords
.getY());
[
all
...]
/frameworks/base/services/input/
InputReader.cpp
[
all
...]
InputReader.h
[
all
...]
Completed in 30 milliseconds