/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
H A D | PipDoubleTapHelper.java | 69 int averageWidth = (mPipBoundsState.getMaxSize().x in getMaxOrDefaultPipSizeSpec() 91 == mPipBoundsState.getMaxSize().x; in nextSizeSpec() 110 && userResizeBounds.width() == mPipBoundsState.getMaxSize().x) { in nextSizeSpec()
|
H A D | PipTouchHandler.java | 472 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 D | PipController.java | 839 || 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 D | PhoneSizeSpecSource.kt | 86 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 D | SizeSpecSource.kt | 24 fun getMaxSize(aspectRatio: Float): Size regex
|
H A D | LegacySizeSpecSource.kt | 65 override fun getMaxSize(aspectRatio: Float): Size {
|
H A D | PipBoundsState.java | 217 public Point getMaxSize() { in getMaxSize() method in PipBoundsState
|
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/ui/ |
H A D | InlineSuggestionFactory.java | 152 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 D | PipResizeGestureHandlerTest.java | 233 final Rect maxBounds = new Rect(0, 0, mPipBoundsState.getMaxSize().x, in testUserResizeTo() 234 mPipBoundsState.getMaxSize().y); in testUserResizeTo()
|
H A D | PipDoubleTapHelperTest.java | 68 when(mBoundStateMock.getMaxSize()).thenReturn(new Point(MAX_WIDTH, 20)); in setUp()
|
H A D | PhoneSizeSpecSourceTest.java | 177 (aspectRatio) -> mSizeSpecSource.getMaxSize(aspectRatio)); in testGetMaxSize()
|
H A D | PipTouchHandlerTest.java | 167 Size expectedMaxSize = mSizeSpecSource.getMaxSize(aspectRatio); in updateMovementBounds_minMaxBounds()
|
H A D | PipControllerTest.java | 302 when(mMockPipBoundsState.getMaxSize()).thenReturn(new Point(MAX_VALUE, MAX_VALUE)); in onDisplayConfigurationChanged_inPip_movePip()
|
/aosp14/frameworks/base/core/java/android/net/http/ |
H A D | HttpResponseCache.java | 234 return mDelegate.getMaxSize(); in maxSize()
|
/aosp14/frameworks/base/core/java/android/util/ |
H A D | MemoryIntArray.java | 237 public static int getMaxSize() { in getMaxSize() method in MemoryIntArray
|
/aosp14/frameworks/base/core/java/android/hardware/camera2/params/ |
H A D | MandatoryStreamCombination.java | 1654 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 D | Ndef.java | 226 public int getMaxSize() { in getMaxSize() method in Ndef
|
/aosp14/frameworks/base/core/tests/utiltests/src/android/util/ |
H A D | MemoryIntArrayTest.java | 214 array = new MemoryIntArray(MemoryIntArray.getMaxSize() + 1); in testOverMaxSize()
|
/aosp14/frameworks/base/core/java/android/widget/inline/ |
H A D | InlinePresentationSpec.java | 126 public @NonNull Size getMaxSize() { in getMaxSize() method in InlinePresentationSpec
|
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/ |
H A D | Camera2ReprocessCaptureTest.java | 228 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 D | InlineSuggestionRenderService.java | 159 presentation.getInlinePresentationSpec().getMaxSize()); in handleRenderSuggestion()
|
/aosp14/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
H A D | GenerationRegistry.java | 63 static final int MAX_BACKING_STORE_SIZE = MemoryIntArray.getMaxSize();
|
/aosp14/frameworks/base/core/java/android/view/inputmethod/ |
H A D | InlineSuggestion.java | 144 final Size maxSize = mInfo.getInlinePresentationSpec().getMaxSize(); in inflate()
|
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/ |
H A D | CameraTestUtils.java | 1231 public static Size getMaxSize(Size... sizes) { in getMaxSize() method in CameraTestUtils
|
/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 ... |