Searched refs:medium (Results 1 – 25 of 160) sorted by relevance
1234567
/frameworks/base/core/tests/vibrator/src/android/os/vibrator/ |
D | PrebakedSegmentTest.java | 81 PrebakedSegment medium = new PrebakedSegment( in testApplyEffectStrength() local 84 PrebakedSegment light = medium.applyEffectStrength(VibrationEffect.EFFECT_STRENGTH_LIGHT); in testApplyEffectStrength() 85 assertNotEquals(medium, light); in testApplyEffectStrength() 86 assertEquals(medium.getEffectId(), light.getEffectId()); in testApplyEffectStrength() 87 assertEquals(medium.shouldFallback(), light.shouldFallback()); in testApplyEffectStrength() 90 PrebakedSegment strong = medium.applyEffectStrength(VibrationEffect.EFFECT_STRENGTH_STRONG); in testApplyEffectStrength() 91 assertNotEquals(medium, strong); in testApplyEffectStrength() 92 assertEquals(medium.getEffectId(), strong.getEffectId()); in testApplyEffectStrength() 93 assertEquals(medium.shouldFallback(), strong.shouldFallback()); in testApplyEffectStrength() 96 assertSame(medium, medium.applyEffectStrength(VibrationEffect.EFFECT_STRENGTH_MEDIUM)); in testApplyEffectStrength() [all …]
|
/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/ui/theme/ |
D | Shape.kt | 9 medium = RoundedCornerShape(28.dp),
|
/frameworks/proto_logging/stats/enums/app/ |
D | media_output_enum.proto | 23 * The medium type specified in an output switching operation.
|
/frameworks/proto_logging/stats/enums/nearby/ |
D | enums.proto | 60 * Network medium of Scan API
|
/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/ui/ |
D | Cards.kt | 92 shape = Shapes.medium, in CredentialContainerCard()
|
D | SnackBar.kt | 68 shape = Shapes.medium, in Snackbar()
|
/frameworks/proto_logging/stats/enums/media/outputswitcher/ |
D | enums.proto | 51 // Indicates the type of medium through which media is played.
|
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyboard/stickykeys/ui/view/ |
D | StickyKeysIndicator.kt | 68 shape = MaterialTheme.shapes.medium, in StickyKeysIndicator()
|
/frameworks/libs/systemui/weathereffects/graphics/assets/shaders/ |
D | rain_glass_layer.agsl | 47 // 2. Generate medium size glass rain.
|
/frameworks/base/ravenwood/ |
D | test-authors.md | 5 …t a fully booted Android OS. Instead, it’s more suited for “small” and “medium” tests where your …
|
/frameworks/native/opengl/tests/angeles/ |
D | license-LGPL.txt | 151 complete source code as you receive it, in any medium, provided that 208 a storage or distribution medium does not bring the other work under 232 medium customarily used for software interchange.
|
/frameworks/proto_logging/stats/enums/stats/dnsresolver/ |
D | dns_resolver.proto | 339 SYS_ENOMEDIUM = 123; // No medium (in tape drive)
|
/frameworks/proto_logging/stats/atoms/sysui/ |
D | sysui_atoms.proto | 599 // Source medium type before switching. 602 // Target medium type after switching.
|
/frameworks/av/services/mediaextractor/ |
D | NOTICE | 103 Work or Derivative Works thereof in any medium, with or without
|
/frameworks/av/media/libstagefright/codecs/gsm/dec/ |
D | NOTICE | 103 Work or Derivative Works thereof in any medium, with or without
|
/frameworks/av/media/module/foundation/ |
D | NOTICE | 103 Work or Derivative Works thereof in any medium, with or without
|
/frameworks/av/media/module/mpeg2ts/ |
D | NOTICE | 103 Work or Derivative Works thereof in any medium, with or without
|
/frameworks/base/media/jni/soundpool/ |
D | NOTICE | 103 Work or Derivative Works thereof in any medium, with or without
|
/frameworks/av/media/libmedia/ |
D | NOTICE | 103 Work or Derivative Works thereof in any medium, with or without
|
/frameworks/base/keystore/ |
D | NOTICE | 103 Work or Derivative Works thereof in any medium, with or without
|
/frameworks/native/cmds/cmd/ |
D | NOTICE | 103 Work or Derivative Works thereof in any medium, with or without
|
/frameworks/av/media/module/extractors/midi/ |
D | NOTICE | 103 Work or Derivative Works thereof in any medium, with or without
|
/frameworks/av/media/libstagefright/codecs/flac/enc/ |
D | NOTICE | 103 Work or Derivative Works thereof in any medium, with or without
|
/frameworks/av/media/codec2/components/mpeg4_h263/ |
D | NOTICE | 103 Work or Derivative Works thereof in any medium, with or without
|
/frameworks/av/media/module/codecs/amrwb/enc/ |
D | NOTICE | 103 Work or Derivative Works thereof in any medium, with or without
|
1234567