am de3afcfd: Fix import and javadoc comments of unit tests
* commit 'de3afcfdcc438ae92464247276da57acc6321357': Fix import and javadoc comments of unit testsmain
commit
345ce61481
|
@ -16,29 +16,12 @@
|
||||||
|
|
||||||
package com.android.inputmethod.keyboard.layout;
|
package com.android.inputmethod.keyboard.layout;
|
||||||
|
|
||||||
import static com.android.inputmethod.keyboard.layout.DevanagariLetterConstants.SIGN_ANUSVARA;
|
import static com.android.inputmethod.keyboard.layout.DevanagariLetterConstants.*;
|
||||||
import static com.android.inputmethod.keyboard.layout.DevanagariLetterConstants.SIGN_CANDRABINDU;
|
|
||||||
import static com.android.inputmethod.keyboard.layout.DevanagariLetterConstants.SIGN_NUKTA;
|
|
||||||
import static com.android.inputmethod.keyboard.layout.DevanagariLetterConstants.SIGN_VIRAMA;
|
|
||||||
import static com.android.inputmethod.keyboard.layout.DevanagariLetterConstants.SIGN_VISARGA;
|
|
||||||
import static com.android.inputmethod.keyboard.layout.DevanagariLetterConstants.VOWEL_SIGN_AA;
|
|
||||||
import static com.android.inputmethod.keyboard.layout.DevanagariLetterConstants.VOWEL_SIGN_AI;
|
|
||||||
import static com.android.inputmethod.keyboard.layout.DevanagariLetterConstants.VOWEL_SIGN_AU;
|
|
||||||
import static com.android.inputmethod.keyboard.layout.DevanagariLetterConstants.VOWEL_SIGN_CANDRA_E;
|
|
||||||
import static com.android.inputmethod.keyboard.layout.DevanagariLetterConstants.VOWEL_SIGN_CANDRA_O;
|
|
||||||
import static com.android.inputmethod.keyboard.layout.DevanagariLetterConstants.VOWEL_SIGN_E;
|
|
||||||
import static com.android.inputmethod.keyboard.layout.DevanagariLetterConstants.VOWEL_SIGN_I;
|
|
||||||
import static com.android.inputmethod.keyboard.layout.DevanagariLetterConstants.VOWEL_SIGN_II;
|
|
||||||
import static com.android.inputmethod.keyboard.layout.DevanagariLetterConstants.VOWEL_SIGN_O;
|
|
||||||
import static com.android.inputmethod.keyboard.layout.DevanagariLetterConstants.VOWEL_SIGN_U;
|
|
||||||
import static com.android.inputmethod.keyboard.layout.DevanagariLetterConstants.VOWEL_SIGN_UU;
|
|
||||||
import static com.android.inputmethod.keyboard.layout.DevanagariLetterConstants.VOWEL_SIGN_VOCALIC_R;
|
|
||||||
|
|
||||||
import com.android.inputmethod.keyboard.layout.Hindi.HindiCustomizer;
|
import com.android.inputmethod.keyboard.layout.Hindi.HindiCustomizer;
|
||||||
import com.android.inputmethod.keyboard.layout.Hindi.HindiSymbols;
|
import com.android.inputmethod.keyboard.layout.Hindi.HindiSymbols;
|
||||||
import com.android.inputmethod.keyboard.layout.expected.ExpectedKey;
|
import com.android.inputmethod.keyboard.layout.expected.ExpectedKey;
|
||||||
import com.android.inputmethod.keyboard.layout.expected.ExpectedKeyboardBuilder;
|
import com.android.inputmethod.keyboard.layout.expected.ExpectedKeyboardBuilder;
|
||||||
import com.android.inputmethod.latin.Constants;
|
|
||||||
|
|
||||||
import java.util.Locale;
|
import java.util.Locale;
|
||||||
|
|
||||||
|
|
|
@ -330,7 +330,7 @@ public abstract class LayoutBase extends AbstractLayoutBase {
|
||||||
* Get the complete expected keyboard layout.
|
* Get the complete expected keyboard layout.
|
||||||
* @param isPhone true if requesting phone's layout.
|
* @param isPhone true if requesting phone's layout.
|
||||||
* @param elementId the element id of the requesting keyboard mode.
|
* @param elementId the element id of the requesting keyboard mode.
|
||||||
* @return
|
* @return the keyboard layout of the <code>elementId</code>.
|
||||||
*/
|
*/
|
||||||
public ExpectedKey[][] getLayout(final boolean isPhone, final int elementId) {
|
public ExpectedKey[][] getLayout(final boolean isPhone, final int elementId) {
|
||||||
if (elementId == KeyboardId.ELEMENT_SYMBOLS) {
|
if (elementId == KeyboardId.ELEMENT_SYMBOLS) {
|
||||||
|
|
Loading…
Reference in New Issue