Home
last modified time | relevance | path

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

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/
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 …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
DFontSize.java28 SMALL(0x2); enumConstant
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardClockSwitchTest.java22 import static com.android.keyguard.KeyguardClockSwitch.SMALL;
205 mKeyguardClockSwitch.switchToClock(SMALL, /* animate */ true); in switchingToSmallClockWithAnimation_makesBigClockDisappear()
219 mKeyguardClockSwitch.switchToClock(SMALL, false); in switchingToSmallClockNoAnimation_makesBigClockDisappear()
DKeyguardClockSwitchControllerTest.java314 verify(mView).switchToClock(KeyguardClockSwitch.SMALL, /* animate */ true); in testChangeToDoubleLineClockSetsSmallClock()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationPanelViewControllerTest.java21 import static com.android.keyguard.KeyguardClockSwitch.SMALL;
580 verify(mKeyguardStatusViewController).displayClock(SMALL, /* animate */ true); in testSwitchesToCorrectClockInSinglePaneShade()
598 .displayClock(SMALL, /* animate */ true); in testSwitchesToCorrectClockInSplitShade()
630 verify(mKeyguardStatusViewController).displayClock(SMALL, /* animate */ true); in testHasNotifications_switchesToSmallClockWhenExitingSplitShade()
670 verify(mKeyguardStatusViewController).displayClock(SMALL, /* animate= */ true); in clockSize_mediaShowing_inSplitShade_screenOff_notAod_isSmall()
697 verify(mKeyguardStatusViewController).displayClock(SMALL, /* animate */ true); in testDisplaysSmallClockOnLockscreenInSplitShadeWhenMediaIsPlaying()
702 verify(mKeyguardStatusViewController, times(2)).displayClock(SMALL, true); in testDisplaysSmallClockOnLockscreenInSplitShadeWhenMediaIsPlaying()
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
DImageUtils.java58 SMALL, enumConstant
73 sUseImageSize = ImageSize.SMALL;
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
DAccessibilityFloatingMenuView.java102 private int mSizeType = SizeType.SMALL;
142 SizeType.SMALL,
147 int SMALL = 0; field
597 sizeType == SizeType.SMALL in updateItemViewDimensionsWith()
603 sizeType == SizeType.SMALL in updateItemViewDimensionsWith()
870 return sizeType == SizeType.SMALL in getRadiusResId()
DAccessibilityFloatingMenu.java234 ACCESSIBILITY_FLOATING_MENU_SIZE, SizeType.SMALL); in getSizeType()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardClockSwitchController.java23 import static com.android.keyguard.KeyguardClockSwitch.SMALL;
86 private int mCurrentClockSize = SMALL;
477 mUiExecutor.execute(() -> displayClock(KeyguardClockSwitch.SMALL, /* animate */ true)); in updateDoubleLineClock()
DKeyguardClockSwitch.java43 @IntDef({LARGE, SMALL})
48 public static final int SMALL = 1; field in KeyguardClockSwitch
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DRenderAction.java350 case SMALL: in getConfiguration()
/frameworks/opt/photoviewer/src/com/android/ex/photo/
DPhotoViewController.java381 case SMALL: in initMaxPhotoSize()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java28 import static com.android.keyguard.KeyguardClockSwitch.SMALL;
1557 return SMALL; in computeDesiredClockSizeForSingleShade()
1569 return SMALL; in computeDesiredClockSizeForSplitShade()