From aafa17e2831e4b823df1f1a89ae81cbbcc286fed Mon Sep 17 00:00:00 2001 From: Jean Chalard Date: Wed, 20 Apr 2011 12:08:33 +0900 Subject: Fix a typo. Change-Id: I245deb5af6b504ff20617929c0510036d0c930d5 --- java/src/com/android/inputmethod/latin/SuggestedWords.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'java/src') diff --git a/java/src/com/android/inputmethod/latin/SuggestedWords.java b/java/src/com/android/inputmethod/latin/SuggestedWords.java index fe7aac7c2..a8cdfc02e 100644 --- a/java/src/com/android/inputmethod/latin/SuggestedWords.java +++ b/java/src/com/android/inputmethod/latin/SuggestedWords.java @@ -32,14 +32,14 @@ public class SuggestedWords { public final List mSuggestedWordInfoList; private SuggestedWords(List words, boolean typedWordValid, - boolean hasMinamlSuggestion, List suggestedWordInfoList) { + boolean hasMinimalSuggestion, List suggestedWordInfoList) { if (words != null) { mWords = words; } else { mWords = Collections.emptyList(); } mTypedWordValid = typedWordValid; - mHasMinimalSuggestion = hasMinamlSuggestion; + mHasMinimalSuggestion = hasMinimalSuggestion; mSuggestedWordInfoList = suggestedWordInfoList; } @@ -113,8 +113,8 @@ public class SuggestedWords { return this; } - public Builder setHasMinimalSuggestion(boolean hasMinamlSuggestion) { - mHasMinimalSuggestion = hasMinamlSuggestion; + public Builder setHasMinimalSuggestion(boolean hasMinimalSuggestion) { + mHasMinimalSuggestion = hasMinimalSuggestion; return this; } -- cgit v1.2.3-83-g751a From 015b21cf52fea1a96bf785c73ecb80b0b731cec3 Mon Sep 17 00:00:00 2001 From: satok Date: Wed, 20 Apr 2011 11:29:26 +0900 Subject: Tweak voice layout for Dogfood Change-Id: Ic51a044901a63c4cec907163e35cd5e458f36dde --- java/res/layout-xlarge/recognition_status.xml | 101 +++++++++++++++++++++ java/res/layout/recognition_status.xml | 27 +++--- .../compat/InputMethodManagerCompatWrapper.java | 11 +-- .../compat/InputMethodServiceCompatWrapper.java | 8 +- .../compat/InputMethodSubtypeCompatWrapper.java | 4 + 5 files changed, 131 insertions(+), 20 deletions(-) create mode 100644 java/res/layout-xlarge/recognition_status.xml (limited to 'java/src') diff --git a/java/res/layout-xlarge/recognition_status.xml b/java/res/layout-xlarge/recognition_status.xml new file mode 100644 index 000000000..40bc09823 --- /dev/null +++ b/java/res/layout-xlarge/recognition_status.xml @@ -0,0 +1,101 @@ + + + + + + + + + + + + +