Searched refs:anchorWidth (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/transformation/ |
D | AnchoredSize.kt | 31 private val anchorWidth: Boolean, constant in com.android.compose.animation.scene.transformation.AnchoredSize 54 width = if (anchorWidth) size.width else value.width, in transform()
|
/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/ |
D | TransitionDslImpl.kt | 184 anchorWidth: Boolean, in anchoredSize() 187 transformation(AnchoredSize(matcher, anchor, anchorWidth, anchorHeight)) in anchoredSize()
|
D | TransitionDsl.kt | 388 anchorWidth: Boolean = true,
|
/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/transformation/ |
D | AnchoredSizeTest.kt | 105 anchoredSize(TestElements.Bar, TestElements.Foo, anchorWidth = false) in testAnchoredHeightOnly()
|
/frameworks/base/core/java/android/widget/ |
D | PopupWindow.java | 1736 final int anchorWidth = anchor.getWidth(); in findDropDownPosition() local 1774 outParams.x -= width - anchorWidth; in findDropDownPosition() 1784 anchorWidth, drawingLocation[0], screenLocation[0], displayFrame.left, in findDropDownPosition() 1803 outParams.x -= width - anchorWidth; in findDropDownPosition() 1810 tryFitHorizontal(outParams, xOffset, width, anchorWidth, drawingLocation[0], in findDropDownPosition() 1881 int anchorWidth, int drawingLocationX, int screenLocationX, int displayFrameLeft, in tryFitHorizontal() argument
|