Searched refs:mTouchMode (Results 1 – 7 of 7) sorted by relevance
425 int mTouchMode = TOUCH_MODE_REST; field in AbsListView2775 switch (mTouchMode) { in touchModeDrawsInPressedState()3233 mTouchMode = TOUCH_MODE_REST; in run()3237 mTouchMode = TOUCH_MODE_DONE_WAITING; in run()3274 mTouchMode = TOUCH_MODE_REST; in performStylusButtonPressAction()3495 if (mTouchMode == TOUCH_MODE_DOWN) { in run()3496 mTouchMode = TOUCH_MODE_TAP; in run()3536 mTouchMode = TOUCH_MODE_DONE_WAITING; in run()3539 mTouchMode = TOUCH_MODE_DONE_WAITING; in run()3556 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()
123 private int mTouchMode; field in Switch1019 mTouchMode = TOUCH_MODE_DOWN; in onTouchEvent()1027 switch (mTouchMode) { in onTouchEvent()1037 mTouchMode = TOUCH_MODE_DRAGGING; in onTouchEvent()1074 if (mTouchMode == TOUCH_MODE_DRAGGING) { in onTouchEvent()1080 mTouchMode = TOUCH_MODE_IDLE; in onTouchEvent()1102 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()
80711 Landroid/widget/AdapterViewAnimator;->mTouchMode:I84552 Landroid/widget/Switch;->mTouchMode:I