Searched refs:mPressedIndex (Results 1 – 3 of 3) sorted by relevance
85 private int mPressedIndex = -1; field in IndicatorControlWheel145 mPressedIndex = -1; in changeIndicatorsLevel()280 if ((index != mPressedIndex) || (action == MotionEvent.ACTION_DOWN)) { in dispatchTouchEvent()281 if (mPressedIndex != -1) { in dispatchTouchEvent()282 injectMotionEvent(mPressedIndex, event, MotionEvent.ACTION_CANCEL); in dispatchTouchEvent()303 mPressedIndex = (action == MotionEvent.ACTION_UP) ? -1 : index; in dispatchTouchEvent()440 if (mPressedIndex != -1) { in getSelectedIndicatorIndex()441 View v = getChildAt(mPressedIndex); in getSelectedIndicatorIndex()443 return mPressedIndex; in getSelectedIndicatorIndex()540 if (mPressedIndex != -1) { in onTouchOutBound()[all …]
46 private int mPressedIndex = -1; field in AlbumSlotRenderer66 if (mPressedIndex == index) return; in setPressedIndex()67 mPressedIndex = index; in setPressedIndex()72 if (mPressedIndex == -1) return; in setPressedUp()142 if (mPressedIndex == index) { in renderOverlay()148 mPressedIndex = -1; in renderOverlay()
48 private int mPressedIndex = -1; field in AlbumSetSlotRenderer85 if (mPressedIndex == index) return; in setPressedIndex()86 mPressedIndex = index; in setPressedIndex()91 if (mPressedIndex == -1) return; in setPressedUp()149 if (mPressedIndex == index) { in renderOverlay()155 mPressedIndex = -1; in renderOverlay()