Home
last modified time | relevance | path

Searched defs:maxSize (Results 1 – 25 of 43) sorted by relevance

12

/aosp14/frameworks/base/core/java/android/util/
H A DLruCache.java70 private int maxSize; field in LruCache
83 public LruCache(int maxSize) { in LruCache()
96 public void resize(int maxSize) { in resize()
197 public void trimToSize(int maxSize) { in trimToSize()
328 public synchronized final int maxSize() { in maxSize() method in LruCache
/aosp14/frameworks/base/core/java/android/widget/inline/
H A DInlinePresentationSpec.java99 @NonNull Size maxSize, in InlinePresentationSpec()
214 Size maxSize = (Size) in.readSize(); in InlinePresentationSpec() local
267 @NonNull Size maxSize) { in Builder()
/aosp14/frameworks/base/core/java/android/net/http/
H A DHttpResponseCache.java181 public static synchronized HttpResponseCache install(File directory, long maxSize) in install()
233 public long maxSize() { in maxSize() method in HttpResponseCache
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/location/contexthub/
H A DConcurrentLinkedEvictingDequeTest.java33 int maxSize = 20; in testMaxSize() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/charging/
H A DWirelessChargingLayout.java277 float maxSize = Math.max(width, height); in onLayout() local
287 float maxSize = Math.max(width, height); in updateRippleSizeAtProgressList() local
307 float maxSize = Math.max(width, height); in updateRippleSizeAtProgressList() local
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
H A DPhoneSizeSpecSource.kt130 val maxSize = getMaxSize(aspectRatio) regex
148 val maxSize = getMaxSize(aspectRatio) regex
H A DPipPinchResizingAlgorithm.java42 PointF lastPoint, PointF lastSecondPoint, Point minSize, Point maxSize, in calculateBoundsAndAngle()
79 private float getMaxScale(Rect bounds, Point maxSize) { in getMaxScale()
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DBootReceiver.java404 String headers, String footers, String filename, int maxSize, in addLastkToDropBox()
421 String headers, String filename, int maxSize, String tag) throws IOException { in addFileToDropBox()
427 String headers, String footers, String filename, int maxSize, in addFileWithFootersToDropBox()
462 String filename, int maxSize) { in addTextToDropBox()
469 HashMap<String, Long> timestamps, String headers, int maxSize, String tag) in addAuditErrorsToDropBox()
505 HashMap<String, Long> timestamps, String headers, int maxSize, String tag) in addFsckErrorsToDropBoxAndLogFsStat()
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/widget/
H A DCachingIconViewTest.java232 int maxSize = in assertDrawableResized() local
247 int maxSize = in assertDrawableNotResized() local
/aosp14/frameworks/base/services/core/java/com/android/server/wallpaper/
H A DGLHelper.java129 int[] maxSize = new int[1]; in retrieveTextureSizeFromGL() local
/aosp14/frameworks/base/services/core/java/com/android/server/textclassifier/
H A DFixedSizeQueue.java46 public FixedSizeQueue(int maxSize, @Nullable OnEntryEvictedListener<E> onEntryEvictedListener) { in FixedSizeQueue()
/aosp14/frameworks/base/packages/FakeOemFeatures/src/com/android/fakeoemfeatures/
H A DFakeBackgroundService.java103 int maxSize = Math.max(maxWindowBounds.width(), maxWindowBounds.height()); in onCreate() local
H A DFakeApp.java138 int maxSize = Math.max(maxWindowBounds.width(), maxWindowBounds.height()); in onCreate() local
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
H A DFillUi.java248 final Point maxSize = mTempPoint; in FillUi() local
512 Point maxSize = mTempPoint; in updateContentSize() local
547 private boolean updateWidth(View view, Point maxSize) { in updateWidth()
558 private boolean updateHeight(View view, Point maxSize) { in updateHeight()
/aosp14/frameworks/base/cmds/incidentd/src/
H A Dreport_directory.cpp41 void clean_directory(const char* directory, off_t maxSize, size_t maxCount) { in clean_directory()
H A DPrivacyFilter.cpp266 size_t* maxSize) { in writeData()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
H A DAppIconCacheManager.java131 final int maxSize = sAppIconCacheManager.mDrawableCache.maxSize(); in trimMemory() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/surfaceeffects/ripple/
H A DRippleShaderTest.kt46 val maxSize = rippleShader.rippleSize.sizes[1] regex
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DFgsTempAllowList.java61 public FgsTempAllowList(int maxSize) { in FgsTempAllowList()
/aosp14/frameworks/base/core/java/android/os/incremental/
H A DV4Signature.java259 int maxSize = INCFS_MAX_SIGNATURE_SIZE; in readFrom() local
303 private static byte[] readBytes(InputStream stream, int maxSize) throws IOException { in readBytes()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/charging/
H A DWiredChargingRippleControllerTest.kt205 val maxSize = 400f // Double the max value between width and height. regex
/aosp14/frameworks/base/core/java/android/service/autofill/
H A DInlineSuggestionRenderService.java107 @NonNull Size maxSize) { in measuredSize()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSecurityViewFlipper.java155 private int makeChildMeasureSpec(int maxSize, int childDimen) { in makeChildMeasureSpec()
/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DInlineSuggestion.java144 final Size maxSize = mInfo.getInlinePresentationSpec().getMaxSize(); in inflate() local
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/unfold/animation/
H A DSplitTaskUnfoldAnimator.java332 int maxSize = Math.max(mEndCropRect.width(), mEndCropRect.height()); in update() local

12