Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/dataentries/formatters/
DTemperatureFormatter.kt29 val tempLocation = formatLocation(context, measurementLocation) in formatValue() constant
30 "$tempString $tempLocation" in formatValue()
51 val tempLocation = formatLocation(context, measurementLocation) in formatA11tValue() constant
52 "$tempString $tempLocation" in formatA11tValue()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/unfold/
DUnfoldAnimationBuilder.kt82 val tempLocation = IntArray(2) in <lambda>() constant
86 child.getLocationOnScreen(tempLocation) in <lambda>()
88 val viewCenterX = tempLocation[0] + child.width / 2 in <lambda>()
98 val viewCenterY = tempLocation[1] + child.height / 2 in <lambda>()