Searched defs:TOP (Results 1 - 7 of 7) sorted by relevance
/frameworks/base/core/java/android/view/ |
H A D | Gravity.java | 46 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 D | h264bsd_deblocking.c | 137 enum { TOP = 0, LEFT = 1, INNER = 2 }; enumerator in enum:__anon597 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 D | DynamicLayout.java | 161 start[TOP] = 0; 165 start[TOP] = desc - asc; 319 mInts.adjustValuesBelow(startline, TOP, startv - endv + ht); 342 ints[TOP] = top; 587 return mInts.getValue(line, TOP); 730 private static final int TOP = 1; field in class:DynamicLayout
|
H A D | StaticLayout.java | 521 int want = off + mColumns + TOP; 598 lines[off + TOP] = v; 603 lines[off + mColumns + TOP] = v; 757 if (lines[mColumns * guess + TOP] > vertical){ 777 int top = mLines[mColumns * line + TOP]; 871 private static final int TOP = 1; field in class:StaticLayout
|
/frameworks/base/core/java/android/widget/ |
H A D | FastScroller.java | 1571 private static Property<View, Integer> TOP = new IntProperty<View>("top") { field in class:FastScroller 1620 final PropertyValuesHolder top = PropertyValuesHolder.ofInt(TOP, bounds.top);
|
H A D | GridLayout.java | 207 * 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; 2745 * {@link #TOP}, {@link #LEFT}, {@link #BOTTOM}, {@link #RIGHT}, {@link #START}, 2844 public static final Alignment TOP = LEADING; field in class:GridLayout
|
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/ |
H A D | GridLayout.java | 192 * children that belong to a row group that uses {@link #TOP} alignment will 208 * belong to a row group that uses {@link #TOP} alignment. 617 return horizontal ? LEFT : TOP; 2620 * {@link #TOP}, {@link #LEFT}, {@link #BOTTOM}, {@link #RIGHT}, {@link #START}, 2719 public static final Alignment TOP = LEADING; field in class:GridLayout
|
Completed in 207 milliseconds