Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/transformation/
DAnchoredSize.kt32 private val anchorHeight: Boolean, constant in com.android.compose.animation.scene.transformation.AnchoredSize
/frameworks/base/core/java/android/widget/
DPopupWindow.java1735 final int anchorHeight = anchor.getHeight(); in findDropDownPosition() local
1819 int anchorHeight, int drawingLocationY, int screenLocationY, int displayFrameTop, in tryFitVertical()