HomeSort by relevance Sort by last modified time
    Searched refs:elementId (Results 1 - 25 of 75) sorted by null

1 2 3

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
Dvorak.java 45 * @param elementId the element id of the requesting shifted mode.
48 protected ExpectedKey getRow1_1Key(final boolean isPhone, final int elementId) {
49 if (elementId == KeyboardId.ELEMENT_ALPHABET
50 || elementId == KeyboardId.ELEMENT_ALPHABET_AUTOMATIC_SHIFTED) {
59 * @param elementId the element id of the requesting shifted mode.
62 protected ExpectedKey getRow1_2Key(final boolean isPhone, final int elementId) {
63 if (elementId == KeyboardId.ELEMENT_ALPHABET
64 || elementId == KeyboardId.ELEMENT_ALPHABET_AUTOMATIC_SHIFTED) {
73 * @param elementId the element id of the requesting shifted mode.
76 protected ExpectedKey getRow1_3Key(final boolean isPhone, final int elementId) {
    [all...]
LayoutBase.java 117 * @param elementId the element id of the requesting shifted mode.
120 ExpectedKey[][] getCommonAlphabetShiftLayout(final boolean isPhone, final int elementId) {
123 getCustomizer().setAccentedLetters(builder, elementId);
135 * @param elementId the element id of the requesting keyboard mode.
136 * @return the keyboard layout of the <code>elementId</code>.
138 public ExpectedKey[][] getLayout(final boolean isPhone, final int elementId) {
139 if (elementId == KeyboardId.ELEMENT_SYMBOLS) {
142 if (elementId == KeyboardId.ELEMENT_SYMBOLS_SHIFTED) {
146 if (elementId == KeyboardId.ELEMENT_ALPHABET) {
148 getCustomizer().setAccentedLetters(builder, elementId);
    [all...]
Azerty.java 47 ExpectedKey[][] getCommonAlphabetShiftLayout(final boolean isPhone, final int elementId) {
49 if (elementId == KeyboardId.ELEMENT_ALPHABET_AUTOMATIC_SHIFTED
50 || elementId == KeyboardId.ELEMENT_ALPHABET_SHIFT_LOCKED) {
Colemak.java 46 ExpectedKey[][] getCommonAlphabetShiftLayout(final boolean isPhone, final int elementId) {
48 if (elementId == KeyboardId.ELEMENT_ALPHABET_AUTOMATIC_SHIFTED
49 || elementId == KeyboardId.ELEMENT_ALPHABET_SHIFT_LOCKED) {
PcQwerty.java 72 ExpectedKey[][] getCommonAlphabetShiftLayout(final boolean isPhone, final int elementId) {
74 if (elementId == KeyboardId.ELEMENT_ALPHABET_AUTOMATIC_SHIFTED
75 || elementId == KeyboardId.ELEMENT_ALPHABET_SHIFT_LOCKED) {
143 public ExpectedKey[][] getLayout(final boolean isPhone, final int elementId) {
144 if (elementId == KeyboardId.ELEMENT_SYMBOLS
145 || elementId == KeyboardId.ELEMENT_SYMBOLS_SHIFTED) {
148 return super.getLayout(isPhone, elementId);
Greek.java 62 ExpectedKey[][] getCommonAlphabetShiftLayout(final boolean isPhone, final int elementId) {
65 if (elementId == KeyboardId.ELEMENT_ALPHABET_MANUAL_SHIFTED
66 || elementId == KeyboardId.ELEMENT_ALPHABET_SHIFT_LOCK_SHIFTED) {
Georgian.java 66 final int elementId) {
67 if (elementId == KeyboardId.ELEMENT_ALPHABET_AUTOMATIC_SHIFTED) {
Lao.java 83 final int elementId) {
84 if (elementId == KeyboardId.ELEMENT_ALPHABET_AUTOMATIC_SHIFTED) {
NepaliRomanized.java 46 ExpectedKey[][] getCommonAlphabetShiftLayout(final boolean isPhone, final int elementId) {
47 if (elementId == KeyboardId.ELEMENT_ALPHABET_AUTOMATIC_SHIFTED) {
Sinhala.java 73 ExpectedKey[][] getCommonAlphabetShiftLayout(boolean isPhone, final int elementId) {
74 if (elementId == KeyboardId.ELEMENT_ALPHABET_AUTOMATIC_SHIFTED) {
BengaliAkkhor.java 41 ExpectedKey[][] getCommonAlphabetShiftLayout(boolean isPhone, final int elementId) {
42 if (elementId == KeyboardId.ELEMENT_ALPHABET_AUTOMATIC_SHIFTED) {
Khmer.java 79 final int elementId) {
80 if (elementId == KeyboardId.ELEMENT_ALPHABET_AUTOMATIC_SHIFTED) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/scripts/
ToolTip.js 3 function hide_element(elementId) {
4 element = document.getElementById(elementId);
13 function show_element(elementId) {
14 element = document.getElementById(elementId);
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
KeyboardLayoutSetNavigateMoreKeysBase.java 80 final int elementId, final int inputType, final int imeOptions,
86 final Keyboard keyboard = layoutSet.getKeyboard(elementId);
121 final int elementId, final int inputType) {
123 doTestMoreKeysOf(code, subtype, elementId, inputType,
127 doTestMoreKeysOf(code, subtype, elementId, inputType,
131 doTestMoreKeysOf(code, subtype, elementId, inputType,
135 doTestMoreKeysOf(code, subtype, elementId, inputType,
139 doTestMoreKeysOf(code, subtype, elementId, inputType,
143 doTestMoreKeysOf(code, subtype, elementId, inputType,
147 doTestMoreKeysOf(code, subtype, elementId, inputType
    [all...]
  /external/autotest/frontend/client/src/autotest/common/ui/
ElementWidget.java 23 public ElementWidget(String elementId) {
24 this(DOM.getElementById(elementId));
DetailView.java 56 protected void showText(String text, String elementId) {
57 getElementById(elementId).setInnerText(text);
60 protected void showField(JSONObject object, String field, String elementId) {
62 showText(value, elementId);
  /frameworks/base/wifi/java/android/net/wifi/
AnqpInformationElement.java 63 public AnqpInformationElement(int vendorId, int elementId, byte[] payload) {
65 mElementId = elementId;
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/customizer/
EstonianEECustomizer.java 62 protected void setMoreKeysOfI(final ExpectedKeyboardBuilder builder, final int elementId) {
70 if (elementId == KeyboardId.ELEMENT_ALPHABET) {
109 final int elementId) {
112 setMoreKeysOfI(builder, elementId);
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
documentgetelementbyid01.java 47 * The method getElementById returns the element whose ID is given by elementId.
50 * Invoke the getElementById method on this Document object with an invalid elementId.
81 String elementId = "---";
83 element = doc.getElementById(elementId);
  /libcore/luni/src/test/java/tests/org/w3c/dom/
DocumentGeteEementById.java 9 * The method getElementById returns the element whose ID is given by elementId.
13 * elementId. This should return a null element.
54 String elementId = "---";
56 element = doc.getElementById(elementId);
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
TestsDvorakEmail.java 85 protected ExpectedKey getRow1_1Key(final boolean isPhone, final int elementId) {
86 if (isPhone && (elementId == KeyboardId.ELEMENT_ALPHABET
87 || elementId == KeyboardId.ELEMENT_ALPHABET_AUTOMATIC_SHIFTED)) {
90 return super.getRow1_1Key(isPhone, elementId);
TestsDvorakUrl.java 81 protected ExpectedKey getRow1_1Key(final boolean isPhone, final int elementId) {
82 if (isPhone && (elementId == KeyboardId.ELEMENT_ALPHABET
83 || elementId == KeyboardId.ELEMENT_ALPHABET_AUTOMATIC_SHIFTED)) {
86 return super.getRow1_1Key(isPhone, elementId);
  /external/aac/libAACenc/src/
adj_thr.cpp     [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
FrameType.java 404 private static FrameType fetchType(int elementId, int dimensions, int accessHints) {
405 return fetchType(elementId, dimensions, accessHints, null);
413 int elementId, int dimensions, int accessHints, Class<?> clazz) {
414 String typeKey = FrameType.keyValueForType(elementId, dimensions, accessHints, clazz);
417 type = new FrameType(elementId, dimensions, accessHints, clazz);
423 private FrameType(int elementId, int dimensions, int accessHints, Class<?> clazz) {
424 mElementId = elementId;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardId.java 88 public KeyboardId(final int elementId, final KeyboardLayoutSet.Params params) {
93 mElementId = elementId;
145 private static boolean isAlphabetKeyboard(final int elementId) {
146 return elementId < ELEMENT_SYMBOLS;
219 public static String elementIdToName(final int elementId) {
220 switch (elementId) {

Completed in 881 milliseconds

1 2 3