Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DNativeInput.java285 private int mAction; field in NativeInput.MotionEvent
306 return mAction; in getAction()
310 return mAction & AMOTION_EVENT_ACTION_MASK; in getActionMasked()
314 return (mAction & AMOTION_EVENT_ACTION_POINTER_INDEX_MASK) in getActionIndex()
319 mAction = action; in setAction()
570 mAction = action; in initialize()
590 mAction = other.mAction; in copyFrom()
727 mAction = parcel.readInt(); in readFromParcel()
768 parcel.writeInt(mAction); in writeToParcel()
813 return isTouchEvent(getSource(), mAction); in isTouchEvent()