Home
last modified time | relevance | path

Searched refs:medium (Results 1 – 25 of 160) sorted by relevance

1234567

/frameworks/base/core/tests/vibrator/src/android/os/vibrator/
DPrebakedSegmentTest.java81 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/
DShape.kt9 medium = RoundedCornerShape(28.dp),
/frameworks/proto_logging/stats/enums/app/
Dmedia_output_enum.proto23 * The medium type specified in an output switching operation.
/frameworks/proto_logging/stats/enums/nearby/
Denums.proto60 * Network medium of Scan API
/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/ui/
DCards.kt92 shape = Shapes.medium, in CredentialContainerCard()
DSnackBar.kt68 shape = Shapes.medium, in Snackbar()
/frameworks/proto_logging/stats/enums/media/outputswitcher/
Denums.proto51 // Indicates the type of medium through which media is played.
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyboard/stickykeys/ui/view/
DStickyKeysIndicator.kt68 shape = MaterialTheme.shapes.medium, in StickyKeysIndicator()
/frameworks/libs/systemui/weathereffects/graphics/assets/shaders/
Drain_glass_layer.agsl47 // 2. Generate medium size glass rain.
/frameworks/base/ravenwood/
Dtest-authors.md5 …t a fully booted Android OS. Instead, it’s more suited for “small” and “medium” tests where your …
/frameworks/native/opengl/tests/angeles/
Dlicense-LGPL.txt151 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/
Ddns_resolver.proto339 SYS_ENOMEDIUM = 123; // No medium (in tape drive)
/frameworks/proto_logging/stats/atoms/sysui/
Dsysui_atoms.proto599 // Source medium type before switching.
602 // Target medium type after switching.
/frameworks/av/services/mediaextractor/
DNOTICE103 Work or Derivative Works thereof in any medium, with or without
/frameworks/av/media/libstagefright/codecs/gsm/dec/
DNOTICE103 Work or Derivative Works thereof in any medium, with or without
/frameworks/av/media/module/foundation/
DNOTICE103 Work or Derivative Works thereof in any medium, with or without
/frameworks/av/media/module/mpeg2ts/
DNOTICE103 Work or Derivative Works thereof in any medium, with or without
/frameworks/base/media/jni/soundpool/
DNOTICE103 Work or Derivative Works thereof in any medium, with or without
/frameworks/av/media/libmedia/
DNOTICE103 Work or Derivative Works thereof in any medium, with or without
/frameworks/base/keystore/
DNOTICE103 Work or Derivative Works thereof in any medium, with or without
/frameworks/native/cmds/cmd/
DNOTICE103 Work or Derivative Works thereof in any medium, with or without
/frameworks/av/media/module/extractors/midi/
DNOTICE103 Work or Derivative Works thereof in any medium, with or without
/frameworks/av/media/libstagefright/codecs/flac/enc/
DNOTICE103 Work or Derivative Works thereof in any medium, with or without
/frameworks/av/media/codec2/components/mpeg4_h263/
DNOTICE103 Work or Derivative Works thereof in any medium, with or without
/frameworks/av/media/module/codecs/amrwb/enc/
DNOTICE103 Work or Derivative Works thereof in any medium, with or without

1234567