aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/suggestions/SuggestionStripView.java
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2014-07-17 18:18:25 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-07-17 18:18:25 +0000
commit34301f69a1e47fb6f7ee5498815dd30cad488921 (patch)
tree1a8f9f571a8b8ee20f06b3503e7d0cdc3169a5e6 /java/src/com/android/inputmethod/latin/suggestions/SuggestionStripView.java
parent34cde7817426eb2e9f20fd74cd2efc9d338409f5 (diff)
parent6f80ed3901b32112114e039cb3a239a9e8d12130 (diff)
downloadlatinime-34301f69a1e47fb6f7ee5498815dd30cad488921.tar.gz
latinime-34301f69a1e47fb6f7ee5498815dd30cad488921.tar.xz
latinime-34301f69a1e47fb6f7ee5498815dd30cad488921.zip
am 6f80ed39: Merge "Rename LatinImeLogger to DebugFlags" into lmp-dev
* commit '6f80ed3901b32112114e039cb3a239a9e8d12130': Rename LatinImeLogger to DebugFlags
Diffstat (limited to 'java/src/com/android/inputmethod/latin/suggestions/SuggestionStripView.java')
-rw-r--r--java/src/com/android/inputmethod/latin/suggestions/SuggestionStripView.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/src/com/android/inputmethod/latin/suggestions/SuggestionStripView.java b/java/src/com/android/inputmethod/latin/suggestions/SuggestionStripView.java
index 8654e12a9..d151e4037 100644
--- a/java/src/com/android/inputmethod/latin/suggestions/SuggestionStripView.java
+++ b/java/src/com/android/inputmethod/latin/suggestions/SuggestionStripView.java
@@ -43,10 +43,10 @@ import com.android.inputmethod.keyboard.MainKeyboardView;
import com.android.inputmethod.keyboard.MoreKeysPanel;
import com.android.inputmethod.latin.AudioAndHapticFeedbackManager;
import com.android.inputmethod.latin.Constants;
-import com.android.inputmethod.latin.LatinImeLogger;
import com.android.inputmethod.latin.R;
import com.android.inputmethod.latin.SuggestedWords;
import com.android.inputmethod.latin.SuggestedWords.SuggestedWordInfo;
+import com.android.inputmethod.latin.define.DebugFlags;
import com.android.inputmethod.latin.settings.Settings;
import com.android.inputmethod.latin.settings.SettingsValues;
import com.android.inputmethod.latin.suggestions.MoreSuggestionsView.MoreSuggestionsListener;
@@ -63,7 +63,7 @@ public final class SuggestionStripView extends RelativeLayout implements OnClick
public void onCodeInput(int primaryCode, int x, int y, boolean isKeyRepeat);
}
- static final boolean DBG = LatinImeLogger.sDBG;
+ static final boolean DBG = DebugFlags.DEBUG_ENABLED;
private static final float DEBUG_INFO_TEXT_SIZE_IN_DIP = 6.0f;
private final ViewGroup mSuggestionsStrip;