Home
last modified time | relevance | path

Searched refs:isSpecified (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/services/robotests/backup/src/android/app/backup/
H A DBackupUtilsTest.java51 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 …]
/aosp14/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/scene/transformation/
H A DTransformation.kt106 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() -> transitionProgress
120 end.isSpecified() -> (transitionProgress / end).coerceAtMost(1f)
125 private fun Float.isSpecified() = this != BoundUnspecified
128 return if (bound.isSpecified()) {
H A DAnchoredTranslate.kt20 import androidx.compose.ui.geometry.isSpecified
44 return anchor.sceneValues[scene]?.offset?.takeIf { it.isSpecified }
/aosp14/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/scene/
H A DElement.kt33 import androidx.compose.ui.geometry.isSpecified
333 if (lastValue.isSpecified) {
/aosp14/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/material/
H A DModalBottomSheet.kt48 import androidx.compose.ui.graphics.isSpecified
454 if (color.isSpecified) {
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameType.java275 public boolean isSpecified() { in isSpecified() method in FrameType
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...