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

/frameworks/base/core/tests/coretests/src/android/widget/espresso/
H A DCustomViewActions.java42 * @param vRef TOP, BOTTOM, CENTER to specify a y reference
63 TOP, BOTTOM, CENTER enum constant in enum:CustomViewActions.RelativeCoordinatesProvider.VerticalReference
103 case TOP:
/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:__anon738
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.java171 start[TOP] = 0;
175 start[TOP] = desc - asc;
337 mInts.adjustValuesBelow(startline, TOP, startv - endv + ht);
361 ints[TOP] = top;
685 return mInts.getValue(line, TOP);
850 private static final int TOP = 1; field in class:DynamicLayout
H A DStaticLayout.java901 int want = off + mColumns + TOP;
995 lines[off + TOP] = v;
1009 lines[off + mColumns + TOP] = v;
1164 if (lines[mColumns * guess + TOP] > vertical){
1184 return mLines[mColumns * line + TOP];
1364 private static final int TOP = 1; field in class:StaticLayout
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
H A DTaskStack.java268 public static final DockState TOP = new DockState(DOCKED_TOP, field in class:TaskStack.DockState
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DSignalDrawable.java402 private static final float TOP = (CENTER_Y - (SLASH_HEIGHT / 2)) / SCALE; field in class:SignalDrawable.SlashArtist
415 scale(TOP, height),
/frameworks/base/core/java/android/widget/
H A DFastScroller.java1627 private static Property<View, Integer> TOP = new IntProperty<View>("top") { field in class:FastScroller
1676 final PropertyValuesHolder top = PropertyValuesHolder.ofInt(TOP, bounds.top);
H A DGridLayout.java216 * children that belong to a row group that uses {@link #TOP} alignment will
232 * belong to a row group that uses {@link #TOP} alignment.
642 return horizontal ? LEFT : TOP;
2743 * {@link #TOP}, {@link #LEFT}, {@link #BOTTOM}, {@link #RIGHT}, {@link #START},
2842 public static final Alignment TOP = LEADING; field in class:GridLayout
H A DTextView.java411 static final int TOP = 1; field in class:TextView.Drawables
643 private int mGravity = Gravity.TOP | Gravity.START;
2540 if (dr == null || dr.mShowing[Drawables.TOP] == null) {
2644 if (gravity == Gravity.TOP) {
2681 if (gravity == Gravity.TOP) {
2801 if (dr.mShowing[Drawables.TOP] != top && dr.mShowing[Drawables.TOP] != null) {
2802 dr.mShowing[Drawables.TOP].setCallback(null);
2804 dr.mShowing[Drawables.TOP] = top;
2982 if (dr.mShowing[Drawables.TOP] !
[all...]
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java201 * children that belong to a row group that uses {@link #TOP} alignment will
217 * belong to a row group that uses {@link #TOP} alignment.
626 return horizontal ? LEFT : TOP;
2633 * {@link #TOP}, {@link #LEFT}, {@link #BOTTOM}, {@link #RIGHT}, {@link #START},
2754 public static final Alignment TOP = LEADING; field in class:GridLayout

Completed in 9088 milliseconds