Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DInput.cpp333 mEdgeFlags = edgeFlags; in initialize()
359 mEdgeFlags = other->mEdgeFlags; in copyFrom()
576 mEdgeFlags = parcel->readInt32(); in readFromParcel()
634 parcel->writeInt32(mEdgeFlags); in writeToParcel()
/frameworks/native/include/input/
DInput.h502 inline int32_t getEdgeFlags() const { return mEdgeFlags; } in getEdgeFlags()
504 inline void setEdgeFlags(int32_t edgeFlags) { mEdgeFlags = edgeFlags; } in setEdgeFlags()
736 int32_t mEdgeFlags; variable