Home
last modified time | relevance | path

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

1234

/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/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/native/services/surfaceflinger/tests/unittests/
DFramebufferSurfaceTest.cpp26 ui::Size limitSize(const ui::Size& size, const ui::Size maxSize) { in limitSize()
/frameworks/base/services/core/java/com/android/server/
DBootReceiver.java358 String headers, String footers, String filename, int maxSize, in addLastkToDropBox()
375 String headers, String filename, int maxSize, String tag) throws IOException { in addFileToDropBox()
381 String headers, String footers, String filename, int maxSize, in addFileWithFootersToDropBox()
416 String filename, int maxSize) { in addTextToDropBox()
423 HashMap<String, Long> timestamps, String headers, int maxSize, String tag) in addAuditErrorsToDropBox()
459 HashMap<String, Long> timestamps, String headers, int maxSize, String tag) in addFsckErrorsToDropBoxAndLogFsStat()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DFramebufferSurface.cpp53 const ui::Size& size, const ui::Size& maxSize) in FramebufferSurface()
178 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/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/tests/src/com/android/systemui/surfaceeffects/ripple/
DRippleShaderTest.kt46 val maxSize = rippleShader.rippleSize.sizes[1] in setMaxSize_hasCorrectSizes() constant
/frameworks/base/services/core/java/com/android/server/wallpaper/
DGLHelper.java129 int[] maxSize = new int[1]; in retrieveTextureSizeFromGL() local
/frameworks/native/cmds/idlcli/vibrator/
DCommandGetCompositionSizeMax.cpp48 int32_t maxSize; in doMain() local
DCommandGetPwleCompositionSizeMax.cpp48 int32_t maxSize; in doMain() 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/base/cmds/incidentd/src/
Dreport_directory.cpp41 void clean_directory(const char* directory, off_t maxSize, size_t maxCount) { in clean_directory()
/frameworks/av/services/mediametrics/include/mediametricsservice/
DLruSet.h56 explicit LruSet(size_t maxSize) : mMaxSize(maxSize) {} in LruSet()
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
DFillUi.java239 final Point maxSize = mTempPoint; in FillUi() local
502 Point maxSize = mTempPoint; in updateContentSize() local
537 private boolean updateWidth(View view, Point maxSize) { in updateWidth()
548 private boolean updateHeight(View view, Point maxSize) { in updateHeight()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/charging/
DWiredChargingRippleControllerTest.kt205 val maxSize = 400f // Double the max value between width and height. in testRipple_layoutsCorrectly() constant
/frameworks/base/services/core/java/com/android/server/am/
DFgsTempAllowList.java61 public FgsTempAllowList(int maxSize) { in FgsTempAllowList()
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/util/
DRingBuffer.kt35 class RingBuffer<T>(private val maxSize: Int, private val factory: () -> T) : Iterable<T> { constant in com.android.systemui.plugins.util.RingBuffer
/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/compile/mclinker/lib/LD/
DBranchIsland.cpp72 size_t BranchIsland::maxSize() const { in maxSize() function in mcld::BranchIsland

1234