Searched refs:isSpecified (Results 1 – 7 of 7) sorted by relevance
51 boolean isSpecified = in testIsFileSpecifiedInPathList_whenFileAndPathListHasIt()60 boolean isSpecified = in testIsFileSpecifiedInPathList_whenFileAndPathListHasItsDirectory()68 boolean isSpecified = in testIsFileSpecifiedInPathList_whenFileAndPathListHasOtherFile()83 boolean isSpecified = in testIsFileSpecifiedInPathList_whenDirectoryAndPathListHasIt()98 boolean isSpecified = in testIsFileSpecifiedInPathList_whenDirectoryAndPathListHasParent()107 boolean isSpecified = in testIsFileSpecifiedInPathList_whenFileAndPathListDoesntContainDirectory()116 boolean isSpecified = in testIsFileSpecifiedInPathList_whenFileAndPathListHasDirectoryWhoseNameIsPrefix()125 boolean isSpecified = in testIsFileSpecifiedInPathList_whenFileAndPathListHasDirectoryWhoseNameIsPrefix2()136 boolean isSpecified = in testIsFileSpecifiedInPathList_whenFileAndPathListContainsFirstNotRelatedAndSecondContainingDirectory()147 boolean isSpecified = in testIsFileSpecifiedInPathList_whenDirectoryAndPathListContainsFirstNotRelatedAndSecondSameDirectory()[all …]
106 require(!start.isSpecified() || (start in 0f..1f))107 require(!end.isSpecified() || (end in 0f..1f))108 require(!start.isSpecified() || !end.isSpecified() || start <= end)117 start.isSpecified() && end.isSpecified() ->119 !start.isSpecified() && !end.isSpecified() -> transitionProgress120 end.isSpecified() -> (transitionProgress / end).coerceAtMost(1f)125 private fun Float.isSpecified() = this != BoundUnspecified128 return if (bound.isSpecified()) {
20 import androidx.compose.ui.geometry.isSpecified44 return anchor.sceneValues[scene]?.offset?.takeIf { it.isSpecified }
33 import androidx.compose.ui.geometry.isSpecified333 if (lastValue.isSpecified) {
48 import androidx.compose.ui.graphics.isSpecified454 if (color.isSpecified) {
275 public boolean isSpecified() { in isSpecified() method in FrameType
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...