Searched refs:TEXT_HANDLE_MOVE (Results 1 – 5 of 5) sorted by relevance
40 import static android.view.HapticFeedbackConstants.TEXT_HANDLE_MOVE;161 customizations.put(TEXT_HANDLE_MOVE, PRIMITIVE_CLICK_EFFECT); in testHapticTextDisabled_noVibrationReturnedForTextHandleMove()166 assertThat(hapticProvider.getVibrationForHapticFeedback(TEXT_HANDLE_MOVE)).isNull(); in testHapticTextDisabled_noVibrationReturnedForTextHandleMove()171 assertThat(hapticProvider.getVibrationForHapticFeedback(TEXT_HANDLE_MOVE)).isNull(); in testHapticTextDisabled_noVibrationReturnedForTextHandleMove()179 customizations.put(TEXT_HANDLE_MOVE, PRIMITIVE_CLICK_EFFECT); in testHapticTextEnabled_vibrationReturnedForTextHandleMove()184 assertThat(hapticProvider.getVibrationForHapticFeedback(TEXT_HANDLE_MOVE)) in testHapticTextEnabled_vibrationReturnedForTextHandleMove()190 assertThat(hapticProvider.getVibrationForHapticFeedback(TEXT_HANDLE_MOVE)) in testHapticTextEnabled_vibrationReturnedForTextHandleMove()
84 public static final int TEXT_HANDLE_MOVE = 9; field in HapticFeedbackConstants
111 case HapticFeedbackConstants.TEXT_HANDLE_MOVE: in getVibrationForHapticFeedback()
5276 mTextView.performHapticFeedback(HapticFeedbackConstants.TEXT_HANDLE_MOVE); in positionAtCursorOffset()6615 mTextView.performHapticFeedback(HapticFeedbackConstants.TEXT_HANDLE_MOVE); in positionCursorDuringDrag()7134 mTextView.performHapticFeedback(HapticFeedbackConstants.TEXT_HANDLE_MOVE); in updateSelectionInternal()
50994 field public static final int TEXT_HANDLE_MOVE = 9; // 0x9