Searched refs:mTouchMode (Results 1 – 7 of 7) sorted by relevance
445 int mTouchMode = TOUCH_MODE_REST; field in AbsListView2863 switch (mTouchMode) { in touchModeDrawsInPressedState()3321 mTouchMode = TOUCH_MODE_REST; in run()3325 mTouchMode = TOUCH_MODE_DONE_WAITING; in run()3362 mTouchMode = TOUCH_MODE_REST; in performStylusButtonPressAction()3583 if (mTouchMode == TOUCH_MODE_DOWN) { in run()3584 mTouchMode = TOUCH_MODE_TAP; in run()3624 mTouchMode = TOUCH_MODE_DONE_WAITING; in run()3627 mTouchMode = TOUCH_MODE_DONE_WAITING; in run()3644 mTouchMode = TOUCH_MODE_OVERSCROLL; in startScrollIfNeeded()[all …]
152 private int mTouchMode = TOUCH_MODE_NONE; field in AdapterViewAnimator612 mTouchMode = TOUCH_MODE_NONE; in cancelHandleClick()617 if (mTouchMode == TOUCH_MODE_DOWN_IN_CURRENT_VIEW) { in run()636 mTouchMode = TOUCH_MODE_DOWN_IN_CURRENT_VIEW; in onTouchEvent()645 if (mTouchMode == TOUCH_MODE_DOWN_IN_CURRENT_VIEW) { in onTouchEvent()674 mTouchMode = TOUCH_MODE_NONE; in onTouchEvent()682 mTouchMode = TOUCH_MODE_NONE; in onTouchEvent()
137 private int mTouchMode; field in Switch1102 mTouchMode = TOUCH_MODE_DOWN; in onTouchEvent()1110 switch (mTouchMode) { in onTouchEvent()1120 mTouchMode = TOUCH_MODE_DRAGGING; in onTouchEvent()1157 if (mTouchMode == TOUCH_MODE_DRAGGING) { in onTouchEvent()1163 mTouchMode = TOUCH_MODE_IDLE; in onTouchEvent()1185 mTouchMode = TOUCH_MODE_IDLE; in stopDrag()
1354 final boolean inTouchMode = mTouchMode > TOUCH_MODE_DOWN in layoutChildren()1355 && mTouchMode < TOUCH_MODE_SCROLL; in layoutChildren()1492 final int mode = mTouchMode; in setupChild()
1888 final boolean inTouchMode = mTouchMode == TOUCH_MODE_TAP in layoutChildren()1889 || mTouchMode == TOUCH_MODE_DONE_WAITING; in layoutChildren()2095 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()
65639 Landroid/widget/AdapterViewAnimator;->mTouchMode:I69480 Landroid/widget/Switch;->mTouchMode:I