Searched refs:mTouchMode (Results 1 – 7 of 7) sorted by relevance
404 int mTouchMode = TOUCH_MODE_REST; field in AbsListView2726 switch (mTouchMode) { in touchModeDrawsInPressedState()3161 mTouchMode = TOUCH_MODE_REST; in run()3165 mTouchMode = TOUCH_MODE_DONE_WAITING; in run()3202 mTouchMode = TOUCH_MODE_REST; in performStylusButtonPressAction()3421 if (mTouchMode == TOUCH_MODE_DOWN) { in run()3422 mTouchMode = TOUCH_MODE_TAP; in run()3462 mTouchMode = TOUCH_MODE_DONE_WAITING; in run()3465 mTouchMode = TOUCH_MODE_DONE_WAITING; in run()3482 mTouchMode = TOUCH_MODE_OVERSCROLL; in startScrollIfNeeded()[all …]
152 private int mTouchMode = TOUCH_MODE_NONE; field in AdapterViewAnimator604 mTouchMode = TOUCH_MODE_NONE; in cancelHandleClick()609 if (mTouchMode == TOUCH_MODE_DOWN_IN_CURRENT_VIEW) { in run()628 mTouchMode = TOUCH_MODE_DOWN_IN_CURRENT_VIEW; in onTouchEvent()637 if (mTouchMode == TOUCH_MODE_DOWN_IN_CURRENT_VIEW) { in onTouchEvent()666 mTouchMode = TOUCH_MODE_NONE; in onTouchEvent()674 mTouchMode = TOUCH_MODE_NONE; in onTouchEvent()
112 private int mTouchMode; field in Switch926 mTouchMode = TOUCH_MODE_DOWN; in onTouchEvent()934 switch (mTouchMode) { in onTouchEvent()944 mTouchMode = TOUCH_MODE_DRAGGING; in onTouchEvent()981 if (mTouchMode == TOUCH_MODE_DRAGGING) { in onTouchEvent()987 mTouchMode = TOUCH_MODE_IDLE; in onTouchEvent()1009 mTouchMode = TOUCH_MODE_IDLE; in stopDrag()
1333 final boolean inTouchMode = mTouchMode > TOUCH_MODE_DOWN in layoutChildren()1334 && mTouchMode < TOUCH_MODE_SCROLL; in layoutChildren()1470 final int mode = mTouchMode; in setupChild()
1796 final boolean inTouchMode = mTouchMode == TOUCH_MODE_TAP in layoutChildren()1797 || mTouchMode == TOUCH_MODE_DONE_WAITING; in layoutChildren()2000 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()
119 private int mTouchMode; field in SwitchCompat901 mTouchMode = TOUCH_MODE_DOWN; in onTouchEvent()909 switch (mTouchMode) { in onTouchEvent()919 mTouchMode = TOUCH_MODE_DRAGGING; in onTouchEvent()956 if (mTouchMode == TOUCH_MODE_DRAGGING) { in onTouchEvent()962 mTouchMode = TOUCH_MODE_IDLE; in onTouchEvent()984 mTouchMode = TOUCH_MODE_IDLE; in stopDrag()