Home
last modified time | relevance | path

Searched defs:yPosition (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/core/java/android/text/style/
H A DBulletSpan.java226 final float yPosition = (top + bottom) / 2f; in drawLeadingMargin() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
H A DBackPanelController.kt557 val yPosition = regex
726 var yPosition = touchY - params.fingerOffset regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DPasswordTextView.java202 float yPosition = in onDraw() local
758 public float draw(Canvas canvas, float currentDrawPosition, int charHeight, float yPosition, in draw()
/aosp14/frameworks/base/media/java/android/media/
H A DWebVttRenderer.java1450 final int yPosition = calculateLinePosition(cueBox); in layoutCue() local
/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java2793 PointerDisplayIdChangedArgs(int pointerDisplayId, float xPosition, float yPosition) { in PointerDisplayIdChangedArgs()
2803 void onPointerDisplayIdChanged(int pointerDisplayId, float xPosition, float yPosition) { in onPointerDisplayIdChanged()