mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-04 05:40:17 +00:00
remove unused annotations
This commit is contained in:
parent
978d76ed7c
commit
3a354524f3
37 changed files with 6 additions and 183 deletions
|
@ -37,7 +37,6 @@ import androidx.annotation.NonNull;
|
|||
import androidx.annotation.Nullable;
|
||||
|
||||
import helium314.keyboard.accessibility.AccessibilityUtils;
|
||||
import helium314.keyboard.annotations.UsedForTesting;
|
||||
import helium314.keyboard.latin.PunctuationSuggestions;
|
||||
import helium314.keyboard.latin.R;
|
||||
import helium314.keyboard.latin.SuggestedWords;
|
||||
|
@ -230,7 +229,6 @@ final class SuggestionStripLayoutHelper {
|
|||
shouldOmitTypedWord, mCenterPositionInStrip, mTypedWordPositionWhenAutocorrect);
|
||||
}
|
||||
|
||||
@UsedForTesting
|
||||
static boolean shouldOmitTypedWord(final int inputStyle,
|
||||
final boolean gestureFloatingPreviewTextEnabled,
|
||||
final boolean shouldShowUiToAcceptTypedWord) {
|
||||
|
@ -240,7 +238,6 @@ final class SuggestionStripLayoutHelper {
|
|||
return shouldShowUiToAcceptTypedWord && omitTypedWord;
|
||||
}
|
||||
|
||||
@UsedForTesting
|
||||
static int getPositionInSuggestionStrip(final int indexInSuggestedWords,
|
||||
final boolean willAutoCorrect, final boolean omitTypedWord,
|
||||
final int centerPositionInStrip, final int typedWordPositionWhenAutoCorrect) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue