Home
last modified time | relevance | path

Searched refs:DEFAULT_ASPECT_RATIO (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/
H A DPipBoundsAlgorithmTest.java51 private static final float DEFAULT_ASPECT_RATIO = 1f; field in PipBoundsAlgorithmTest
76 DEFAULT_ASPECT_RATIO); in initializeMockResources()
244 (MIN_ASPECT_RATIO + DEFAULT_ASPECT_RATIO) / 2, in getEntryDestinationBounds_returnBoundsMatchesAspectRatio()
245 DEFAULT_ASPECT_RATIO, in getEntryDestinationBounds_returnBoundsMatchesAspectRatio()
246 (MAX_ASPECT_RATIO + DEFAULT_ASPECT_RATIO) / 2 in getEntryDestinationBounds_returnBoundsMatchesAspectRatio()
294 DEFAULT_ASPECT_RATIO, in getEntryDestinationBounds_withMinSize_returnMinBounds()
295 (MAX_ASPECT_RATIO + DEFAULT_ASPECT_RATIO) / 2 in getEntryDestinationBounds_withMinSize_returnMinBounds()
339 mPipBoundsState.setAspectRatio(DEFAULT_ASPECT_RATIO); in getEntryDestinationBounds_reentryStateExists_restoreLastSize()
354 mPipBoundsState.setAspectRatio(DEFAULT_ASPECT_RATIO); in getEntryDestinationBounds_reentryStateExists_restoreLastPosition()
370 mPipBoundsState.setAspectRatio(DEFAULT_ASPECT_RATIO); in setShelfHeight_offsetBounds()
[all …]
/aosp12/packages/apps/Car/libs/car-media-common/src/com/android/car/media/common/
H A DFixedRatioImageView.java32 private static final float DEFAULT_ASPECT_RATIO = 1f; field in FixedRatioImageView
46 DEFAULT_ASPECT_RATIO); in FixedRatioImageView()
/aosp12/packages/apps/Camera2/src/com/android/camera/app/
H A DFirstRunDialog.java52 private static final Rational DEFAULT_ASPECT_RATIO = ResolutionUtil.ASPECT_RATIO_4x3; field in FirstRunDialog
161 mContext, DEFAULT_ASPECT_RATIO); in promptAspectRatioPreferenceDialog()