Home
last modified time | relevance | path

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

12345678

/aosp12/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/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
/aosp12/hardware/interfaces/automotive/can/1.0/default/libnl++/
H A DSocket.cpp71 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 DBipImageFormat.java54 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 DSHCircularBuffer.h30 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 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/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()
/aosp12/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/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
/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
H A Ddic_node_priority_queue.h48 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 DTaskKeyLruCache.java34 public TaskKeyLruCache(int maxSize) { in TaskKeyLruCache()
115 MyLinkedHashMap(int maxSize) { in MyLinkedHashMap()
/aosp12/packages/apps/Camera2/src/com/android/camera/data/
H A DGlideFilmstripManager.java191 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 DLogEventQueue.h34 explicit LogEventQueue(size_t maxSize) : mQueueLimit(maxSize){}; in LogEventQueue()
/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
/aosp12/packages/apps/Camera2/src/com/android/camera/processing/memory/
H A DLruPool.java116 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 DFramebufferSurfaceTest.cpp26 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 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()
/aosp12/hardware/interfaces/wifi/1.5/default/
H A Dringbuffer.cpp27 Ringbuffer::Ringbuffer(size_t maxSize) : size_(0), maxSize_(maxSize) {} in Ringbuffer()
/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()
/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DFramebufferSurface.cpp61 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 DPipPinchResizingAlgorithm.java42 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 DBootReceiver.java501 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 DCachingIconViewTest.java232 int maxSize = in assertDrawableResized() local
247 int maxSize = in assertDrawableNotResized() local

12345678