Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DSlidingTab.java248 boolean horiz = alignment == ALIGN_LEFT || alignment == ALIGN_RIGHT; in hide()
249 int dx = horiz ? (alignment == ALIGN_LEFT ? alignment_value - tab.getRight() in hide()
251 int dy = horiz ? 0 : (alignment == ALIGN_TOP ? alignment_value - tab.getBottom() in hide()
267 boolean horiz = alignment == ALIGN_LEFT || alignment == ALIGN_RIGHT; in show()
268 int dx = horiz ? (alignment == ALIGN_LEFT ? tab.getWidth() : -tab.getWidth()) : 0; in show()
269 int dy = horiz ? 0: (alignment == ALIGN_TOP ? tab.getHeight() : -tab.getHeight()); in show()
309 final boolean horiz = alignment == ALIGN_LEFT || alignment == ALIGN_RIGHT; in reset()
310 int dx = horiz ? (alignment == ALIGN_LEFT ? alignment_value - tab.getLeft() in reset()
312 int dy = horiz ? 0 : (alignment == ALIGN_TOP ? alignment_value - tab.getTop() in reset()
321 if (horiz) { in reset()
/aosp12/packages/apps/Gallery2/jni/filters/
H A Dgeometry.c56 int horiz = (flip & 1) != 0; in flip_fun() local
58 if (horiz && vert){ in flip_fun()
66 if (horiz){ in flip_fun()
/aosp12/packages/apps/Settings/src/com/android/settings/widget/
H A DChartView.java72 void init(ChartAxis horiz, ChartAxis vert) { in init() argument
73 mHoriz = Preconditions.checkNotNull(horiz, "missing horiz"); in init()
H A DChartGridView.java91 void init(ChartAxis horiz, ChartAxis vert) { in init() argument
92 mHoriz = Preconditions.checkNotNull(horiz, "missing horiz"); in init()
/aosp12/frameworks/base/core/java/android/text/
H A DLayout.java1529 public int getOffsetForHorizontal(int line, float horiz) { in getOffsetForHorizontal() argument
1530 return getOffsetForHorizontal(line, horiz, true); in getOffsetForHorizontal()
1543 public int getOffsetForHorizontal(int line, float horiz, boolean primary) { in getOffsetForHorizontal() argument
1566 float bestdist = Math.abs(horizontal.get(lineStartOffset) - horiz); in getOffsetForHorizontal()
1582 if (horizontal.get(adguess) * swap >= horiz * swap) { in getOffsetForHorizontal()
1596 float dist = Math.abs(horizontal.get(low) - horiz); in getOffsetForHorizontal()
1598 float other = Math.abs(horizontal.get(aft) - horiz); in getOffsetForHorizontal()
1613 float dist = Math.abs(horizontal.get(here) - horiz); in getOffsetForHorizontal()
1621 float dist = Math.abs(horizontal.get(max) - horiz); in getOffsetForHorizontal()
/aosp12/frameworks/base/media/java/android/media/
H A DMediaCodec.java5153 int horiz = info.getInt(); in MediaImage() local
5155 if (horiz != vert || horiz != (ix == 0 ? 1 : 2)) { in MediaImage()
5157 + horiz + "x" + vert + " on plane " + ix); in MediaImage()
5165 + (xOffset / horiz) * colInc + (yOffset / vert) * rowInc); in MediaImage()
5167 + (mHeight / vert - 1) * rowInc + (mWidth / horiz - 1) * colInc); in MediaImage()
/aosp12/frameworks/base/core/java/android/widget/
H A DEditor.java6084 final float horiz = getHorizontal(layout, offset);
6088 if (currentHoriz < anotherHandleHoriz && horiz < anotherHandleHoriz
6089 || currentHoriz > anotherHandleHoriz && horiz > anotherHandleHoriz) {
H A DTextView.java12659 protected void onScrollChanged(int horiz, int vert, int oldHoriz, int oldVert) { in onScrollChanged() argument
12660 super.onScrollChanged(horiz, vert, oldHoriz, oldVert); in onScrollChanged()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...