Home
last modified time | relevance | path

Searched refs:anchorWidth (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/transformation/
DAnchoredSize.kt31 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/
DTransitionDslImpl.kt184 anchorWidth: Boolean, in anchoredSize()
187 transformation(AnchoredSize(matcher, anchor, anchorWidth, anchorHeight)) in anchoredSize()
DTransitionDsl.kt388 anchorWidth: Boolean = true,
/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/transformation/
DAnchoredSizeTest.kt105 anchoredSize(TestElements.Bar, TestElements.Foo, anchorWidth = false) in testAnchoredHeightOnly()
/frameworks/base/core/java/android/widget/
DPopupWindow.java1736 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