Searched refs:mTouchMode (Results 1 – 6 of 6) sorted by relevance
425 int mTouchMode = TOUCH_MODE_REST; field in AbsListView2756 switch (mTouchMode) { in touchModeDrawsInPressedState()3214 mTouchMode = TOUCH_MODE_REST; in run()3218 mTouchMode = TOUCH_MODE_DONE_WAITING; in run()3255 mTouchMode = TOUCH_MODE_REST; in performStylusButtonPressAction()3476 if (mTouchMode == TOUCH_MODE_DOWN) { in run()3477 mTouchMode = TOUCH_MODE_TAP; in run()3517 mTouchMode = TOUCH_MODE_DONE_WAITING; in run()3520 mTouchMode = TOUCH_MODE_DONE_WAITING; in run()3537 mTouchMode = TOUCH_MODE_OVERSCROLL; in startScrollIfNeeded()[all …]
152 private int mTouchMode = TOUCH_MODE_NONE; field in AdapterViewAnimator607 mTouchMode = TOUCH_MODE_NONE; in cancelHandleClick()612 if (mTouchMode == TOUCH_MODE_DOWN_IN_CURRENT_VIEW) { in run()631 mTouchMode = TOUCH_MODE_DOWN_IN_CURRENT_VIEW; in onTouchEvent()640 if (mTouchMode == TOUCH_MODE_DOWN_IN_CURRENT_VIEW) { in onTouchEvent()669 mTouchMode = TOUCH_MODE_NONE; in onTouchEvent()677 mTouchMode = TOUCH_MODE_NONE; in onTouchEvent()
122 private int mTouchMode; field in Switch1027 mTouchMode = TOUCH_MODE_DOWN; in onTouchEvent()1035 switch (mTouchMode) { in onTouchEvent()1045 mTouchMode = TOUCH_MODE_DRAGGING; in onTouchEvent()1082 if (mTouchMode == TOUCH_MODE_DRAGGING) { in onTouchEvent()1088 mTouchMode = TOUCH_MODE_IDLE; in onTouchEvent()1110 mTouchMode = TOUCH_MODE_IDLE; in stopDrag()
1353 final boolean inTouchMode = mTouchMode > TOUCH_MODE_DOWN in layoutChildren()1354 && mTouchMode < TOUCH_MODE_SCROLL; in layoutChildren()1491 final int mode = mTouchMode; in setupChild()
1890 final boolean inTouchMode = mTouchMode == TOUCH_MODE_TAP in layoutChildren()1891 || mTouchMode == TOUCH_MODE_DONE_WAITING; in layoutChildren()2097 final int mode = mTouchMode; in setupChild()
128 private int mTouchMode; field in StaggeredGridView289 if (mTouchMode == TOUCH_MODE_FLINGING) { in onInterceptTouchEvent()291 mTouchMode = TOUCH_MODE_DRAGGING; in onInterceptTouchEvent()310 mTouchMode = TOUCH_MODE_DRAGGING; in onInterceptTouchEvent()346 mTouchMode = TOUCH_MODE_DRAGGING; in onTouchEvent()349 if (mTouchMode == TOUCH_MODE_DRAGGING) { in onTouchEvent()360 mTouchMode = TOUCH_MODE_IDLE; in onTouchEvent()368 mTouchMode = TOUCH_MODE_FLINGING; in onTouchEvent()374 mTouchMode = TOUCH_MODE_IDLE; in onTouchEvent()566 mTouchMode = TOUCH_MODE_IDLE; in computeScroll()