Searched defs:TOP (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/view/
H A DGravity.java46 public static final int TOP = (AXIS_PULL_BEFORE|AXIS_SPECIFIED)<<AXIS_Y_SHIFT; field in class:Gravity
59 public static final int FILL_VERTICAL = TOP|BOTTOM;
179 * @param yAdj Offset to apply to the Y axis. If gravity is TOP this pushes
285 * @param yAdj Offset to apply to the Y axis. If gravity is TOP this pushes
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_deblocking.c137 enum { TOP = 0, LEFT = 1, INNER = 2 }; enumerator in enum:__anon810
1416 thresholds[TOP].alpha = alphas[indexA];
1417 thresholds[TOP].beta = betas[indexB];
1418 thresholds[TOP].tc0 = tc0[indexA];
1422 thresholds[TOP].alpha = thresholds[INNER].alpha;
1423 thresholds[TOP].beta = thresholds[INNER].beta;
1424 thresholds[TOP].tc0 = thresholds[INNER].tc0;
1498 thresholds[TOP].alpha = alphas[indexA];
1499 thresholds[TOP].beta = betas[indexB];
1500 thresholds[TOP]
[all...]
/frameworks/base/core/java/android/text/
H A DDynamicLayout.java160 start[TOP] = 0;
164 start[TOP] = desc - asc;
318 mInts.adjustValuesBelow(startline, TOP, startv - endv + ht);
341 ints[TOP] = top;
569 return mInts.getValue(line, TOP);
710 private static final int TOP = 1; field in class:DynamicLayout
H A DStaticLayout.java596 int want = off + mColumns + TOP;
667 lines[off + TOP] = v;
672 lines[off + mColumns + TOP] = v;
828 if (lines[mColumns * guess + TOP] > vertical){
848 int top = mLines[mColumns * line + TOP];
937 private static final int TOP = 1; field in class:StaticLayout
/frameworks/base/core/java/android/widget/
H A DGridLayout.java187 * children that belong to a row group that uses {@link #TOP} alignment will
203 * belong to a row group that uses {@link #TOP} alignment.
583 return horizontal ? LEFT : TOP;
2479 * {@link #TOP}, {@link #LEFT}, {@link #BOTTOM}, {@link #RIGHT}, {@link #START},
2578 public static final Alignment TOP = LEADING; field in class:GridLayout
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java186 * children that belong to a row group that uses {@link #TOP} alignment will
202 * belong to a row group that uses {@link #TOP} alignment.
2411 * {@link #TOP}, {@link #LEFT}, {@link #BOTTOM}, {@link #RIGHT}, {@link #START},
2509 public static final Alignment TOP = LEADING; field in class:GridLayout

Completed in 150 milliseconds