Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DInput.cpp262 mEdgeFlags = edgeFlags; in initialize()
283 mEdgeFlags = other->mEdgeFlags; in copyFrom()
465 mEdgeFlags = parcel->readInt32(); in readFromParcel()
516 parcel->writeInt32(mEdgeFlags); in writeToParcel()
/frameworks/native/include/input/
DInput.h436 inline int32_t getEdgeFlags() const { return mEdgeFlags; } in getEdgeFlags()
438 inline void setEdgeFlags(int32_t edgeFlags) { mEdgeFlags = edgeFlags; } in setEdgeFlags()
664 int32_t mEdgeFlags; variable