Searched defs:TOP (Results 1 - 9 of 9) sorted by path

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_deblocking.c137 enum { TOP = 0, LEFT = 1, INNER = 2 }; enumerator in enum:__anon640
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.java165 start[TOP] = 0;
169 start[TOP] = desc - asc;
331 mInts.adjustValuesBelow(startline, TOP, startv - endv + ht);
354 ints[TOP] = top;
602 return mInts.getValue(line, TOP);
756 private static final int TOP = 1; field in class:DynamicLayout
H A DStaticLayout.java883 int want = off + mColumns + TOP;
960 lines[off + TOP] = v;
965 lines[off + mColumns + TOP] = v;
1121 if (lines[mColumns * guess + TOP] > vertical){
1141 return mLines[mColumns * line + TOP];
1285 private static final int TOP = 1; field in class:StaticLayout
/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/base/core/java/android/widget/
H A DFastScroller.java1619 private static Property<View, Integer> TOP = new IntProperty<View>("top") { field in class:FastScroller
1668 final PropertyValuesHolder top = PropertyValuesHolder.ofInt(TOP, bounds.top);
H A DGridLayout.java207 * children that belong to a row group that uses {@link #TOP} alignment will
223 * belong to a row group that uses {@link #TOP} alignment.
633 return horizontal ? LEFT : TOP;
2733 * {@link #TOP}, {@link #LEFT}, {@link #BOTTOM}, {@link #RIGHT}, {@link #START},
2832 public static final Alignment TOP = LEADING; field in class:GridLayout
H A DTextView.java354 static final int TOP = 1; field in class:TextView.Drawables
581 private int mGravity = Gravity.TOP | Gravity.START;
1954 if (dr == null || dr.mShowing[Drawables.TOP] == null) {
2058 if (gravity == Gravity.TOP) {
2095 if (gravity == Gravity.TOP) {
2215 if (dr.mShowing[Drawables.TOP] != top && dr.mShowing[Drawables.TOP] != null) {
2216 dr.mShowing[Drawables.TOP].setCallback(null);
2218 dr.mShowing[Drawables.TOP] = top;
2396 if (dr.mShowing[Drawables.TOP] !
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
H A DTaskStack.java264 public static final DockState TOP = new DockState(DOCKED_TOP, field in class:TaskStack.DockState
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java195 * children that belong to a row group that uses {@link #TOP} alignment will
211 * belong to a row group that uses {@link #TOP} alignment.
620 return horizontal ? LEFT : TOP;
2627 * {@link #TOP}, {@link #LEFT}, {@link #BOTTOM}, {@link #RIGHT}, {@link #START},
2748 public static final Alignment TOP = LEADING; field in class:GridLayout

Completed in 250 milliseconds