Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DInput.cpp567 mEdgeFlags = edgeFlags; in initialize()
592 mEdgeFlags = other->mEdgeFlags; in copyFrom()
633 other.mActionButton, other.mFlags, other.mEdgeFlags, other.mMetaState, in splitFrom()
843 mEdgeFlags = parcel->readInt32(); in readFromParcel()
907 parcel->writeInt32(mEdgeFlags); in writeToParcel()
1129 mEdgeFlags == o.mEdgeFlags && in operator ==()
/frameworks/native/include/input/
DInput.h667 inline int32_t getEdgeFlags() const { return mEdgeFlags; } in getEdgeFlags()
669 inline void setEdgeFlags(int32_t edgeFlags) { mEdgeFlags = edgeFlags; } in setEdgeFlags()
973 int32_t mEdgeFlags; variable