Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/section/
DSettingsMenuSection.kt29 import androidx.compose.ui.unit.toSize in <lambda>()
92 if (!coordinates.size.toSize().isEmpty()) { in <lambda>()
93 Rect(coordinates.positionInParent(), coordinates.size.toSize()) in <lambda>()
/frameworks/base/libs/hwui/utils/
DLinearAllocator.cpp228 static const char* toSize(size_t value, float& result) { in toSize() function
244 prettySuffix = toSize(mTotalAllocated, prettySize); in dumpMemoryStats()
246 prettySuffix = toSize(mWastedSpace, prettySize); in dumpMemoryStats()
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/shared/model/
DCommunalContentSize.kt37 fun toSize(span: Int): CommunalContentSize { in toSize() method
/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DSceneTransitionLayoutImpl.kt287 val toSize = layoutImpl.scene(transition.toScene).targetSize in approachMeasure() constant
292 if (fromSize == toSize) { in approachMeasure()
304 val size = lerp(fromSize, toSize, progress) in approachMeasure()
DPunchHole.kt44 import androidx.compose.ui.unit.toSize
170 return holeCoords()?.size?.toSize() ?: Size.Zero in holeSize()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/
DGridDragDropState.kt46 import androidx.compose.ui.unit.toSize in <lambda>()
150 val endOffset = startOffset + draggingItem.size.toSize() in onDrag()
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/domain/interactor/
DCommunalInteractor.kt563 return CommunalContentSize.toSize( in <lambda>()