Searched refs:isSpecified (Results 1 – 9 of 9) sorted by relevance
51 boolean isSpecified = in testIsFileSpecifiedInPathList_whenFileAndPathListHasIt()54 assertThat(isSpecified).isTrue(); in testIsFileSpecifiedInPathList_whenFileAndPathListHasIt()60 boolean isSpecified = in testIsFileSpecifiedInPathList_whenFileAndPathListHasItsDirectory()63 assertThat(isSpecified).isTrue(); in testIsFileSpecifiedInPathList_whenFileAndPathListHasItsDirectory()68 boolean isSpecified = in testIsFileSpecifiedInPathList_whenFileAndPathListHasOtherFile()71 assertThat(isSpecified).isFalse(); in testIsFileSpecifiedInPathList_whenFileAndPathListHasOtherFile()76 boolean isSpecified = BackupUtils.isFileSpecifiedInPathList(file("a/b.txt"), paths()); in testIsFileSpecifiedInPathList_whenFileAndPathListEmpty()78 assertThat(isSpecified).isFalse(); in testIsFileSpecifiedInPathList_whenFileAndPathListEmpty()83 boolean isSpecified = in testIsFileSpecifiedInPathList_whenDirectoryAndPathListHasIt()86 assertThat(isSpecified).isTrue(); in testIsFileSpecifiedInPathList_whenDirectoryAndPathListHasIt()[all …]
100 require(!start.isSpecified() || (start in 0f..1f))101 require(!end.isSpecified() || (end in 0f..1f))102 require(!start.isSpecified() || !end.isSpecified() || start <= end)111 start.isSpecified() && end.isSpecified() -> in reversed()113 !start.isSpecified() && !end.isSpecified() -> transitionProgress in reversed()114 end.isSpecified() -> (transitionProgress / end).fastCoerceAtMost(1f) in reversed()119 private fun Float.isSpecified() = this != BoundUnspecified in Float() method in com.android.compose.animation.scene.transformation.TransformationRange122 return if (bound.isSpecified()) { in Float()
20 import androidx.compose.ui.geometry.isSpecified51 return anchor.sceneStates[scene]?.targetOffset?.takeIf { it.isSpecified } in transform()
20 import androidx.compose.ui.geometry.isSpecified38 start.pivot.isSpecified && stop.pivot.isSpecified -> in lerp()40 start.pivot.isSpecified -> start.pivot in lerp()
27 import androidx.compose.ui.geometry.isSpecified in <lambda>()336 isSpecified = { it != Offset.Unspecified }, in Placeable()815 isSpecified = { true }, in elementAlpha()883 isSpecified = { it != Element.SizeUnspecified }, in measure()940 isSpecified = { true }, in size()945 return this.takeIf { isSpecified } ?: center in size()1026 isSpecified: (T) -> Boolean, in computeValue()1097 if (!isSpecified(start)) return end in computeValue()1098 if (!isSpecified(end)) return start in computeValue()
48 import androidx.compose.ui.graphics.isSpecified454 if (color.isSpecified) { in Scrim()
275 public boolean isSpecified() { in isSpecified() method in FrameType
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
53894 method public abstract boolean isSpecified(int);58365 method public abstract boolean isSpecified(int);58366 method public abstract boolean isSpecified(java.lang.String, java.lang.String);58367 method public abstract boolean isSpecified(java.lang.String);58376 method public boolean isSpecified(int);58377 method public boolean isSpecified(java.lang.String, java.lang.String);58378 method public boolean isSpecified(java.lang.String);