Home
last modified time | relevance | path

Searched refs:MEDIUM (Results 1 – 22 of 22) sorted by relevance

/aosp14/frameworks/base/apct-tests/perftests/core/src/android/libcore/regression/
H A DIntegralToStringPerfTest.java35 private static final int MEDIUM = 12345; field in IntegralToStringPerfTest
50 Integer.toString(MEDIUM); in time_IntegerToString_medium()
74 Integer.toString(MEDIUM, 2); in time_IntegerToString2_medium()
98 Integer.toString(MEDIUM, 10); in time_IntegerToString10_medium()
122 Integer.toString(MEDIUM, 16); in time_IntegerToString16_medium()
146 Integer.toBinaryString(MEDIUM); in time_IntegerToBinaryString_medium()
170 Integer.toHexString(MEDIUM); in time_IntegerToHexString_medium()
194 new StringBuilder().append(MEDIUM); in time_StringBuilder_medium()
218 String.format("%d", MEDIUM); in time_Formatter_medium()
H A DRealToStringPerfTest.java35 private static final float MEDIUM = -123.45e8f; field in RealToStringPerfTest
90 Float.toString(MEDIUM); in timeFloat_toString_medium()
114 new StringBuilder().append(MEDIUM); in timeStringBuilder_medium()
138 String.format("%f", MEDIUM); in timeFormatter_medium()
162 String.format("%.2f", MEDIUM); in timeFormatter_dot2f_medium()
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/
H A DCameraPairwiseTest.java60 public enum PictureSize { SMALL, MEDIUM, LARGE }; enumConstant
130 PictureSize.MEDIUM, Geotagging.OFF); in testCameraPairwiseScenario01()
160 PictureSize.MEDIUM, Geotagging.OFF); in testCameraPairwiseScenario04()
200 PictureSize.MEDIUM, Geotagging.OFF); in testCameraPairwiseScenario08()
250 PictureSize.MEDIUM, Geotagging.ON); in testCameraPairwiseScenario13()
270 PictureSize.MEDIUM, Geotagging.ON); in testCameraPairwiseScenario15()
320 PictureSize.MEDIUM, Geotagging.OFF); in testCameraPairwiseScenario20()
329 PictureSize.MEDIUM, Geotagging.OFF); in testCameraPairwiseScenario21()
347 PictureSize.MEDIUM, Geotagging.ON); in testCameraPairwiseScenario23()
374 PictureSize.MEDIUM, Geotagging.ON); in testCameraPairwiseScenario26()
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/viewmodel/
H A DPromptSize.kt24 MEDIUM,
39 get() = this != null && this == PromptSize.MEDIUM
H A DPromptViewModel.kt125 forceMedium -> PromptSize.MEDIUM
130 else -> PromptSize.MEDIUM
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DSegmentedButtons.java35 private static final Typeface MEDIUM = Typeface.create("sans-serif-medium", Typeface.NORMAL); field in SegmentedButtons
74 textView.setTypeface(selected ? MEDIUM : REGULAR); in setSelectedStyle()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ui/viewmodel/
H A DPromptViewModelTest.kt111 if (testCase.shouldStartAsImplicitFlow) PromptSize.SMALL else PromptSize.MEDIUM
214 assertThat(size).isEqualTo(if (authWithSmallPrompt) PromptSize.SMALL else PromptSize.MEDIUM)
227 PromptSize.MEDIUM
303 assertThat(size).isEqualTo(PromptSize.MEDIUM)
487 assertThat(size).isEqualTo(PromptSize.MEDIUM)
528 assertThat(size).isEqualTo(PromptSize.MEDIUM)
562 assertThat(size).isEqualTo(PromptSize.MEDIUM)
608 assertThat(size).isEqualTo(PromptSize.MEDIUM)
635 assertThat(size).isEqualTo(PromptSize.MEDIUM)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DWindowMagnificationSettings.java120 MagnificationSize.MEDIUM,
128 int MEDIUM = 2; field
257 setMagnifierSize(MagnificationSize.MEDIUM);
693 } else if (mLastSelectedButtonIndex == MagnificationSize.MEDIUM) { in updateSelectedButton()
704 } else if (index == MagnificationSize.MEDIUM) { in updateSelectedButton()
H A DWindowMagnificationController.java341 mMagnificationSizeScaleOptions.put(MagnificationSize.MEDIUM, 1.8f); in setupMagnificationSizeScaleOptions()
/aosp14/frameworks/base/core/tests/coretests/src/android/text/format/
H A DDateUtilsTest.java137 fixedTime, java.text.DateFormat.MEDIUM, java.text.DateFormat.FULL)); in testFormatSameDayTime()
150 fixedTime, java.text.DateFormat.FULL, java.text.DateFormat.MEDIUM)); in testFormatSameDayTime()
/aosp14/frameworks/base/services/core/java/com/android/server/vibrator/
H A DVibrationScaler.java152 return EffectStrength.MEDIUM; in intensityToEffectStrength()
/aosp14/frameworks/base/tools/codegen/src/com/android/codegen/
H A DUtils.kt81 .ofLocalizedDateTime(/* date */ FormatStyle.MEDIUM, /* time */ FormatStyle.LONG)
/aosp14/frameworks/base/core/java/android/webkit/
H A DWebSettings.java112 MEDIUM(100), // 160dpi enumConstant
/aosp14/frameworks/base/core/java/android/os/
H A DVibrationEffect.java130 public static final int EFFECT_STRENGTH_MEDIUM = EffectStrength.MEDIUM;
365 new PrebakedSegment(effectId, fallback, EffectStrength.MEDIUM)); in get()
/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_vibrator_VibratorController.cpp71 static_assert(static_cast<uint8_t>(V1_0::EffectStrength::MEDIUM) ==
72 static_cast<uint8_t>(aidl::EffectStrength::MEDIUM));
/aosp14/frameworks/base/packages/SettingsLib/BannerMessagePreference/src/com/android/settingslib/widget/
H A DBannerMessagePreference.java51 MEDIUM(1, enumConstant
/aosp14/frameworks/base/core/java/android/text/format/
H A DDateFormat.java346 return java.text.DateFormat.getDateInstance(java.text.DateFormat.MEDIUM, locale); in getMediumDateFormat()
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/widget/
H A DBannerMessagePreferenceTest.java458 mBannerPreference.setAttentionLevel(BannerMessagePreference.AttentionLevel.MEDIUM); in setAttentionLevel_whenAtLeastS_whenMedAttention_setsMediumTheme()
/aosp14/frameworks/base/core/proto/android/os/
H A Dbatterystats.proto400 MEDIUM = 2; enumerator
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt57503 enum_constant public static final android.webkit.WebSettings.ZoomDensity MEDIUM;
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt39683 Landroid/os/SystemProto$ScreenBrightness;->MEDIUM:I