Home
last modified time | relevance | path

Searched defs:containerWidth (Results 1 – 2 of 2) sorted by relevance

/external/pigweed/pw_web/log-viewer/src/components/log-list/
Dlog-list.ts320 const containerWidth = this.offsetWidth; constant
333 const containerWidth = container.offsetWidth; constant
337 const maxScrollLeft = container.scrollWidth - containerWidth; constant
/external/accompanist/flowlayout/src/sharedTest/kotlin/com/google/accompanist/flowlayout/
DLayoutTest.kt234 val containerWidth = if ((containerConstraints.hasFixedWidth || expanded) && in <lambda>() constant