Home
last modified time | relevance | path

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

123

/frameworks/base/core/java/android/util/
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
/frameworks/av/media/libeffects/dynamicsproc/dsp/
DSHCircularBuffer.h30 explicit SHCircularBuffer(size_t maxSize) { in SHCircularBuffer()
33 void resize(size_t maxSize) { in resize()
/frameworks/base/core/java/android/widget/inline/
DInlinePresentationSpec.java99 @NonNull Size maxSize, in InlinePresentationSpec()
214 Size maxSize = (Size) in.readSize(); in InlinePresentationSpec() local
267 @NonNull Size maxSize) { in Builder()
/frameworks/base/core/java/android/net/http/
DHttpResponseCache.java181 public static synchronized HttpResponseCache install(File directory, long maxSize) in install()
233 public long maxSize() { in maxSize() method in HttpResponseCache
/frameworks/native/services/surfaceflinger/tests/unittests/
DFramebufferSurfaceTest.cpp26 ui::Size limitSize(const ui::Size& size, const ui::Size maxSize) { in limitSize()
/frameworks/native/services/surfaceflinger/DisplayHardware/
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()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipPinchResizingAlgorithm.java42 PointF lastPoint, PointF lastSecondPoint, Point minSize, Point maxSize, in calculateBoundsAndAngle()
79 private float getMaxScale(Rect bounds, Point maxSize) { in getMaxScale()
/frameworks/base/services/core/java/com/android/server/wallpaper/
DGLHelper.java129 int[] maxSize = new int[1]; in retrieveTextureSizeFromGL() local
/frameworks/native/cmds/idlcli/vibrator/
DCommandGetPwleCompositionSizeMax.cpp48 int32_t maxSize; in doMain() local
DCommandGetCompositionSizeMax.cpp48 int32_t maxSize; in doMain() local
/frameworks/base/services/core/java/com/android/server/
DBootReceiver.java497 String headers, String footers, String filename, int maxSize, in addLastkToDropBox()
514 String headers, String filename, int maxSize, String tag) throws IOException { in addFileToDropBox()
520 String headers, String footers, String filename, int maxSize, in addFileWithFootersToDropBox()
548 String filename, int maxSize) { in addTextToDropBox()
555 HashMap<String, Long> timestamps, String headers, int maxSize, String tag) in addAuditErrorsToDropBox()
591 HashMap<String, Long> timestamps, String headers, int maxSize, String tag) in addFsckErrorsToDropBoxAndLogFsStat()
/frameworks/base/services/core/java/com/android/server/textclassifier/
DFixedSizeQueue.java46 public FixedSizeQueue(int maxSize, @Nullable OnEntryEvictedListener<E> onEntryEvictedListener) { in FixedSizeQueue()
/frameworks/base/packages/FakeOemFeatures/src/com/android/fakeoemfeatures/
DFakeBackgroundService.java103 int maxSize = Math.max(maxWindowBounds.width(), maxWindowBounds.height()); in onCreate() local
DFakeApp.java138 int maxSize = Math.max(maxWindowBounds.width(), maxWindowBounds.height()); in onCreate() local
/frameworks/base/cmds/incidentd/src/
Dreport_directory.cpp41 void clean_directory(const char* directory, off_t maxSize, size_t maxCount) { in clean_directory()
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
DFillUi.java236 final Point maxSize = mTempPoint; in FillUi() local
499 Point maxSize = mTempPoint; in updateContentSize() local
534 private boolean updateWidth(View view, Point maxSize) { in updateWidth()
545 private boolean updateHeight(View view, Point maxSize) { in updateHeight()
/frameworks/base/obex/javax/obex/
DPrivateOutputStream.java58 public PrivateOutputStream(BaseStream p, int maxSize) { in PrivateOutputStream()
/frameworks/base/services/core/java/com/android/server/am/
DFgsTempAllowList.java61 public FgsTempAllowList(int maxSize) { in FgsTempAllowList()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
DFillContentLayout.java105 private static int getMaxSizeMeasureSpec(int maxSize, int padding, int childDimension) { in getMaxSizeMeasureSpec()
/frameworks/base/core/java/android/os/incremental/
DV4Signature.java196 int maxSize = INCFS_MAX_SIGNATURE_SIZE; in readFrom() local
240 private static byte[] readBytes(InputStream stream, int maxSize) throws IOException { in readBytes()
/frameworks/compile/mclinker/lib/LD/
DBranchIsland.cpp72 size_t BranchIsland::maxSize() const { in maxSize() function in mcld::BranchIsland
/frameworks/opt/bitmap/src/com/android/bitmap/
DUnrefedPooledCache.java222 public NonPooledCache(int maxSize) { in NonPooledCache()
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3IOStreamBase.cpp33 uint32_t width, uint32_t height, size_t maxSize, int format, in Camera3IOStreamBase()
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
DImageUtils.java97 final int maxSize) { in createLocalBitmap()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSecurityViewFlipper.java165 private int makeChildMeasureSpec(int maxSize, int childDimen) { in makeChildMeasureSpec()

123