Searched refs:actualSize (Results 1 – 7 of 7) sorted by relevance
42 fun getTouchTargetMargin(desiredSize: Float, actualSize: Int): Int { in getTouchTargetMargin()43 return max(((desiredSize - actualSize) / 2) * 1.0f, 0f).toInt() in getTouchTargetMargin()
32 jint actualSize = env->GetArrayLength(buf); in android_util_StatsLog_write() local33 if (actualSize < size) { in android_util_StatsLog_write()
173 private Rect getPostCrop(AspectRatio targetAspect, Size actualSize) { in getPostCrop() argument174 return targetAspect.getLargestCenterCrop(actualSize); in getPostCrop()
341 int actualSize = actualData.length; in testAdvertiseAccountKeyFilterWithKeys_advertisingSucceeds() local343 assertThat(actualSize).isEqualTo(TEST_ACCOUNT_KEY_FILTER_DATA_WITH_KEYS_LENGTH); in testAdvertiseAccountKeyFilterWithKeys_advertisingSucceeds()347 assertThat(actualData[actualSize - 2]) in testAdvertiseAccountKeyFilterWithKeys_advertisingSucceeds()349 byte salt = actualData[actualSize - 1]; in testAdvertiseAccountKeyFilterWithKeys_advertisingSucceeds()
1298 const uint32_t actualSize = TypeManager::get()->getSizeOfData( in updateOutputShapes() local1300 if (actualSize > 0) { in updateOutputShapes()1302 from[i].dimensions, actualSize); in updateOutputShapes()
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...