Home
last modified time | relevance | path

Searched defs:bottom (Results 1 – 25 of 57) sorted by relevance

123

/cts/tests/tests/text/src/android/text/cts/
DLayoutFillCharacterBoundsTest.java65 final int bottom = staticLayout.getLineBottom(0); in staticLayout_fillCharacterBounds_LTR() local
99 final int bottom = staticLayout.getLineBottom(0); in staticLayout_fillCharacterBounds_RTL() local
136 final int bottom = boringLayout.getLineBottom(0); in boringLayout_fillCharacterBounds() local
/cts/tests/tests/graphics/src/android/graphics/cts/
DPaint_FontMetricsIntTest.java44 int bottom = 4; in testToString() local
DEmbossMaskFilterTest.java69 Rect bottom = new Rect(0, CENTER_Y, BITMAP_WIDTH, BITMAP_HEIGHT); in testEmbossMaskFilter() local
DBlurMaskFilterTest.java72 int bottom = bitmap.getHeight() - 1; in verifyQuadrants() local
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DSurfaceViewTest.java79 final int bottom = 240; in testSurfaceView() local
122 final int bottom = 240; in testOnSizeChanged() local
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DLayerDrawableTest.java322 int bottom = 40; in testSetLayerInset() local
1168 int bottom = 40; in testSetLayerInsetRelative() local
1205 int bottom = 40; in testSetLayerInsetLeft() local
1231 int bottom = 40; in testGetLayerInsetLeft() local
1254 int bottom = 40; in testSetLayerInsetTop() local
1280 int bottom = 40; in testGetLayerInsetTop() local
1303 int bottom = 40; in testSetLayerInsetRight() local
1329 int bottom = 40; in testGetLayerInsetRight() local
1352 int bottom = 40; in testSetLayerInsetBottom() local
1378 int bottom = 40; in testGetLayerInsetBottom() local
[all …]
/cts/tests/tests/text/src/android/text/style/cts/
DLineBackgroundSpan_StandardTest.java72 final int bottom = 50; in testDrawBackground() local
DReplacementSpanTest.java60 float x, int top, int y, int bottom, Paint paint) { in draw()
DDynamicDrawableSpanTest.java104 final int bottom = top + DRAWABLE_SIZE + padding; in testCenterAligned() local
/cts/tests/tests/view/src/android/view/cts/
DViewOutlineProviderTest.java51 private void setViewLeftTopRightBottom(View view, int left, int top, int right, int bottom) { in setViewLeftTopRightBottom()
DView_LayoutPositionTest.java86 int bottom = top + vRect.height(); in testPositionInParent() local
DViewGroup_ScrollCaptureTest.java387 MockView(Context context, int left, int top, int right, int bottom) { in MockView()
391 MockView(Context context, int left, int top, int right, int bottom, int visibility) { in MockView()
473 MockViewGroup(Context context, int left, int top, int right, int bottom) { in MockViewGroup()
477 MockViewGroup(Context context, int left, int top, int right, int bottom, in MockViewGroup()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/
DRobustnessRenderer.java86 protected float[] getCameraCoordinates(float left, float right, float bottom, float top) { in getCameraCoordinates()
DBaseRenderer.java132 float bottom = -1.0f; in onSurfaceChanged() local
203 protected float[] getCameraCoordinates(float left, float right, float bottom, float top) { in getCameraCoordinates()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DWindowMetricsTestHelper.java189 final int bottom = original.bottom - insets.bottom; in inset() local
208 public void onLayoutChange(View v, int left, int top, int right, int bottom, int oldLeft, in onLayoutChange()
/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/utils/
DTestActivity.java49 public void onLayoutChange(View v, int left, int top, int right, int bottom, int oldLeft, in onLayoutChange()
DTestGetWindowLayoutInfoActivity.java68 public void onLayoutChange(View v, int left, int top, int right, int bottom, int oldLeft, in onLayoutChange()
/cts/tests/openglperf2/jni/primitive/fullpipeline/
DFullPipelineRenderer.cpp137 float bottom = -1.0f; in setUp() local
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DImeLayoutInfo.java92 int bottom, int oldLeft, int oldTop, int oldRight, int oldBottom) { in fromLayoutListenerCallback()
/cts/tests/openglperf2/jni/reference/scene/glowing/
DGlowingScene.cpp106 float bottom = -1.0f; in setUpProjectionMatrix() local
/cts/tests/tests/text/src/android/text/method/cts/
DEditorState.java71 int y, int bottom, Paint paint) { in draw()
/cts/tests/tests/gameservice/src/android/service/games/
DTestGameSessionService.java156 (v, left, top, right, bottom, oldLeft, oldTop, oldRight, oldBottom) -> { in onCreate() argument
/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
DDialogFrameTests.java317 final int bottom = original.bottom - insets.bottom; in inset() local
/cts/tests/tests/car_builtin/src/android/car/cts/builtin/view/
DTouchableInsetsProviderTest.java111 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
/cts/tests/tests/graphics/jni/
Dandroid_graphics_cts_FrameRateCtsActivity.cpp122 int bottom) { in Surface()
194 jint top, jint right, jint bottom) { in surfaceControlCreate()

123