Home
last modified time | relevance | path

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

/aosp14/frameworks/base/apct-tests/perftests/core/src/android/libcore/regression/
H A DIntegralToStringPerfTest.java34 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 DRealToStringPerfTest.java34 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 DPromptSize.kt22 SMALL,
30 get() = this != null && this == PromptSize.SMALL
33 get() = this != null && this != PromptSize.SMALL
36 get() = this == null || this != PromptSize.SMALL
H A DPromptViewModel.kt126 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 DCameraPairwiseTest.java60 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 DMenuViewAppearance.java22 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 DMenuInfoRepository.java29 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 DKeyguardClockSwitchTest.java23 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 DKeyguardClockSwitchControllerTest.java170 verify(mView).switchToClock(KeyguardClockSwitch.SMALL, /* animate */ true); in testChangeToDoubleLineClockSetsSmallClock()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
H A DKeyguardPreviewSmartspaceViewModel.kt42 SettingsClockSize.SMALL -> getSmallClockSmartspaceTopPadding(context.resources)
58 SettingsClockSize.SMALL -> false
H A DKeyguardPreviewClockViewModel.kt39 interactor.selectedClockSize.map { it == SettingsClockSize.SMALL }
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/shared/model/
H A DSettingsClockSize.kt22 SMALL,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DWindowMagnificationSettings.java119 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 DWindowMagnificationController.java340 mMagnificationSizeScaleOptions.put(MagnificationSize.SMALL, 1.4f); in setupMagnificationSizeScaleOptions()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationPanelViewControllerTest.java21 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 DKeyguardClockRepository.kt85 SettingsClockSize.SMALL
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardClockSwitchController.java23 import static com.android.keyguard.KeyguardClockSwitch.SMALL;
91 private int mCurrentClockSize = SMALL;
550 mUiExecutor.execute(() -> displayClock(KeyguardClockSwitch.SMALL, /* animate */ true)); in updateDoubleLineClock()
H A DKeyguardClockSwitch.java53 @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 DMagnificationSettingsControllerTest.java135 final @MagnificationSize int index = MagnificationSize.SMALL; in testPanelOnSetMagnifierSize_delegateToCallback()
H A DWindowMagnificationTest.java210 final @MagnificationSize int index = MagnificationSize.SMALL; in onSetMagnifierSize_delegateToMagnifier()
/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
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 DApkInfo.proto151 SMALL = 1; enumerator
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/
H A DBiometricViewBinder.kt241 size == PromptSize.SMALL -> false
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java26 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 Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...