Home
last modified time | relevance | path

Searched defs:getHorizontal (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/java/android/window/
H A DSizeConfigurationBuckets.java297 public @Nullable int[] getHorizontal() { in getHorizontal() method in SizeConfigurationBuckets
/aosp14/frameworks/base/core/java/android/text/
H A DLayout.java1359 private float getHorizontal(int offset, boolean primary) { in getHorizontal() method in Layout
1363 private float getHorizontal(int offset, boolean trailing, boolean clamped) { in getHorizontal() method in Layout
1369 private float getHorizontal(int offset, boolean trailing, int line, boolean clamped) { in getHorizontal() method in Layout
/aosp14/frameworks/base/core/java/android/widget/
H A DEditor.java5193 public float getHorizontal(@NonNull Layout layout, int offset) { in getHorizontal() method in Editor.HandleView