OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mTouchStates
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/libs/input/
InputTransport.cpp
591
mTouchStates
.push();
592
index =
mTouchStates
.size() - 1;
594
TouchState& touchState =
mTouchStates
.editItemAt(index);
603
TouchState& touchState =
mTouchStates
.editItemAt(index);
617
TouchState& touchState =
mTouchStates
.editItemAt(index);
627
TouchState& touchState =
mTouchStates
.editItemAt(index);
637
const TouchState& touchState =
mTouchStates
.itemAt(index);
647
const TouchState& touchState =
mTouchStates
.itemAt(index);
649
mTouchStates
.removeAt(index);
691
TouchState& touchState =
mTouchStates
.editItemAt(index)
[
all
...]
/frameworks/native/include/input/
InputTransport.h
404
Vector<TouchState>
mTouchStates
;
Completed in 25 milliseconds