Home
last modified time | relevance | path

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

1234

/frameworks/base/core/java/android/util/
DLruCache.java71 private int maxSize; field in LruCache
84 public LruCache(int maxSize) { in LruCache()
97 public void resize(int maxSize) { in resize()
198 public void trimToSize(int maxSize) { in trimToSize()
333 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/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
DPhoneSizeSpecSource.kt180 val maxSize = getMaxSize(aspectRatio) in getDefaultSize() constant
198 val maxSize = getMaxSize(aspectRatio) in getMinSize() constant
DPipPinchResizingAlgorithm.java42 PointF lastPoint, PointF lastSecondPoint, Point minSize, Point maxSize, in calculateBoundsAndAngle()
79 private float getMaxScale(Rect bounds, Point maxSize) { in getMaxScale()
/frameworks/base/packages/SystemUI/src/com/android/systemui/charging/
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
/frameworks/base/services/tests/servicestests/src/com/android/server/location/contexthub/
DConcurrentLinkedEvictingDequeTest.java33 int maxSize = 20; in testMaxSize() local
/frameworks/native/services/surfaceflinger/DisplayHardware/
DFramebufferSurface.cpp56 const ui::Size& size, const ui::Size& maxSize) in FramebufferSurface()
181 ui::Size FramebufferSurface::limitSizeInternal(const ui::Size& size, const ui::Size& maxSize) { in limitSizeInternal()
/frameworks/native/services/surfaceflinger/tests/unittests/
DFramebufferSurfaceTest.cpp26 ui::Size limitSize(const ui::Size& size, const ui::Size maxSize) { in limitSize()
/frameworks/base/core/tests/coretests/src/com/android/internal/widget/
DCachingIconViewTest.java232 int maxSize = in assertDrawableResized() local
247 int maxSize = in assertDrawableNotResized() local
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/surfaceeffects/ripple/
DRippleShaderTest.kt46 val maxSize = rippleShader.rippleSize.sizes[1] in setMaxSize_hasCorrectSizes() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/dagger/
DNotificationsLogModule.kt107 var maxSize = 1000 in provideNotificationsLogBuffer() variable
/frameworks/base/services/core/java/com/android/server/
DBootReceiver.java586 String headers, String footers, String filename, int maxSize, in addLastkToDropBox()
603 String headers, String filename, int maxSize, String tag) throws IOException { in addFileToDropBox()
609 String headers, String footers, String filename, int maxSize, in addFileWithFootersToDropBox()
644 String filename, int maxSize) { in addTextToDropBox()
651 HashMap<String, Long> timestamps, String headers, int maxSize, String tag) in addAuditErrorsToDropBox()
687 HashMap<String, Long> timestamps, String headers, int maxSize, String tag) in addFsckErrorsToDropBoxAndLogFsStat()
/frameworks/native/cmds/idlcli/vibrator/
DCommandGetCompositionSizeMax.cpp53 int32_t maxSize; in doMain() local
DCommandGetPwleV2CompositionSizeMax.cpp53 int32_t maxSize; in doMain() local
DCommandGetPwleCompositionSizeMax.cpp53 int32_t maxSize; in doMain() local
/frameworks/base/services/core/java/com/android/server/wallpaper/
DGLHelper.java129 int[] maxSize = new int[1]; in retrieveTextureSizeFromGL() local
/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/av/services/mediametrics/include/mediametricsservice/
DLruSet.h56 explicit LruSet(size_t maxSize) : mMaxSize(maxSize) {} in LruSet()
/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.java268 final Point maxSize = mTempPoint; in FillUi() local
551 Point maxSize = mTempPoint; in updateContentSize() local
586 private boolean updateWidth(View view, Point maxSize) { in updateWidth()
604 private boolean updateHeight(View view, Point maxSize) { in updateHeight()
/frameworks/base/core/java/android/os/vibrator/
DVibratorEnvelopeEffectInfo.java67 public VibratorEnvelopeEffectInfo(int maxSize, in VibratorEnvelopeEffectInfo()

1234