Home
last modified time | relevance | path

Searched refs:mEdgeFlags (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/input/
DInput.cpp237 mEdgeFlags = edgeFlags; in initialize()
257 mEdgeFlags = other->mEdgeFlags; in copyFrom()
437 mEdgeFlags = parcel->readInt32(); in readFromParcel()
486 parcel->writeInt32(mEdgeFlags); in writeToParcel()
/frameworks/native/include/input/
DInput.h391 inline int32_t getEdgeFlags() const { return mEdgeFlags; } in getEdgeFlags()
393 inline void setEdgeFlags(int32_t edgeFlags) { mEdgeFlags = edgeFlags; } in setEdgeFlags()
615 int32_t mEdgeFlags; variable