/aosp14/frameworks/base/apct-tests/perftests/core/src/android/libcore/regression/ |
H A D | IntegralToStringPerfTest.java | 34 private static final int SMALL = 12; field in IntegralToStringPerfTest 42 Integer.toString(SMALL); in time_IntegerToString_small() 66 Integer.toString(SMALL, 2); in time_IntegerToString2_small() 90 Integer.toString(SMALL, 10); in time_IntegerToString10_small() 114 Integer.toString(SMALL, 16); in time_IntegerToString16_small() 138 Integer.toBinaryString(SMALL); in time_IntegerToBinaryString_small() 162 Integer.toHexString(SMALL); in time_IntegerToHexString_small() 186 new StringBuilder().append(SMALL); in time_StringBuilder_small() 210 String.format("%d", SMALL); in time_Formatter_small()
|
H A D | RealToStringPerfTest.java | 34 private static final float SMALL = -123.45f; field in RealToStringPerfTest 82 Float.toString(SMALL); in timeFloat_toString_small() 106 new StringBuilder().append(SMALL); in timeStringBuilder_small() 130 String.format("%f", SMALL); in timeFormatter_small() 154 String.format("%.2f", SMALL); in timeFormatter_dot2f_small()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/viewmodel/ |
H A D | PromptSize.kt | 22 SMALL, 30 get() = this != null && this == PromptSize.SMALL 33 get() = this != null && this != PromptSize.SMALL 36 get() = this == null || this != PromptSize.SMALL
|
H A D | PromptViewModel.kt | 126 modalities.hasFaceOnly && !confirmationRequired -> PromptSize.SMALL 129 fpStartMode == FingerprintStartMode.Pending -> PromptSize.SMALL
|
/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 150 PictureSize.SMALL, Geotagging.ON); in testCameraPairwiseScenario03() 180 PictureSize.SMALL, Geotagging.ON); in testCameraPairwiseScenario06() 190 PictureSize.SMALL, Geotagging.ON); in testCameraPairwiseScenario07() 220 PictureSize.SMALL, Geotagging.OFF); in testCameraPairwiseScenario10() 260 PictureSize.SMALL, Geotagging.OFF); in testCameraPairwiseScenario14() 280 PictureSize.SMALL, Geotagging.OFF); in testCameraPairwiseScenario16() 290 PictureSize.SMALL, Geotagging.OFF); in testCameraPairwiseScenario17() 338 PictureSize.SMALL, Geotagging.OFF); in testCameraPairwiseScenario22() 356 SceneMode.AUTO, PictureSize.SMALL, Geotagging.ON); in testCameraPairwiseScenario24() [all …]
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/ |
H A D | MenuViewAppearance.java | 22 import static com.android.systemui.accessibility.floatingmenu.MenuViewAppearance.MenuSizeType.SMALL; 74 SMALL, 79 int SMALL = 0; field 214 return mSizeType == SMALL ? mSmallIconSize : mLargeIconSize; in getMenuIconSize() 222 return mSizeType == SMALL ? mSmallPadding : mLargePadding; in getMenuPadding() 254 return mSizeType == SMALL ? getSmallSize(itemCount) : getLargeSize(itemCount); in getMenuRadius()
|
H A D | MenuInfoRepository.java | 29 import static com.android.systemui.accessibility.floatingmenu.MenuViewAppearance.MenuSizeType.SMALL; 294 ACCESSIBILITY_FLOATING_MENU_SIZE, SMALL, UserHandle.USER_CURRENT); in getMenuSizeTypeFromSettings()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/ |
H A D | KeyguardClockSwitchTest.java | 23 import static com.android.keyguard.KeyguardClockSwitch.SMALL; 211 mKeyguardClockSwitch.switchToClock(SMALL, /* animate */ true); in switchingToSmallClockWithAnimation_makesBigClockDisappear() 227 mKeyguardClockSwitch.switchToClock(SMALL, false); in switchingToSmallClockNoAnimation_makesBigClockDisappear() 239 mKeyguardClockSwitch.switchToClock(SMALL, true); in switchingToSmallClockAnimation_resetsStatusArea() 253 mKeyguardClockSwitch.switchToClock(SMALL, false); in switchingToSmallClockNoAnimation_resetsStatusArea()
|
H A D | KeyguardClockSwitchControllerTest.java | 170 verify(mView).switchToClock(KeyguardClockSwitch.SMALL, /* animate */ true); in testChangeToDoubleLineClockSetsSmallClock()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/ |
H A D | KeyguardPreviewSmartspaceViewModel.kt | 42 SettingsClockSize.SMALL -> getSmallClockSmartspaceTopPadding(context.resources) 58 SettingsClockSize.SMALL -> false
|
H A D | KeyguardPreviewClockViewModel.kt | 39 interactor.selectedClockSize.map { it == SettingsClockSize.SMALL }
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/shared/model/ |
H A D | SettingsClockSize.kt | 22 SMALL,
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/ |
H A D | WindowMagnificationSettings.java | 119 MagnificationSize.SMALL, 127 int SMALL = 1; field 255 setMagnifierSize(MagnificationSize.SMALL); 691 if (mLastSelectedButtonIndex == MagnificationSize.SMALL) { in updateSelectedButton() 702 if (index == MagnificationSize.SMALL) { in updateSelectedButton()
|
H A D | WindowMagnificationController.java | 340 mMagnificationSizeScaleOptions.put(MagnificationSize.SMALL, 1.4f); in setupMagnificationSizeScaleOptions()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/ |
H A D | NotificationPanelViewControllerTest.java | 21 import static com.android.keyguard.KeyguardClockSwitch.SMALL; 671 verify(mKeyguardStatusViewController).displayClock(SMALL, /* animate */ true); in testSwitchesToCorrectClockInSinglePaneShade() 689 .displayClock(SMALL, /* animate */ true); in testSwitchesToCorrectClockInSplitShade() 721 verify(mKeyguardStatusViewController).displayClock(SMALL, /* animate */ true); in testHasNotifications_switchesToSmallClockWhenExitingSplitShade() 761 verify(mKeyguardStatusViewController).displayClock(SMALL, /* animate= */ true); in clockSize_mediaShowing_inSplitShade_screenOff_notAod_isSmall() 829 verify(mKeyguardStatusViewController).displayClock(SMALL, /* animate */ true); in testDisplaysSmallClockOnLockscreenInSplitShadeWhenMediaIsPlaying() 834 verify(mKeyguardStatusViewController, times(2)).displayClock(SMALL, true); in testDisplaysSmallClockOnLockscreenInSplitShadeWhenMediaIsPlaying()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/ |
H A D | KeyguardClockRepository.kt | 85 SettingsClockSize.SMALL
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardClockSwitchController.java | 23 import static com.android.keyguard.KeyguardClockSwitch.SMALL; 91 private int mCurrentClockSize = SMALL; 550 mUiExecutor.execute(() -> displayClock(KeyguardClockSwitch.SMALL, /* animate */ true)); in updateDoubleLineClock()
|
H A D | KeyguardClockSwitch.java | 53 @IntDef({LARGE, SMALL}) 58 public static final int SMALL = 1; field in KeyguardClockSwitch
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/ |
H A D | MagnificationSettingsControllerTest.java | 135 final @MagnificationSize int index = MagnificationSize.SMALL; in testPanelOnSetMagnifierSize_delegateToCallback()
|
H A D | WindowMagnificationTest.java | 210 final @MagnificationSize int index = MagnificationSize.SMALL; in onSetMagnifierSize_delegateToMagnifier()
|
/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 136 assertButtonsVisible(negative = expectedSize != PromptSize.SMALL) 214 assertThat(size).isEqualTo(if (authWithSmallPrompt) PromptSize.SMALL else PromptSize.MEDIUM) 229 PromptSize.SMALL
|
/aosp14/frameworks/base/tools/aapt2/ |
H A D | ApkInfo.proto | 151 SMALL = 1; enumerator
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/ |
H A D | BiometricViewBinder.kt | 241 size == PromptSize.SMALL -> false
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
H A D | NotificationPanelViewController.java | 26 import static com.android.keyguard.KeyguardClockSwitch.SMALL; 1672 return SMALL; in computeDesiredClockSizeForSingleShade() 1684 return SMALL; in computeDesiredClockSizeForSplitShade() 1690 return SMALL; in computeDesiredClockSizeForSplitShade()
|
/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 ... |