Home
last modified time | relevance | path

Searched refs:horiz (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DSlidingTab.java245 boolean horiz = alignment == ALIGN_LEFT || alignment == ALIGN_RIGHT; in hide()
246 int dx = horiz ? (alignment == ALIGN_LEFT ? alignment_value - tab.getRight() in hide()
248 int dy = horiz ? 0 : (alignment == ALIGN_TOP ? alignment_value - tab.getBottom() in hide()
264 boolean horiz = alignment == ALIGN_LEFT || alignment == ALIGN_RIGHT; in show()
265 int dx = horiz ? (alignment == ALIGN_LEFT ? tab.getWidth() : -tab.getWidth()) : 0; in show()
266 int dy = horiz ? 0: (alignment == ALIGN_TOP ? tab.getHeight() : -tab.getHeight()); in show()
306 final boolean horiz = alignment == ALIGN_LEFT || alignment == ALIGN_RIGHT; in reset()
307 int dx = horiz ? (alignment == ALIGN_LEFT ? alignment_value - tab.getLeft() in reset()
309 int dy = horiz ? 0 : (alignment == ALIGN_TOP ? alignment_value - tab.getTop() in reset()
318 if (horiz) { in reset()
/frameworks/base/core/java/android/text/
DLayout.java2196 public int getOffsetForHorizontal(int line, float horiz) { in getOffsetForHorizontal() argument
2197 return getOffsetForHorizontal(line, horiz, true); in getOffsetForHorizontal()
2210 public int getOffsetForHorizontal(int line, float horiz, boolean primary) { in getOffsetForHorizontal() argument
2234 float bestdist = Math.abs(horizontal.get(lineStartOffset) - horiz); in getOffsetForHorizontal()
2250 if (horizontal.get(adguess) * swap >= horiz * swap) { in getOffsetForHorizontal()
2264 float dist = Math.abs(horizontal.get(low) - horiz); in getOffsetForHorizontal()
2266 float other = Math.abs(horizontal.get(aft) - horiz); in getOffsetForHorizontal()
2281 float dist = Math.abs(horizontal.get(here) - horiz); in getOffsetForHorizontal()
2289 float dist = Math.abs(horizontal.get(max) - horiz); in getOffsetForHorizontal()
/frameworks/base/media/java/android/media/
DMediaCodec.java5929 int horiz = info.getInt(); in MediaImage() local
5931 if (horiz != vert || horiz != (ix == 0 ? 1 : 2)) { in MediaImage()
5933 + horiz + "x" + vert + " on plane " + ix); in MediaImage()
5941 + (xOffset / horiz) * colInc + (yOffset / vert) * rowInc); in MediaImage()
5943 + (mHeight / vert - 1) * rowInc + (mWidth / horiz - 1) * colInc); in MediaImage()
/frameworks/base/core/java/android/widget/
DEditor.java6379 final float horiz = getHorizontal(layout, offset);
6383 if (currentHoriz < anotherHandleHoriz && horiz < anotherHandleHoriz
6384 || currentHoriz > anotherHandleHoriz && horiz > anotherHandleHoriz) {
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...