Home
last modified time | relevance | path

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

12

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipDoubleTapHelper.java69 int averageWidth = (mPipBoundsState.getMaxSize().x in getMaxOrDefaultPipSizeSpec()
91 == mPipBoundsState.getMaxSize().x; in nextSizeSpec()
110 && userResizeBounds.width() == mPipBoundsState.getMaxSize().x) { in nextSizeSpec()
H A DPipTouchHandler.java472 maxWidth = mSizeSpecSource.getMaxSize(aspectRatio).getWidth(); in updatePinchResizeSizeConstraints()
473 maxHeight = mSizeSpecSource.getMaxSize(aspectRatio).getHeight(); in updatePinchResizeSizeConstraints()
704 Rect maxBounds = new Rect(0, 0, mPipBoundsState.getMaxSize().x, in animateToMaximizedState()
705 mPipBoundsState.getMaxSize().y); in animateToMaximizedState()
892 < mPipBoundsState.getMaxSize().x in onUp()
894 < mPipBoundsState.getMaxSize().y; in onUp()
H A DPipController.java839 || mPipBoundsState.getBounds().width() > mPipBoundsState.getMaxSize().x in onDisplayChangedUncheck()
841 || mPipBoundsState.getBounds().height() > mPipBoundsState.getMaxSize().y) { in onDisplayChangedUncheck()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
H A DPhoneSizeSpecSource.kt86 override fun getMaxSize(aspectRatio: Float): Size {
130 val maxSize = getMaxSize(aspectRatio)
148 val maxSize = getMaxSize(aspectRatio)
181 val currentMaxSize = getMaxSize(currAspectRatio)
185 val updatedMaxSize = getMaxSize(aspectRatio)
H A DSizeSpecSource.kt24 fun getMaxSize(aspectRatio: Float): Size regex
H A DLegacySizeSpecSource.kt65 override fun getMaxSize(aspectRatio: Float): Size {
H A DPipBoundsState.java217 public Point getMaxSize() { in getMaxSize() method in PipBoundsState
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
H A DInlineSuggestionFactory.java152 inlinePresentation.getInlinePresentationSpec().getMaxSize()).setStyle( in mergedInlinePresentation()
176 tooltipPresentation.getInlinePresentationSpec().getMaxSize()).setStyle( in createInlineSuggestionTooltip()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/phone/
H A DPipResizeGestureHandlerTest.java233 final Rect maxBounds = new Rect(0, 0, mPipBoundsState.getMaxSize().x, in testUserResizeTo()
234 mPipBoundsState.getMaxSize().y); in testUserResizeTo()
H A DPipDoubleTapHelperTest.java68 when(mBoundStateMock.getMaxSize()).thenReturn(new Point(MAX_WIDTH, 20)); in setUp()
H A DPhoneSizeSpecSourceTest.java177 (aspectRatio) -> mSizeSpecSource.getMaxSize(aspectRatio)); in testGetMaxSize()
H A DPipTouchHandlerTest.java167 Size expectedMaxSize = mSizeSpecSource.getMaxSize(aspectRatio); in updateMovementBounds_minMaxBounds()
H A DPipControllerTest.java302 when(mMockPipBoundsState.getMaxSize()).thenReturn(new Point(MAX_VALUE, MAX_VALUE)); in onDisplayConfigurationChanged_inPip_movePip()
/aosp14/frameworks/base/core/java/android/net/http/
H A DHttpResponseCache.java234 return mDelegate.getMaxSize(); in maxSize()
/aosp14/frameworks/base/core/java/android/util/
H A DMemoryIntArray.java237 public static int getMaxSize() { in getMaxSize() method in MemoryIntArray
/aosp14/frameworks/base/core/java/android/hardware/camera2/params/
H A DMandatoryStreamCombination.java1654 getMaxSize(mStreamConfigMap.getOutputSizes(template.mFormat))); in getAvailableMandatoryConcurrentStreamCombinations()
1752 getMaxSize(mStreamConfigMapMaximumResolution.getInputSizes( in createUHSensorMandatoryStreamCombination()
1757 getMaxSize(mStreamConfigMapMaximumResolution.getInputSizes( in createUHSensorMandatoryStreamCombination()
1762 getMaxSize(mStreamConfigMapMaximumResolution.getInputSizes( in createUHSensorMandatoryStreamCombination()
1810 chosenMaxSize = getMaxSize(maxBurstSize, maxHighResolutionSize); in createUHSensorMandatoryStreamCombination()
2003 maxPrivateInputSize = getMaxSize(mStreamConfigMap.getInputSizes( in generateAvailableCombinations()
2009 maxYUVInputSize = getMaxSize(mStreamConfigMap.getInputSizes( in generateAvailableCombinations()
2200 public static @Nullable Size getMaxSize(@NonNull Size... sizes) { in getMaxSize() method in MandatoryStreamCombination.Builder
2227 return getMaxSize(sizes); in getMaxSizeOrNull()
/aosp14/frameworks/base/core/java/android/nfc/tech/
H A DNdef.java226 public int getMaxSize() { in getMaxSize() method in Ndef
/aosp14/frameworks/base/core/tests/utiltests/src/android/util/
H A DMemoryIntArrayTest.java214 array = new MemoryIntArray(MemoryIntArray.getMaxSize() + 1); in testOverMaxSize()
/aosp14/frameworks/base/core/java/android/widget/inline/
H A DInlinePresentationSpec.java126 public @NonNull Size getMaxSize() { in getMaxSize() method in InlinePresentationSpec
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DCamera2ReprocessCaptureTest.java228 Size maxInputSize = getMaxSize(inputFormat, StaticMetadata.StreamDirection.Input); in testReprocessingMaxSizes()
230 getMaxSize(reprocessOutputFormat, StaticMetadata.StreamDirection.Output); in testReprocessingMaxSizes()
1109 private Size getMaxSize(int format, StaticMetadata.StreamDirection direction) { in getMaxSize() method in Camera2ReprocessCaptureTest
/aosp14/frameworks/base/core/java/android/service/autofill/
H A DInlineSuggestionRenderService.java159 presentation.getInlinePresentationSpec().getMaxSize()); in handleRenderSuggestion()
/aosp14/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DGenerationRegistry.java63 static final int MAX_BACKING_STORE_SIZE = MemoryIntArray.getMaxSize();
/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DInlineSuggestion.java144 final Size maxSize = mInfo.getInlinePresentationSpec().getMaxSize(); in inflate()
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
H A DCameraTestUtils.java1231 public static Size getMaxSize(Size... sizes) { in getMaxSize() method in CameraTestUtils
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...

12