Home
last modified time | relevance | path

Searched refs:TOP (Results 1 – 15 of 15) sorted by relevance

/cts/tests/tests/graphics/src/android/graphics/cts/
DPathTest.java29 private static final float TOP = 10.0f; field in PathTest
47 RectF rect = new RectF(LEFT, TOP, RIGHT, BOTTOM); in testAddRect1()
57 path.addRect(LEFT, TOP, RIGHT, BOTTOM, Path.Direction.CW); in testAddRect2()
155 RectF oval = new RectF(LEFT, TOP, RIGHT, BOTTOM); in testArcTo1()
164 RectF oval = new RectF(LEFT, TOP, RIGHT, BOTTOM); in testArcTo2()
186 RectF expected = new RectF(LEFT, TOP, RIGHT, BOTTOM); in testComputeBounds2()
190 RectF bounds = new RectF(LEFT, TOP, RIGHT, BOTTOM); in testComputeBounds2()
246 RectF oval = new RectF(LEFT, TOP, RIGHT, BOTTOM); in testAddOval()
297 RectF rect = new RectF(LEFT, TOP, RIGHT, BOTTOM); in testAddRoundRect1()
306 RectF rect = new RectF(LEFT, TOP, RIGHT, BOTTOM); in testAddRoundRect2()
[all …]
/cts/tests/leanbackjank/app/
DAndroid.mk28 $(TOP)/frameworks/support/v17/leanback/res \
29 $(TOP)/frameworks/support/v7/recyclerview/res \
/cts/tests/tests/widget/src/android/widget/cts/
DPopupMenuTest.java48 popupMenu.setGravity(Gravity.TOP); in testAccessGravity()
49 assertEquals(Gravity.TOP, popupMenu.getGravity()); in testAccessGravity()
DTextViewTest.java305 assertEquals(Gravity.TOP | Gravity.START, mTextView.getGravity()); in testAccessGravity()
311 assertEquals(Gravity.TOP | Gravity.RIGHT, mTextView.getGravity()); in testAccessGravity()
330 assertEquals(Gravity.TOP | Gravity.START, mTextView.getGravity()); in testAccessGravity()
333 assertEquals(Gravity.TOP | Gravity.RIGHT, mTextView.getGravity()); in testAccessGravity()
4195 final int TOP = 1; in testDrawableResolution() local
4210 ((BitmapDrawable) drawables[TOP]).getBitmap()); in testDrawableResolution()
4223 ((BitmapDrawable) drawables[TOP]).getBitmap()); in testDrawableResolution()
4236 ((BitmapDrawable) drawables[TOP]).getBitmap()); in testDrawableResolution()
4249 ((BitmapDrawable) drawables[TOP]).getBitmap()); in testDrawableResolution()
4262 ((BitmapDrawable) drawables[TOP]).getBitmap()); in testDrawableResolution()
[all …]
DGridLayoutTest.java85 new Alignment("TOP", Gravity.TOP) {
DGalleryTest.java211 setGalleryGravity(Gravity.TOP); in testSetGravity()
/cts/tests/tests/drm/lib/
DAndroid.mk28 $(TOP)/frameworks/av/drm/libdrmframework/plugins/common/include
/cts/tests/tests/view/src/android/view/cts/
DGravityTest.java51 Gravity.apply(Gravity.TOP, 2, 3, mInRect, mOutRect); in testApply()
56 Gravity.apply(Gravity.TOP, 2, 3, mInRect, 5, 5, mOutRect); in testApply()
61 applyGravity(Gravity.TOP, 2, 3, mInRect, mOutRect, false /* LTR direction */); in testApply()
66 applyGravity(Gravity.TOP, 2, 3, mInRect, mOutRect, true /* RTL direction */); in testApply()
301 assertOneGravity(Gravity.TOP, Gravity.TOP, false); in testGetAbsoluteGravity()
302 assertOneGravity(Gravity.TOP, Gravity.TOP, true); in testGetAbsoluteGravity()
DWindowManager_LayoutParamsTest.java130 params.gravity = Gravity.TOP; in testCopyFrom()
203 mLayoutParams.gravity = Gravity.TOP; in testWriteToParcel()
DWindowTest.java571 mWindow.setGravity(Gravity.TOP); in testSetGravity()
573 assertEquals(Gravity.TOP, attrs.gravity); in testSetGravity()
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DThemedDrawableTest.java68 assertEquals(Gravity.TOP, d.getGravity()); in internalTestBitmapDrawable()
DBitmapDrawableTest.java352 assertEquals(Gravity.TOP | Gravity.RIGHT, bitmapDrawable.getGravity()); in testInflate()
DLayerDrawableTest.java945 layerDrawable.setLayerGravity(2, Gravity.TOP); in testSetLayerGravity()
/cts/apps/CtsVerifier/src/android/support/wearable/view/
DBoxInsetLayout.java47 private static final int DEFAULT_CHILD_GRAVITY = Gravity.TOP | Gravity.START;
331 case Gravity.TOP: in layoutBoxChildren()
/cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityWindowQueryTest.java731 params.gravity = Gravity.TOP; in addTwoAppPanelWindows()