OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TouchState
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/include/androidfw/
InputTransport.h
372
struct
TouchState
{
401
Vector<
TouchState
> mTouchStates;
419
void rewriteMessage(const
TouchState
& state, InputMessage* msg);
/external/skia/src/gpu/
app-android.cpp
40
enum
TouchState
{
64
void handleTouch(void*,
TouchState
, float x, float y);
223
void State::handleTouch(void* owner,
TouchState
state, float x, float y) {
373
get_state()->handleTouch(int2ptr(id), (
TouchState
)type, x, y);
/frameworks/base/services/input/
InputDispatcher.cpp
[
all
...]
InputDispatcher.h
[
all
...]
Completed in 765 milliseconds