Home
last modified time | relevance | path

Searched refs:toValues (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/scene/
H A DElement.kt396 val toValues = element.sceneValues[toScene] regex
398 if (fromValues == null && toValues == null) {
410 if (fromValues != null && toValues != null) {
413 sceneValue(toValues),
434 fromValues ?: toValues!!,
/aosp14/frameworks/base/media/java/android/media/
H A DMediaScanner.java155 private ContentValues toValues() { in toValues() method in MediaScanner.MyMediaScannerClient