Home
last modified time | relevance | path

Searched refs:visual (Results 1 – 25 of 32) sorted by relevance

12

/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
H A DExpectedKeyVisual.java48 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 DExpectedKey.java65 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 DExpectedKeyboardBuilder.java87 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 DActualKeyboardBuilder.java113 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 DActionTestsBase.java63 private ExpectedActionKey(final ExpectedKeyVisual visual) { in ExpectedActionKey() argument
64 mVisual = visual; in ExpectedActionKey()
/aosp12/packages/services/Car/car_product/build/
H A Dcar_base.mk25 PRODUCT_PACKAGE_OVERLAYS += packages/services/Car/car_product/overlay-visual
/aosp12/frameworks/base/packages/SystemUI/docs/
H A Ddemo_mode.md44 ```bars``` | | | Control the visual style of th…
45 …| ```mode``` | | Sets the bars visual style (opaque, translucent, s…
H A Dfalsing.md38 - Dragging animations, touch ripples, and other purely visual effects should not query.
H A Dqs-tiles.md92 …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 Dfb.h158 __u32 visual; member
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKey.java545 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 DIComposerClient.hal161 * a noticeable visual artifact.
256 * the vsync period change without a noticeable visual artifact.
/aosp12/hardware/interfaces/automotive/sv/1.0/
H A DISurroundView3dSession.hal77 * 3d object in the scene which can be a visual indicator to provide additional information eg.
/aosp12/build/make/tools/releasetools/
H A Dpylintrc71 # (visual studio) and html. You can also give a reporter class, eg
/aosp12/hardware/interfaces/camera/device/3.4/
H A Dtypes.hal289 * visual effect on any Hal streams attached to the logical camera is undefined.
/aosp12/system/apex/
H A Dpylintrc160 # (visual studio) and html. You can also give a reporter class, eg
/aosp12/system/tools/mkbootimg/
H A Dpylintrc154 # (visual studio) and html. You can also give a reporter class, eg
/aosp12/system/update_engine/
H A Dpylintrc103 # (visual studio) and html. You can also give a reporter class, eg
/aosp12/frameworks/base/proto/src/metrics_constants/
H A Dmetrics_constants.proto242 // The (visual) location of a Notification.
286 // Known visual elements: views or controls.
/aosp12/packages/inputmethods/LatinIME/dictionaries/
H A Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
H A Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
H A Dpt_BR_wordlist.combined.gz1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ...
H A Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...
H A Dda_wordlist.combined.gz1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ...
H A Dpl_wordlist.combined.gz1dictionary=main:pl,locale=pl,description=Polski,date=1414726264, ...

12