Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/multivalentTests/src/com/android/wm/shell/bubbles/
DBubblePositionerTest.kt103 val restingPosition = positioner.getRestingPosition() in testGetRestingPosition_returnsDefaultPosition() constant
112 val restingPosition = PointF(100f, 100f) in testGetRestingPosition_returnsRestingPosition() constant
122 val restingPosition = positioner.getRestingPosition() in testGetRestingPosition_bubble_onPhone() constant
131 val restingPosition = positioner.getRestingPosition() in testGetRestingPosition_bubble_onPhone_RTL() constant
141 val restingPosition = positioner.getRestingPosition() in testGetRestingPosition_chatBubble_onTablet() constant
150 val restingPosition = positioner.getRestingPosition() in testGetRestingPosition_chatBubble_onTablet_RTL() constant
182 val restingPosition = PointF(allowableStackRegion.right, allowableStackRegion.centerY()) in testGetRestingPosition_afterBoundsChange() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
DBackPanel.kt187 private var restingPosition = 0f variable