Home
last modified time | relevance | path

Searched defs:targetSize (Results 1 – 25 of 327) sorted by relevance

12345678910>>...14

/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/accessibility/
H A DWindowMagnificationFrameSpecTest.kt35 val targetSize = Size(100, 200) in deserializeSpec_validSpec_expectedIndex() constant
45 val targetSize = Size(100, 200) in deserializeSpec_validSpec_expectedSize() constant
/aosp_15_r20/frameworks/av/media/libstagefright/
H A DDataConverter.cpp56 size_t DataConverter::sourceSize(size_t targetSize) { in sourceSize()
60 size_t DataConverter::targetSize(size_t sourceSize) { in targetSize() function in android::DataConverter
67 size_t SampleConverterBase::sourceSize(size_t targetSize) { in sourceSize()
77 size_t SampleConverterBase::targetSize(size_t sourceSize) { in targetSize() function in android::SampleConverterBase
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
H A DDragToInteractView.kt241 val targetSize = resources.getDimensionPixelSize(config.targetSizeResId) in updateResources() constant
311 val targetSize = resources.getDimensionPixelSize(config.targetSizeResId) in addCircle() constant
/aosp_15_r20/packages/apps/Launcher3/tests/src/com/android/launcher3/celllayout/testgenerator/
DValidGridMigrationTestCaseGenerator.kt108 val targetSize: Point, constant in com.android.launcher3.celllayout.testgenerator.GridMigrationUnitTestCase
145 val targetSize = in generateTestCase() constant
/aosp_15_r20/external/lz4/tests/
H A Dfuzzer.c402 int const targetSize = srcSize * (int)((FUZ_rand(&randState) & 127)+1) >> 7; in FUZ_test() local
431 int const targetSize = srcSize * (int)((FUZ_rand(&randState) & 127)+1) >> 7; in FUZ_test() local
644 int const targetSize = (int)((size_t)blockSize - missingOutBytes); in FUZ_test() local
658 int const targetSize = (int)((size_t)blockSize - missingOutBytes); in FUZ_test() local
671 int const targetSize = (int)((size_t)blockSize - missingOutBytes); in FUZ_test() local
684 int const targetSize = (int)((size_t)blockSize - missingOutBytes); in FUZ_test() local
1369 size_t const targetSize = 4116; /* size carefully selected to trigger an overflow */ in FUZ_unitTests() local
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/data/
DDecodeUtils.java100 JobContext jc, String filePath, Options options, int targetSize, int type) { in decodeThumbnail()
115 JobContext jc, FileDescriptor fd, Options options, int targetSize, int type) { in decodeThumbnail()
169 Options options, int targetSize) { in decodeIfBigEnough()
DImageCacheRequest.java38 Path path, long timeModified, int type, int targetSize) { in ImageCacheRequest()
101 public abstract Bitmap onDecodeOriginal(JobContext jc, int targetSize); in onDecodeOriginal()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/biometrics/udfps/
DBoundingBoxOverlapDetector.java14 private final float targetSize = 0.0F; field in BoundingBoxOverlapDetector
18 public BoundingBoxOverlapDetector(float targetSize) { in BoundingBoxOverlapDetector()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/biometrics/
DEllipseOverlapDetectorParams.java16 private final float targetSize = 0.0F; field in EllipseOverlapDetectorParams
19 public EllipseOverlapDetectorParams(float minOverlap, float targetSize, int stepSize) { in EllipseOverlapDetectorParams()
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/shared/src/com/android/wm/shell/shared/bubbles/
H A DDismissView.kt128 val targetSize: Int = resources.getDimensionPixelSize(config.targetSizeResId) in setup() constant
189 val targetSize = resources.getDimensionPixelSize(config.targetSizeResId) in updateResources() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
H A DUserActionDistanceScopeImpl.kt26 override fun ElementKey.targetSize(content: ContentKey): IntSize? { in targetSize() method in com.android.compose.animation.scene.ElementStateScopeImpl
38 override fun ContentKey.targetSize(): IntSize? { in targetSize() method in com.android.compose.animation.scene.ElementStateScopeImpl
H A DElement.kt100 var targetSize by mutableStateOf(SizeUnspecified) in <lambda>() variable in com.android.compose.animation.scene.Element.State
1082 val targetSize = in measure() constant
/aosp_15_r20/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/ui/view/
DFullPreviewFrameLayout.kt45 val targetSize = targetDisplaySize in onMeasure() constant
/aosp_15_r20/cts/tests/tests/telephony/current/src/android/telephony/cts/
H A DCallComposerTest.java130 int targetSize = (int) TelephonyManager.getMaximumCallComposerPictureSize() + 1; in testExcessivelyLargePictureAsFile() local
146 int targetSize = (int) TelephonyManager.getMaximumCallComposerPictureSize() + 1; in testExcessivelyLargePictureAsStream() local
/aosp_15_r20/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/mutation/mutator/collection/
H A DMapMutatorFactory.java133 int targetSize = prng.closedRange(minInitialSize(), maxInitialSize()); in initInPlace() local
138 targetSize, () -> keyMutator.init(prng)); in initInPlace() local
/aosp_15_r20/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
DLevenshteinDistance.kt147 val targetSize = target!!.size constant
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/content/
H A DContent.kt79 var targetSize by mutableStateOf(IntSize.Zero) in <lambda>() variable
/aosp_15_r20/frameworks/base/libs/hwui/hwui/
H A DImageDecoder.cpp94 const SkISize& targetSize) { in requires_matrix_scaling()
128 const SkISize targetSize = { width, height }; in setTargetSize() local
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/stream/
DForEachOps.java258 private long targetSize; field in ForEachOps.ForEachTask
367 private final long targetSize; field in ForEachOps.ForEachOrderedTask
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/stream/
H A DForEachOps.java258 private long targetSize; field in ForEachOps.ForEachTask
367 private final long targetSize; field in ForEachOps.ForEachOrderedTask
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/22/libcore/ojluni/src/main/java/java/util/stream/
DForEachOps.java258 private long targetSize; field in ForEachOps.ForEachTask
367 private final long targetSize; field in ForEachOps.ForEachOrderedTask
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/shared/magnetictarget/
H A DMagnetizedObjectTest.kt58 private val targetSize = 200 in <lambda>() constant
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassTests.cpp847 UVec2 targetSize; member
3587 const UVec2 &targetSize) in pushReadImagesToBuffers()
3799 void clearReferenceValues(vector<PixelValue> &values, const UVec2 &targetSize, const UVec2 &offset,… in clearReferenceValues()
3822 void markUndefined(vector<PixelValue> &values, const BVec4 &mask, const UVec2 &targetSize, const UV… in markUndefined()
3931const UVec2 &targetSize, const vector<Maybe<VkClearValue>> &imageClearValues, in renderReferenceValues()
4340 … const vector<vector<PixelValue>> &referenceValues, const UVec2 &targetSize, in renderReferenceImagesFromValues()
4505 …:TextureLevel> renderColorImageForLog(const vector<PixelValue> &reference, const UVec2 &targetSize, in renderColorImageForLog()
4619 const vector<SubpassRenderInfo> &subpassRenderInfo, const UVec2 &targetSize, in logAndVerifyImages()
5634 const UVec2 targetSize = config.targetSize; in renderPassTest() local
6406 …const UVec2 targetSize = rng.choose<UVec2>(DE_ARRAY_BEGIN(targetSizes), DE_ARRAY_END(targetSizes)); in addAttachmentTests() local
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/surfaceeffects/ripple/
H A DRippleShader.kt426 val targetSize = sizes[targetIndex] in update() constant
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/model/
DGridSizeMigrationDBController.java159 Point targetSize = new Point(destDeviceState.getColumns(), destDeviceState.getRows()); in migrateGridIfNeeded() local
181 final int destHotseatSize, @NonNull final Point targetSize, in migrate()

12345678910>>...14