/aosp14/frameworks/base/apct-tests/perftests/core/src/android/libcore/regression/ |
H A D | IntegralToStringPerfTest.java | 35 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 D | RealToStringPerfTest.java | 35 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 D | CameraPairwiseTest.java | 60 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 D | PromptSize.kt | 24 MEDIUM, 39 get() = this != null && this == PromptSize.MEDIUM
|
H A D | PromptViewModel.kt | 125 forceMedium -> PromptSize.MEDIUM 130 else -> PromptSize.MEDIUM
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/ |
H A D | SegmentedButtons.java | 35 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 D | PromptViewModelTest.kt | 111 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 D | WindowMagnificationSettings.java | 120 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 D | WindowMagnificationController.java | 341 mMagnificationSizeScaleOptions.put(MagnificationSize.MEDIUM, 1.8f); in setupMagnificationSizeScaleOptions()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/text/format/ |
H A D | DateUtilsTest.java | 137 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 D | VibrationScaler.java | 152 return EffectStrength.MEDIUM; in intensityToEffectStrength()
|
/aosp14/frameworks/base/tools/codegen/src/com/android/codegen/ |
H A D | Utils.kt | 81 .ofLocalizedDateTime(/* date */ FormatStyle.MEDIUM, /* time */ FormatStyle.LONG)
|
/aosp14/frameworks/base/core/java/android/webkit/ |
H A D | WebSettings.java | 112 MEDIUM(100), // 160dpi enumConstant
|
/aosp14/frameworks/base/core/java/android/os/ |
H A D | VibrationEffect.java | 130 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 D | com_android_server_vibrator_VibratorController.cpp | 71 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 D | BannerMessagePreference.java | 51 MEDIUM(1, enumConstant
|
/aosp14/frameworks/base/core/java/android/text/format/ |
H A D | DateFormat.java | 346 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 D | BannerMessagePreferenceTest.java | 458 mBannerPreference.setAttentionLevel(BannerMessagePreference.AttentionLevel.MEDIUM); in setAttentionLevel_whenAtLeastS_whenMedAttention_setsMediumTheme()
|
/aosp14/frameworks/base/core/proto/android/os/ |
H A D | batterystats.proto | 400 MEDIUM = 2; enumerator
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 57503 enum_constant public static final android.webkit.WebSettings.ZoomDensity MEDIUM;
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 39683 Landroid/os/SystemProto$ScreenBrightness;->MEDIUM:I
|