OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ptr_state
(Results
1 - 1
of
1
) sorted by null
/external/qemu/android/
multitouch-screen.c
208
MTSPointerState*
ptr_state
= &mts_state->tracked_pointers[slot_index];
local
211
if (
ptr_state
->x == x &&
ptr_state
->y == y) {
223
if (
ptr_state
->pressure != pressure && pressure != 0) {
225
ptr_state
->pressure = pressure;
227
if (
ptr_state
->x != x) {
229
ptr_state
->x = x;
231
if (
ptr_state
->y != y) {
233
ptr_state
->y = y;
Completed in 9608 milliseconds