Searched refs:horiz (Results 1 – 5 of 5) sorted by relevance
245 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()
2196 public int getOffsetForHorizontal(int line, float horiz) { in getOffsetForHorizontal() argument2197 return getOffsetForHorizontal(line, horiz, true); in getOffsetForHorizontal()2210 public int getOffsetForHorizontal(int line, float horiz, boolean primary) { in getOffsetForHorizontal() argument2234 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()
5929 int horiz = info.getInt(); in MediaImage() local5931 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()
6379 final float horiz = getHorizontal(layout, offset);6383 if (currentHoriz < anotherHandleHoriz && horiz < anotherHandleHoriz6384 || currentHoriz > anotherHandleHoriz && horiz > anotherHandleHoriz) {
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...