/aosp12/frameworks/base/core/java/android/util/ |
H A D | LruCache.java | 70 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/util/ |
H A D | LruCache.java | 70 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
|
/aosp12/hardware/interfaces/automotive/can/1.0/default/libnl++/ |
H A D | Socket.cpp | 71 bool Socket::increaseReceiveBuffer(size_t maxSize) { in increaseReceiveBuffer() 81 std::optional<Buffer<nlmsghdr>> Socket::receive(size_t maxSize) { in receive() 85 std::pair<std::optional<Buffer<nlmsghdr>>, sockaddr_nl> Socket::receiveFrom(size_t maxSize) { in receiveFrom() 128 size_t maxSize) { in receive()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/bip/ |
H A D | BipImageFormat.java | 54 public static BipImageFormat parseVariant(String encoding, String pixel, String maxSize, in parseVariant() 70 public static BipImageFormat createVariant(BipEncoding encoding, BipPixel pixel, int maxSize, in createVariant() 116 private BipImageFormat(int type, BipEncoding encoding, BipPixel pixel, int size, int maxSize, in BipImageFormat() 126 private BipImageFormat(int type, String encoding, String pixel, String size, String maxSize, in BipImageFormat()
|
/aosp12/frameworks/av/media/libeffects/dynamicsproc/dsp/ |
H A D | SHCircularBuffer.h | 30 explicit SHCircularBuffer(size_t maxSize) { in SHCircularBuffer() 33 void resize(size_t maxSize) { in resize()
|
/aosp12/frameworks/base/core/java/android/widget/inline/ |
H A D | InlinePresentationSpec.java | 99 @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/widget/inline/ |
H A D | InlinePresentationSpec.java | 99 @NonNull Size maxSize, in InlinePresentationSpec() 214 Size maxSize = (Size) in.readSize(); in InlinePresentationSpec() local 267 @NonNull Size maxSize) { in Builder()
|
/aosp12/frameworks/base/core/java/android/net/http/ |
H A D | HttpResponseCache.java | 181 public static synchronized HttpResponseCache install(File directory, long maxSize) in install() 233 public long maxSize() { in maxSize() method in HttpResponseCache
|
/aosp14/frameworks/base/core/java/android/net/http/ |
H A D | HttpResponseCache.java | 181 public static synchronized HttpResponseCache install(File directory, long maxSize) in install() 233 public long maxSize() { in maxSize() method in HttpResponseCache
|
/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/ |
H A D | dic_node_priority_queue.h | 48 AK_FORCE_INLINE void setMaxSize(const int maxSize) { in setMaxSize() 56 AK_FORCE_INLINE void clearAndResize(const int maxSize) { in clearAndResize()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
H A D | TaskKeyLruCache.java | 34 public TaskKeyLruCache(int maxSize) { in TaskKeyLruCache() 115 MyLinkedHashMap(int maxSize) { in MyLinkedHashMap()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/data/ |
H A D | GlideFilmstripManager.java | 191 private static Size clampSize(Size original, double maxArea, Size maxSize) { in clampSize() 215 private static Size computeFitWithinSize(Size original, Size maxSize) { in computeFitWithinSize() 276 int[] maxSize = new int[1]; in computeEglMaxTextureSize() local
|
/aosp12/packages/modules/StatsD/statsd/src/logd/ |
H A D | LogEventQueue.h | 34 explicit LogEventQueue(size_t maxSize) : mQueueLimit(maxSize){}; in LogEventQueue()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/location/contexthub/ |
H A D | ConcurrentLinkedEvictingDequeTest.java | 33 int maxSize = 20; in testMaxSize() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/charging/ |
H A D | WirelessChargingLayout.java | 277 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
|
/aosp12/packages/apps/Camera2/src/com/android/camera/processing/memory/ |
H A D | LruPool.java | 116 public LruPool(int maxSize) { in LruPool() 120 public LruPool(int maxSize, Configuration<TKey, TValue> configuration) { in LruPool()
|
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/ |
H A D | FramebufferSurfaceTest.cpp | 26 ui::Size limitSize(const ui::Size& size, const ui::Size maxSize) { in limitSize()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/ |
H A D | PhoneSizeSpecSource.kt | 130 val maxSize = getMaxSize(aspectRatio) regex 148 val maxSize = getMaxSize(aspectRatio) regex
|
H A D | PipPinchResizingAlgorithm.java | 42 PointF lastPoint, PointF lastSecondPoint, Point minSize, Point maxSize, in calculateBoundsAndAngle() 79 private float getMaxScale(Rect bounds, Point maxSize) { in getMaxScale()
|
/aosp12/hardware/interfaces/wifi/1.5/default/ |
H A D | ringbuffer.cpp | 27 Ringbuffer::Ringbuffer(size_t maxSize) : size_(0), maxSize_(maxSize) {} in Ringbuffer()
|
/aosp14/frameworks/base/services/core/java/com/android/server/ |
H A D | BootReceiver.java | 404 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()
|
/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/ |
H A D | FramebufferSurface.cpp | 61 const ui::Size& size, const ui::Size& maxSize) in FramebufferSurface() 186 ui::Size FramebufferSurface::limitSizeInternal(const ui::Size& size, const ui::Size& maxSize) { in limitSizeInternal()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
H A D | PipPinchResizingAlgorithm.java | 42 PointF lastPoint, PointF lastSecondPoint, Point minSize, Point maxSize, in calculateBoundsAndAngle() 79 private float getMaxScale(Rect bounds, Point maxSize) { in getMaxScale()
|
/aosp12/frameworks/base/services/core/java/com/android/server/ |
H A D | BootReceiver.java | 501 String headers, String footers, String filename, int maxSize, in addLastkToDropBox() 518 String headers, String filename, int maxSize, String tag) throws IOException { in addFileToDropBox() 524 String headers, String footers, String filename, int maxSize, in addFileWithFootersToDropBox() 552 String filename, int maxSize) { in addTextToDropBox() 559 HashMap<String, Long> timestamps, String headers, int maxSize, String tag) in addAuditErrorsToDropBox() 595 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 D | CachingIconViewTest.java | 232 int maxSize = in assertDrawableResized() local 247 int maxSize = in assertDrawableNotResized() local
|