/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/ |
H A D | ExpectedKeyVisual.java | 48 abstract boolean hasSameKeyVisual(final ExpectedKeyVisual visual); in hasSameKeyVisual() argument 106 boolean hasSameKeyVisual(final ExpectedKeyVisual visual) { in hasSameKeyVisual() argument 107 return (visual instanceof Icon) && mIconId == ((Icon)visual).mIconId; in hasSameKeyVisual() 174 boolean hasSameKeyVisual(final ExpectedKeyVisual visual) { in hasSameKeyVisual() argument 175 return (visual instanceof Label) && mLabel.equals(((Label)visual).mLabel); in hasSameKeyVisual()
|
H A D | ExpectedKey.java | 65 static ExpectedKey newInstance(final ExpectedKeyVisual visual, final ExpectedKeyOutput output, in newInstance() argument 68 return new ExpectedKey(visual, output); in newInstance() 90 return new ExpectedKeyWithMoreKeys(visual, output, moreKeys); in newInstance() 97 visual, output, moreKeysArray, firstAdditionalMoreKeyIndex, in newInstance() 142 protected ExpectedKey(final ExpectedKeyVisual visual, final ExpectedKeyOutput output) { in ExpectedKey() argument 143 mVisual = visual; in ExpectedKey() 218 super(visual, output); in ExpectedAdditionalMoreKey() 235 ExpectedKeyWithMoreKeys(final ExpectedKeyVisual visual, final ExpectedKeyOutput output, in ExpectedKeyWithMoreKeys() argument 237 super(visual, output); in ExpectedKeyWithMoreKeys() 315 ExpectedKeyWithMoreKeysAndAdditionalMoreKeys(final ExpectedKeyVisual visual, in ExpectedKeyWithMoreKeysAndAdditionalMoreKeys() argument [all …]
|
H A D | ExpectedKeyboardBuilder.java | 87 private void replaceKeyOf(final ExpectedKeyVisual visual, final ReplaceJob job) { in replaceKeyOf() argument 94 if (!currentKey.getVisual().hasSameKeyVisual(visual)) { in replaceKeyOf() 110 "Can't find key that has visual: " + visual + " in\n" + this); in replaceKeyOf() 168 private void setMoreKeysOf(final ExpectedKeyVisual visual, final ExpectedKey[] moreKeys) { in setMoreKeysOf() argument 169 replaceKeyOf(visual, new ReplaceJob() { in setMoreKeysOf() 195 final ExpectedKeyVisual visual = ExpectedKeyVisual.newInstance(label); in setAdditionalMoreKeysPositionOf() local 196 replaceKeyOf(visual, new ReplaceJob() { in setAdditionalMoreKeysPositionOf() 271 final ExpectedKeyVisual visual = ExpectedKeyVisual.newInstance(label); in replaceKeyOfLabel() local 272 replaceKeyOf(visual, new ReplaceJob() { in replaceKeyOfLabel()
|
H A D | ActualKeyboardBuilder.java | 113 final String visual = (iconId != KeyboardIconsSet.ICON_UNDEFINED) in toString() local 123 if (visual.equals(output)) { in toString() 124 return visual; in toString() 126 return visual + "|" + output; in toString()
|
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/action/ |
H A D | ActionTestsBase.java | 63 private ExpectedActionKey(final ExpectedKeyVisual visual) { in ExpectedActionKey() argument 64 mVisual = visual; in ExpectedActionKey()
|
/aosp12/packages/services/Car/car_product/build/ |
H A D | car_base.mk | 25 PRODUCT_PACKAGE_OVERLAYS += packages/services/Car/car_product/overlay-visual
|
/aosp12/frameworks/base/packages/SystemUI/docs/ |
H A D | demo_mode.md | 44 ```bars``` | | | Control the visual style of th… 45 …| ```mode``` | | Sets the bars visual style (opaque, translucent, s…
|
H A D | falsing.md | 38 - Dragging animations, touch ripples, and other purely visual effects should not query.
|
H A D | qs-tiles.md | 92 …ate`. The backend populates the state, and then the view maps the state to a visual representation. 94 It's important to notice that the state of the tile (internal or visual) is not directly modified b…
|
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | fb.h | 158 __u32 visual; member
|
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
H A D | Key.java | 545 final String visual = (hintLabel == null) ? topVisual : topVisual + "^" + hintLabel; in toLongString() local 546 return toString() + " " + visual + "/" + backgroundName(mBackgroundType); in toLongString()
|
/aosp12/hardware/interfaces/graphics/composer/2.4/ |
H A D | IComposerClient.hal | 161 * a noticeable visual artifact. 256 * the vsync period change without a noticeable visual artifact.
|
/aosp12/hardware/interfaces/automotive/sv/1.0/ |
H A D | ISurroundView3dSession.hal | 77 * 3d object in the scene which can be a visual indicator to provide additional information eg.
|
/aosp12/build/make/tools/releasetools/ |
H A D | pylintrc | 71 # (visual studio) and html. You can also give a reporter class, eg
|
/aosp12/hardware/interfaces/camera/device/3.4/ |
H A D | types.hal | 289 * visual effect on any Hal streams attached to the logical camera is undefined.
|
/aosp12/system/apex/ |
H A D | pylintrc | 160 # (visual studio) and html. You can also give a reporter class, eg
|
/aosp12/system/tools/mkbootimg/ |
H A D | pylintrc | 154 # (visual studio) and html. You can also give a reporter class, eg
|
/aosp12/system/update_engine/ |
H A D | pylintrc | 103 # (visual studio) and html. You can also give a reporter class, eg
|
/aosp12/frameworks/base/proto/src/metrics_constants/ |
H A D | metrics_constants.proto | 242 // The (visual) location of a Notification. 286 // Known visual elements: views or controls.
|
/aosp12/packages/inputmethods/LatinIME/dictionaries/ |
H A D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
H A D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
H A D | pt_BR_wordlist.combined.gz | 1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ... |
H A D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
H A D | da_wordlist.combined.gz | 1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ... |
H A D | pl_wordlist.combined.gz | 1dictionary=main:pl,locale=pl,description=Polski,date=1414726264, ... |