Home
last modified time | relevance | path

Searched defs:anchorWidth (Results 1 – 2 of 2) 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
/frameworks/base/core/java/android/widget/
DPopupWindow.java1736 final int anchorWidth = anchor.getWidth(); in findDropDownPosition() local
1881 int anchorWidth, int drawingLocationX, int screenLocationX, int displayFrameLeft, in tryFitHorizontal()