| /compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/layout/ |
| D | LayoutCooperationTest.kt | 75 val widthDp = width.toDp() in <lambda>() constant 82 Box(Modifier.requiredSize(widthDp, heightDp)) { in <lambda>()
|
| /compose/material/material/src/commonMain/kotlin/androidx/compose/material/ |
| D | Slider.kt | 688 val widthDp: Dp in SliderImpl() constant 692 widthDp = width.toDp() in SliderImpl() 696 val offset = widthDp * positionFraction in SliderImpl() 732 val widthDp: Dp in RangeSliderImpl() constant 736 widthDp = width.toDp() in RangeSliderImpl() 740 val offsetStart = widthDp * positionFractionStart in RangeSliderImpl() 741 val offsetEnd = widthDp * positionFractionEnd in RangeSliderImpl()
|
| /compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/textfield/ |
| D | TextFieldScrollTest.kt | 421 val widthDp = with(density) { width.toDp() } in <lambda>() constant 427 Modifier.size(widthDp, heightDp).textFieldScroll( in <lambda>() 471 val widthDp = with(density) { width.toDp() } in <lambda>() constant 477 Modifier.size(widthDp, heightDp).textFieldScroll( in <lambda>()
|
| /compose/ui/ui-tooling-preview/api/ |
| D | restricted_1.0.0-beta10.txt | 41 method public abstract int widthDp(); 53 property public abstract int widthDp;
|
| D | 1.0.0-beta10.txt | 41 method public abstract int widthDp(); 53 property public abstract int widthDp;
|
| D | restricted_1.1.0-beta04.txt | 41 method public abstract int widthDp() default -1; 53 property public abstract int widthDp;
|
| D | 1.1.0-beta03.txt | 41 method public abstract int widthDp() default -1; 53 property public abstract int widthDp;
|
| D | restricted_1.1.0-beta02.txt | 41 method public abstract int widthDp() default -1; 53 property public abstract int widthDp;
|
| D | restricted_1.1.0-beta05.txt | 41 method public abstract int widthDp() default -1; 53 property public abstract int widthDp;
|
| D | 1.1.0-beta05.txt | 41 method public abstract int widthDp() default -1; 53 property public abstract int widthDp;
|
| D | 1.1.0-beta04.txt | 41 method public abstract int widthDp() default -1; 53 property public abstract int widthDp;
|
| D | restricted_1.1.0-beta03.txt | 41 method public abstract int widthDp() default -1; 53 property public abstract int widthDp;
|
| D | 1.1.0-beta02.txt | 41 method public abstract int widthDp() default -1; 53 property public abstract int widthDp;
|
| D | restricted_1.2.0-beta01.txt | 49 method public abstract int widthDp() default -1; 61 property public abstract int widthDp;
|
| D | restricted_1.2.0-beta03.txt | 49 method public abstract int widthDp() default -1; 61 property public abstract int widthDp;
|
| D | restricted_1.2.0-beta02.txt | 49 method public abstract int widthDp() default -1; 61 property public abstract int widthDp;
|
| D | 1.2.0-beta02.txt | 49 method public abstract int widthDp() default -1; 61 property public abstract int widthDp;
|
| D | 1.2.0-beta03.txt | 49 method public abstract int widthDp() default -1; 61 property public abstract int widthDp;
|
| /compose/ui/ui-tooling/api/ |
| D | restricted_1.0.0-beta07.txt | 53 method public abstract int widthDp(); 65 property public abstract int widthDp;
|
| D | restricted_1.0.0-beta09.txt | 53 method public abstract int widthDp(); 65 property public abstract int widthDp;
|
| D | 1.0.0-beta07.txt | 53 method public abstract int widthDp(); 65 property public abstract int widthDp;
|
| D | restricted_1.0.0-beta08.txt | 53 method public abstract int widthDp(); 65 property public abstract int widthDp;
|
| D | 1.0.0-beta09.txt | 53 method public abstract int widthDp(); 65 property public abstract int widthDp;
|
| D | 1.0.0-beta08.txt | 53 method public abstract int widthDp(); 65 property public abstract int widthDp;
|
| /compose/ui/ui-tooling-preview/src/androidMain/kotlin/androidx/compose/ui/tooling/preview/ |
| D | Preview.android.kt | 67 val widthDp: Int = -1, constant in androidx.compose.ui.tooling.preview.Preview
|