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.kt104 val restingPosition = positioner.getRestingPosition() in testGetRestingPosition_returnsDefaultPosition() constant
113 val restingPosition = PointF(100f, 100f) in testGetRestingPosition_returnsRestingPosition() constant
123 val restingPosition = positioner.getRestingPosition() in testGetRestingPosition_bubble_onPhone() constant
132 val restingPosition = positioner.getRestingPosition() in testGetRestingPosition_bubble_onPhone_RTL() constant
142 val restingPosition = positioner.getRestingPosition() in testGetRestingPosition_chatBubble_onTablet() constant
151 val restingPosition = positioner.getRestingPosition() in testGetRestingPosition_chatBubble_onTablet_RTL() constant
183 val restingPosition = PointF(allowableStackRegion.right, allowableStackRegion.centerY()) in testGetRestingPosition_afterBoundsChange() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
DBackPanel.kt184 private var restingPosition = 0f variable