|
69 | 69 | /**
|
70 | 70 | * A view that is responsible for detecting key presses and touch movements.
|
71 | 71 | *
|
72 |
| - * @attr ref R.styleable#MainKeyboardView_languageOnSpacebarTextRatio |
73 |
| - * @attr ref R.styleable#MainKeyboardView_languageOnSpacebarTextColor |
74 |
| - * @attr ref R.styleable#MainKeyboardView_languageOnSpacebarTextShadowRadius |
75 |
| - * @attr ref R.styleable#MainKeyboardView_languageOnSpacebarTextShadowColor |
76 |
| - * @attr ref R.styleable#MainKeyboardView_languageOnSpacebarFinalAlpha |
77 |
| - * @attr ref R.styleable#MainKeyboardView_languageOnSpacebarFadeoutAnimator |
78 |
| - * @attr ref R.styleable#MainKeyboardView_altCodeKeyWhileTypingFadeoutAnimator |
79 |
| - * @attr ref R.styleable#MainKeyboardView_altCodeKeyWhileTypingFadeinAnimator |
80 |
| - * @attr ref R.styleable#MainKeyboardView_keyHysteresisDistance |
81 |
| - * @attr ref R.styleable#MainKeyboardView_touchNoiseThresholdTime |
82 |
| - * @attr ref R.styleable#MainKeyboardView_touchNoiseThresholdDistance |
83 |
| - * @attr ref R.styleable#MainKeyboardView_keySelectionByDraggingFinger |
84 |
| - * @attr ref R.styleable#MainKeyboardView_keyRepeatStartTimeout |
85 |
| - * @attr ref R.styleable#MainKeyboardView_keyRepeatInterval |
86 |
| - * @attr ref R.styleable#MainKeyboardView_longPressKeyTimeout |
87 |
| - * @attr ref R.styleable#MainKeyboardView_longPressShiftKeyTimeout |
88 |
| - * @attr ref R.styleable#MainKeyboardView_ignoreAltCodeKeyTimeout |
89 |
| - * @attr ref R.styleable#MainKeyboardView_keyPreviewLayout |
90 |
| - * @attr ref R.styleable#MainKeyboardView_keyPreviewOffset |
91 |
| - * @attr ref R.styleable#MainKeyboardView_keyPreviewHeight |
92 |
| - * @attr ref R.styleable#MainKeyboardView_keyPreviewLingerTimeout |
93 |
| - * @attr ref R.styleable#MainKeyboardView_keyPreviewShowUpAnimator |
94 |
| - * @attr ref R.styleable#MainKeyboardView_keyPreviewDismissAnimator |
95 |
| - * @attr ref R.styleable#MainKeyboardView_moreKeysKeyboardLayout |
96 |
| - * @attr ref R.styleable#MainKeyboardView_moreKeysKeyboardForActionLayout |
97 |
| - * @attr ref R.styleable#MainKeyboardView_backgroundDimAlpha |
98 |
| - * @attr ref R.styleable#MainKeyboardView_showMoreKeysKeyboardAtTouchPoint |
99 |
| - * @attr ref R.styleable#MainKeyboardView_gestureFloatingPreviewTextLingerTimeout |
100 |
| - * @attr ref R.styleable#MainKeyboardView_gestureStaticTimeThresholdAfterFastTyping |
101 |
| - * @attr ref R.styleable#MainKeyboardView_gestureDetectFastMoveSpeedThreshold |
102 |
| - * @attr ref R.styleable#MainKeyboardView_gestureDynamicThresholdDecayDuration |
103 |
| - * @attr ref R.styleable#MainKeyboardView_gestureDynamicTimeThresholdFrom |
104 |
| - * @attr ref R.styleable#MainKeyboardView_gestureDynamicTimeThresholdTo |
105 |
| - * @attr ref R.styleable#MainKeyboardView_gestureDynamicDistanceThresholdFrom |
106 |
| - * @attr ref R.styleable#MainKeyboardView_gestureDynamicDistanceThresholdTo |
107 |
| - * @attr ref R.styleable#MainKeyboardView_gestureSamplingMinimumDistance |
108 |
| - * @attr ref R.styleable#MainKeyboardView_gestureRecognitionMinimumTime |
109 |
| - * @attr ref R.styleable#MainKeyboardView_gestureRecognitionSpeedThreshold |
110 |
| - * @attr ref R.styleable#MainKeyboardView_suppressKeyPreviewAfterBatchInputDuration |
| 72 | + * @attr ref android.R.styleable#MainKeyboardView_languageOnSpacebarTextRatio |
| 73 | + * @attr ref android.R.styleable#MainKeyboardView_languageOnSpacebarTextColor |
| 74 | + * @attr ref android.R.styleable#MainKeyboardView_languageOnSpacebarTextShadowRadius |
| 75 | + * @attr ref android.R.styleable#MainKeyboardView_languageOnSpacebarTextShadowColor |
| 76 | + * @attr ref android.R.styleable#MainKeyboardView_languageOnSpacebarFinalAlpha |
| 77 | + * @attr ref android.R.styleable#MainKeyboardView_languageOnSpacebarFadeoutAnimator |
| 78 | + * @attr ref android.R.styleable#MainKeyboardView_altCodeKeyWhileTypingFadeoutAnimator |
| 79 | + * @attr ref android.R.styleable#MainKeyboardView_altCodeKeyWhileTypingFadeinAnimator |
| 80 | + * @attr ref android.R.styleable#MainKeyboardView_keyHysteresisDistance |
| 81 | + * @attr ref android.R.styleable#MainKeyboardView_touchNoiseThresholdTime |
| 82 | + * @attr ref android.R.styleable#MainKeyboardView_touchNoiseThresholdDistance |
| 83 | + * @attr ref android.R.styleable#MainKeyboardView_keySelectionByDraggingFinger |
| 84 | + * @attr ref android.R.styleable#MainKeyboardView_keyRepeatStartTimeout |
| 85 | + * @attr ref android.R.styleable#MainKeyboardView_keyRepeatInterval |
| 86 | + * @attr ref android.R.styleable#MainKeyboardView_longPressKeyTimeout |
| 87 | + * @attr ref android.R.styleable#MainKeyboardView_longPressShiftKeyTimeout |
| 88 | + * @attr ref android.R.styleable#MainKeyboardView_ignoreAltCodeKeyTimeout |
| 89 | + * @attr ref android.R.styleable#MainKeyboardView_keyPreviewLayout |
| 90 | + * @attr ref android.R.styleable#MainKeyboardView_keyPreviewOffset |
| 91 | + * @attr ref android.R.styleable#MainKeyboardView_keyPreviewHeight |
| 92 | + * @attr ref android.R.styleable#MainKeyboardView_keyPreviewLingerTimeout |
| 93 | + * @attr ref android.R.styleable#MainKeyboardView_keyPreviewShowUpAnimator |
| 94 | + * @attr ref android.R.styleable#MainKeyboardView_keyPreviewDismissAnimator |
| 95 | + * @attr ref android.R.styleable#MainKeyboardView_moreKeysKeyboardLayout |
| 96 | + * @attr ref android.R.styleable#MainKeyboardView_moreKeysKeyboardForActionLayout |
| 97 | + * @attr ref android.R.styleable#MainKeyboardView_backgroundDimAlpha |
| 98 | + * @attr ref android.R.styleable#MainKeyboardView_showMoreKeysKeyboardAtTouchPoint |
| 99 | + * @attr ref android.R.styleable#MainKeyboardView_gestureFloatingPreviewTextLingerTimeout |
| 100 | + * @attr ref android.R.styleable#MainKeyboardView_gestureStaticTimeThresholdAfterFastTyping |
| 101 | + * @attr ref android.R.styleable#MainKeyboardView_gestureDetectFastMoveSpeedThreshold |
| 102 | + * @attr ref android.R.styleable#MainKeyboardView_gestureDynamicThresholdDecayDuration |
| 103 | + * @attr ref android.R.styleable#MainKeyboardView_gestureDynamicTimeThresholdFrom |
| 104 | + * @attr ref android.R.styleable#MainKeyboardView_gestureDynamicTimeThresholdTo |
| 105 | + * @attr ref android.R.styleable#MainKeyboardView_gestureDynamicDistanceThresholdFrom |
| 106 | + * @attr ref android.R.styleable#MainKeyboardView_gestureDynamicDistanceThresholdTo |
| 107 | + * @attr ref android.R.styleable#MainKeyboardView_gestureSamplingMinimumDistance |
| 108 | + * @attr ref android.R.styleable#MainKeyboardView_gestureRecognitionMinimumTime |
| 109 | + * @attr ref android.R.styleable#MainKeyboardView_gestureRecognitionSpeedThreshold |
| 110 | + * @attr ref android.R.styleable#MainKeyboardView_suppressKeyPreviewAfterBatchInputDuration |
111 | 111 | */
|
112 | 112 | public final class MainKeyboardView extends KeyboardView implements DrawingProxy,
|
113 | 113 | MoreKeysPanel.Controller {
|
|
0 commit comments