Searched defs:above (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/text/
H A DStaticLayout.java401 int above, below, top, bottom;
413 above = okAscent;
420 above = fitAscent;
427 above = fm.ascent;
435 above, below, top, bottom,
607 int above, int below, int top, int bottom, int v,
636 fm.ascent = above;
651 above = fm.ascent;
659 mTopPadding = top - above;
663 above
606 out(CharSequence text, int start, int end, int above, int below, int top, int bottom, int v, float spacingmult, float spacingadd, LineHeightSpan[] chooseHt, int[] chooseHtv, Paint.FontMetricsInt fm, boolean hasTabOrEmoji, boolean needMultiply, byte[] chdirs, int dir, boolean easy, int bufEnd, boolean includePad, boolean trackPad, char[] chs, float[] widths, int widthStart, TextUtils.TruncateAt ellipsize, float ellipsisWidth, float textWidth, TextPaint paint, boolean moreChars) argument
[all...]
/frameworks/base/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_intra_prediction.c162 static void Get4x4NeighbourPels(u8 *a, u8 *l, u8 *data, u8 *above, u8 *left,
164 static void Intra16x16VerticalPrediction(u8 *data, u8 *above);
166 static void Intra16x16DcPrediction(u8 *data, u8 *above, u8 *left,
168 static void Intra16x16PlanePrediction(u8 *data, u8 *above, u8 *left);
169 static void IntraChromaDcPrediction(u8 *data, u8 *above, u8 *left,
172 static void IntraChromaVerticalPrediction(u8 *data, u8 *above);
173 static void IntraChromaPlanePrediction(u8 *data, u8 *above, u8 *left);
175 static void Intra4x4VerticalPrediction(u8 *data, u8 *above);
177 static void Intra4x4DcPrediction(u8 *data, u8 *above, u8 *left, u32 A, u32 B);
178 static void Intra4x4DiagonalDownLeftPrediction(u8 *data, u8 *above);
540 h264bsdGetNeighbourPels(image_t *image, u8 *above, u8 *left, u32 mbNum) argument
622 h264bsdIntra16x16Prediction(mbStorage_t *pMb, u8 *data, i32 residual[][16], u8 *above, u8 *left, u32 constrainedIntraPred) argument
696 h264bsdIntra4x4Prediction(mbStorage_t *pMb, u8 *data, macroblockLayer_t *mbLayer, u8 *above, u8 *left, u32 constrainedIntraPred) argument
840 h264bsdIntraChromaPrediction(mbStorage_t *pMb, u8 *data, i32 residual[][16], u8 *above, u8 *left, u32 predMode, u32 constrainedIntraPred) argument
995 Intra16x16VerticalPrediction(u8 *data, u8 *above) argument
1057 Intra16x16DcPrediction(u8 *data, u8 *above, u8 *left, u32 availableA, u32 availableB) argument
1108 Intra16x16PlanePrediction(u8 *data, u8 *above, u8 *left) argument
1155 IntraChromaDcPrediction(u8 *data, u8 *above, u8 *left, u32 availableA, u32 availableB) argument
1288 IntraChromaVerticalPrediction(u8 *data, u8 *above) argument
1323 IntraChromaPlanePrediction(u8 *data, u8 *above, u8 *left) argument
1383 Get4x4NeighbourPels(u8 *a, u8 *l, u8 *data, u8 *above, u8 *left, u32 blockNum) argument
1488 Intra4x4VerticalPrediction(u8 *data, u8 *above) argument
1552 Intra4x4DcPrediction(u8 *data, u8 *above, u8 *left, u32 availableA, u32 availableB) argument
1607 Intra4x4DiagonalDownLeftPrediction(u8 *data, u8 *above) argument
1645 Intra4x4DiagonalDownRightPrediction(u8 *data, u8 *above, u8 *left) argument
1683 Intra4x4VerticalRightPrediction(u8 *data, u8 *above, u8 *left) argument
1722 Intra4x4HorizontalDownPrediction(u8 *data, u8 *above, u8 *left) argument
1760 Intra4x4VerticalLeftPrediction(u8 *data, u8 *above) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DTextView.java614 // also add TextView_showSoftInputOnFocus to the list of attributes above
1660 * Sets the Drawables (if any) to appear to the left of, above,
1775 * Sets the Drawables (if any) to appear to the left of, above,
1799 * Sets the Drawables (if any) to appear to the left of, above,
1828 * Sets the Drawables (if any) to appear to the start of, above,
1946 * Sets the Drawables (if any) to appear to the start of, above,
1975 * Sets the Drawables (if any) to appear to the start of, above,
4028 // dimensions identical to the above version for this to work (and is more likely).
4034 void fixDirection(boolean above) { argument
4035 mAbove = above;
[all...]

Completed in 132 milliseconds